James Ringer
James Ringer
I'm also looking forward to release. Hopefully 0.6.2 will support Kubernetes >= 1.25. [#1104](https://github.com/kubernetes-sigs/metrics-server/issues/1104) Edit: I was installing metrics-server incorrectly. 0.6.2 works fine with 1.25.
I used the [inotify-consumers](https://raw.githubusercontent.com/fatso83/dotfiles/master/utils/scripts/inotify-consumers) script to check the max_user_instances and max_user_watches. The default values on Ubuntu 22.04.2 LTS at the time of this writing. - fs.inotify.max_user_instances=128 - fs.inotify.max_user_watches=249493 The result...
Harbor registry is based on Docker distribution. You can authenticate to Harbor registry the same way you authenticate to any registry that uses Docker distribution afaik (e.g., DockerHub). https://github.com/GoogleContainerTools/kaniko#pushing-to-different-registries You...
@Queetinliu are you getting an error?
@Queetinliu are you authenticated to Harbor? What account are you authenticated with? Does the account have push permissions for that project?
@Queetinliu in that case I'd check the config.json and the container config. If you can share those files I'm happy to take a look.
@SuitDeer I see `--destination=192.168.1.97:30002/library/myalpine`. What is 192.168.197? Is that a pod IP? Which pod?
@SuitDeer which service in Harbor is configured for node port 30002?
@SuitDeer I'm looking at a dev cluster and we use ingress to access Harbor. I see the backends in the harbor ingress are paths on the harbor-core service. Looks like...