digitalocean-cloud-controller-manager
digitalocean-cloud-controller-manager copied to clipboard
Kubernetes cloud-controller-manager for DigitalOcean (beta)
Using the 'service.beta.kubernetes.io/do-loadbalancer-certificate-name' service annotation, the certificate for an HTTPS load balancer can bow be specified by name. The corresponding certificate ID is then retrieved using the DO API at...
Signed-off-by: Sachin Tiptur This PR adds a new env `DO_IP_ADDR_FAMILIES` to configure IP families required to add IP addresses in node's status. This also populates the nodes address in the...
We integrated DO CCM into a dual-stack(IPv4 + IPv6) cluster. Nodes are up with both IPv4 and IPv6 addresses but ipv6 addresses are not updated in node status(`kubectl describe nodes`)....
Yesterday, I created a second DOKS cluster while the first one had network-traffic issues due to a bug in the latest version after upgrading. When installing my Traefik chart on...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.2 to 0.18.0. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.0 :warning: Breaking Changes Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786) Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648) admission.Decoder...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo) from 1.109.0 to 1.113.0. Release notes Sourced from github.com/digitalocean/godo's releases. v1.113.0 #679 - @bhardwajRahul - Enable ui_connection parameter for Opensearch #678 - @bhardwajRahul - Enable Opensearch option in...
I'm not sure if I read enough on the subject, but I still don't get how "service.beta.kubernetes.io/do-loadbalancer-hostname" is used by the ingress controller. I guess having a domain instead of...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.1 to 0.18.2. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.2 What's Changed 🐛 Reintroduce AddMetricsServerExtraHandler on manager by @k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2817 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2 Commits 834905b Merge...