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 [github.com/digitalocean/godo](https://github.com/digitalocean/godo) from 1.83.0 to 1.84.1. Release notes Sourced from github.com/digitalocean/godo's releases. v1.84.1 #554 - @​andrewsomething - reserved IPs: project_id should have omitempty in create req. v1.84.0 #552 - @​andrewsomething...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.3 to 0.25.1. Commits 8252641 Merge pull request #112330enj/automated-cherry-pick-of-#112193 10b456c Merge pull request #112161pohly/automated-cherry-pick-of-#112129 4759a80 Add an option for aggregator 3296217 dependencies: update to ginkgo v2.1.6 and...

dependencies
go

This change addresses #511, and is needed for running the Digitalocean-CCM outside of Digitalocean.

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.70.0 to 2.80.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.26 (Take 2) What's Changed InitFlags concurrency fix by @​pohly in kubernetes/klog#349 Full...

dependencies
go

Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.9 Reporter changes: (#299) Adjust heuristic for line-based versus byte-based diffing (#306) Use value.TypeString in PathStep.String Code cleanup...

dependencies
go

This is a feature request to allow the region to be explicitly specified instead of using the Region metadata API. The reason for this is to allow setups where the...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.3.0. Release notes Sourced from actions/setup-go's releases. Support architecture input and fix Expand-Archive issue This release introduces support for architecture input for setup-go action #253....

dependencies
github_actions

Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.0.1 to 9.1.0. Release notes Sourced from EndBug/add-and-commit's releases. v9.1.0 Added: The fetch input allows you to customize the git fetch command, or to prevent the action...

dependencies
github_actions

Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.24.3 to 0.24.4. Commits b4eac00 Update dependencies to v0.24.4 tag See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/component-base&package-manager=go_modules&previous-version=0.24.3&new-version=0.24.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

My configuration: ```yaml apiVersion: v1 kind: Service metadata: labels: app.kubernetes.io/component: controller app.kubernetes.io/instance: ingress-nginx app.kubernetes.io/name: ingress-nginx app.kubernetes.io/part-of: ingress-nginx service.beta.kubernetes.io/do-loadbalancer-allow-rules: "cidr:103.21.244.0/22,cidr:103.22.200.0/22,cidr:103.31.4.0/22,cidr:104.16.0.0/13" name: ingress-nginx-controller namespace: ingress-nginx spec: externalTrafficPolicy: Local ipFamilies: - IPv4 ipFamilyPolicy:...