digitalocean / digitalocean-cloud-controller-manager

Kubernetes cloud-controller-manager for DigitalOcean (beta)
Apache License 2.0
523 stars 147 forks source link

`k8s.gcr.io` is no longer used #665

Closed userbradley closed 9 months ago

userbradley commented 9 months ago

Some of the Example manifests reference k8s.gcr.io which is frozen and I think will be turned off at some point

https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/

Look at updating the resource's that point to the k8s.gcr.io to the new registry.k8s.io domain

timoreimann commented 9 months ago

Thanks for the note @userbradley.

If I don't get to it, then addressing the problem could be a good first contribution for anyone who wants to pick it up.

userbradley commented 9 months ago

@timoreimann here you go: https://github.com/digitalocean/digitalocean-cloud-controller-manager/pull/666