mirror of https://github.com/k3s-io/k3s
Merge pull request #50923 from rowleyaj/typo_fix
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix typo in commentpull/6/head
commit
21a15c5673
|
@ -528,7 +528,7 @@ type CloudConfig struct {
|
||||||
|
|
||||||
// KubernetesClusterTag is the legacy cluster id we'll use to identify our cluster resources
|
// KubernetesClusterTag is the legacy cluster id we'll use to identify our cluster resources
|
||||||
KubernetesClusterTag string
|
KubernetesClusterTag string
|
||||||
// KubernetesClusterTag is the cluster id we'll use to identify our cluster resources
|
// KubernetesClusterID is the cluster id we'll use to identify our cluster resources
|
||||||
KubernetesClusterID string
|
KubernetesClusterID string
|
||||||
|
|
||||||
//The aws provider creates an inbound rule per load balancer on the node security
|
//The aws provider creates an inbound rule per load balancer on the node security
|
||||||
|
|
Loading…
Reference in New Issue