File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
## Deployment
18
18
19
- The CloudStack Kubernetes Provider is automatically deployed when a Kuberentes Cluster is created on CloudStack 4.16+
19
+ The CloudStack Kubernetes Provider is automatically deployed when a Kubernetes Cluster is created on CloudStack 4.16+
20
20
21
21
In order to communicate with CloudStack, a separate service user ** kubeadmin** is created in the same account as the cluster owner.
22
22
The provider uses this user's API keys to get the details of the cluster as well as update the networking rules. It is imperative that this user
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ func (lb *loadBalancer) hasLoadBalancerIP() bool {
370
370
return lb .ipAddr != "" && lb .ipAddrID != ""
371
371
}
372
372
373
- // getLoadBalancerIP retieves an existing IP or associates a new IP.
373
+ // getLoadBalancerIP retrieves an existing IP or associates a new IP.
374
374
func (lb * loadBalancer ) getLoadBalancerIP (loadBalancerIP string ) error {
375
375
if loadBalancerIP != "" {
376
376
return lb .getPublicIPAddress (loadBalancerIP )
You can’t perform that action at this time.
0 commit comments