Manuel Morejón

Results 5 comments of Manuel Morejón

Hi @philips, you can convert all letters to lowercase in macOS. ``` { IMAGE_NAME=$(uuidgen | tr "[:upper:]" "[:lower:]") docker image build -t ttl.sh/${IMAGE_NAME}:1h . docker image push ttl.sh/${IMAGE_NAME}:1h } ```...

> In parallel, a fix has been released as part of custom-metrics-api service (the library that projects like prometheus-adapter or KEDA use), so future releases of metrics servers should work...