cloudstack-kubernetes-provider
cloudstack-kubernetes-provider copied to clipboard
Apache Cloudstack Kubernetes Provider
Steps to reproduce the issue Env details Cloudstack version 4.20.0 KVM 1. Create a vpc network 2. Create a tier in the vpc network (step1) 3. Deploy a cks cluster...
As per source code, annotation should be having a value of 'true' or 'false' and not enabled. The existing examples are incorrect. service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true'
Hello, is it possible to set the load balancer stickiness method in the kubernetes service definition, for example by using an annotation?
Hello fellas, Since cloudstack kubernetes provider is successor of cloudstack cloud controller, shouldn't it also allow to register external managed clusters automatically? I am not saying it should be mandatory,...
Fix https://github.com/apache/cloudstack-kubernetes-provider/issues/58
This requires a new cloudstack-go SDK release for it to work with ACS 4.22+ Generated summary This pull request introduces support for specifying source CIDRs for CloudStack load balancers via...
This pull request updates the project's development tooling and documentation to improve compatibility, maintainability, and developer experience. The most significant changes are updates to GitHub Actions workflows and `golangci-lint` configuration,...
Fixes https://github.com/apache/cloudstack-kubernetes-provider/issues/39 Details This pull request introduces support for a configurable `region` parameter in the CloudStack cloud provider code. The main change is the addition of the `region` field to...
Fixes https://github.com/apache/cloudstack-kubernetes-provider/issues/51 Details This pull request introduces enhancements to the CloudStack cloud provider for Kubernetes, focusing on better management and tracking of load balancer IP addresses associated by the controller....