CodeBleu opened a new pull request, #78:
URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/78
* Annotation added to allow setting of Source CIDR for Load Balancer rule
Adding annotation like the following will create the rule with source
CIDR set:
```yaml
annotations:
service.beta.kubernetes.io/cloudstack-load-balancer-source-cidrs:
"1.2.3.4/32,5.6.7.8/32"
```

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]