Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation and deployment configuration for the CloudStack Kubernetes Provider. The main focus is on enhancing the
README.mdwith detailed explanations of supported service annotations for LoadBalancer services, clarifying node label assignment logic, and updating the deployment image version.Documentation improvements:
Added a new "Service Annotations" section to
README.mddescribing three supported annotations for LoadBalancer services:cloudstack-load-balancer-proxy-protocol(for enabling HAProxy Proxy Protocol),cloudstack-load-balancer-hostname(for setting a hostname as ingress),cloudstack-load-balancer-source-cidrs(for restricting allowed source CIDRs).Each annotation includes type, default, use case, and example usage.
Clarified the logic for node region labels in
README.md, specifying that the region label uses the region from config if defined, otherwise defaults to the zone.Deployment update:
deployment.yamlfrom versionv1.1.0tov1.2.0for thecloud-controller-manager.