digitalocean-cloud-controller-manager icon indicating copy to clipboard operation
digitalocean-cloud-controller-manager copied to clipboard

Kubernetes cloud-controller-manager for DigitalOcean (beta)

Results 61 digitalocean-cloud-controller-manager issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) from 0.23.6 to 0.24.3. Commits 9571ac0 Update dependencies to v0.24.3 tag 8bd4f46 Merge pull request #110609 from prasita123/automated-cherry-pick-of-#110469-u... 3d08e5a add missing error handling steps 93dbd88 add missing error...

dependencies
go

Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.23.6 to 0.24.3. Commits db671d0 Update dependencies to v0.24.3 tag f73277b fix copylock vet errors in component-base metrics ffc9c87 Merge pull request #109031 from Jefftree/openapiv3beta 33ea516 generated:...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.23.6 to 0.24.3. Commits 97e5df2 fix remove implicit copy of a lock 6550efd Merge pull request #109102 from liggitt/darwin-tls 00f0711 Merge pull request #109031 from Jefftree/openapiv3beta 53a85ef...

dependencies
go

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.70.0 to 2.70.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.25 (Take 2) What's Changed ktesting: handle test completion by @​pohly in kubernetes/klog#337...

dependencies
go

Up until now, we've been releasing new versions of the manifest by bumping the old manifest's semver contained in the file name to the new target version, e.g., `0.1.35.yaml` became...

This PR ensures that we throw an error if more than one droplet with the same name exists in the user's account. In doing so, we ensure that node.spec.ProviderID is...

It would be great if load balancers created by the cloud-controller could attach themselves to specific floating IP addresses. It would allow pre-provisionning an IP address and a DNS record,...

CCM currently employs a set of annotations to control LBs. While these were easy to handle initially, nowadays they are becoming more and more challenging to maintain both for CCM...

milestone/v1

My config ``` service.beta.kubernetes.io/do-loadbalancer-protocol: "https" service.beta.kubernetes.io/do-loadbalancer-tls-ports: "443" ``` however Loadbalancer ignored 443 port settiong and is still listening on 80. Same shown on Digital Ocean Admin Console

milestone/v1