Andrew Sy Kim
Andrew Sy Kim
Need to pull in the latest version of godo that includes https://github.com/digitalocean/godo/pull/165. Get DNS names from annotations? cc @cagedmantis
Initially thought https://github.com/spotify/docker-gc/pull/93 would fix this issue but after some testing realized it does not. When running `docker images -q --no-trunc | sed 's/[^:]\+://' | sort | uniq` the expected...
This was just helpful for debugging and keeping track of containers being removed by docker-gc on a daily basis (especially if its run with cron). If running in docker, you'll...
EndpointSlice is now enabled by default in Kubernetes and offers some solid performance benefits for clusters with large Endpoint sets. It might be worthwhile to support consuming EndpointSlice, at least...
Continuing the discussion from https://github.com/kubernetes/kubernetes/pull/73171, the CCM should have a mechanism to "ignore" a node in a cluster, either because it doesn't belong to a cloud provider or is not...
Right now each provider is building/releasing the external cloud controller manager in their own way. It _might_ be beneficial to standardize this going forward or at least set some guidelines...
We should document how a user would manually migrate their clusters from using in-tree cloud providers to out-of-tree cloud provider. The documented steps can be manual or via a tool...
AWS integration docs should be updated as per https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/0019-cloud-provider-documentation.md.
In the past few releases we've been focused on migrating in-tree cloud providers (`k8s.io/kubernetes/pkg/cloudprovider/providers`) out-of-tree but we've neglected the providers that are a part of the e2e framework (`https://github.com/kubernetes/kubernetes/tree/master/test/e2e/framework/providers`) which...
SIG CP backlog/tracking issue for https://github.com/kubernetes/kubernetes/issues/70159 Following [Tim's comment](https://github.com/kubernetes/kubernetes/issues/70159#issuecomment-480042373) we also need to have a discussion on whether we want to document this as a best practice or enforce this...