File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
controlplane/kubeadm/internal Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ var generateClusterClusterCmd = &cobra.Command{
59
59
60
60
Example : Examples (`
61
61
# Generates a yaml file for creating workload clusters using
62
- # the pre-installed infrastructure and bootstrap providers.
62
+ # the pre-installed infrastructure and bootstrap providers.
63
63
clusterctl generate cluster my-cluster
64
64
65
65
# Generates a yaml file for creating workload clusters using
66
- # a specific version of the AWS infrastructure provider.
66
+ # a specific version of the AWS infrastructure provider.
67
67
clusterctl generate cluster my-cluster --infrastructure=aws:v0.4.1
68
68
69
69
# Generates a yaml file for creating workload clusters in a custom namespace.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ func MatchesTemplateClonedFrom(infraConfigs map[string]*unstructured.Unstructure
69
69
return false
70
70
}
71
71
72
- // Check if the machine template metadata matches with the infrastructure object.
72
+ // Check if the machine template metadata matches with the infrastructure object.
73
73
if ! matchMachineTemplateMetadata (kcp , infraObj ) {
74
74
return false
75
75
}
@@ -103,7 +103,7 @@ func MatchesKubeadmBootstrapConfig(machineConfigs map[string]*bootstrapv1.Kubead
103
103
return true
104
104
}
105
105
106
- // Check if the machine template metadata matches with the infrastructure object.
106
+ // Check if the machine template metadata matches with the infrastructure object.
107
107
if ! matchMachineTemplateMetadata (kcp , machineConfig ) {
108
108
return false
109
109
}
You can’t perform that action at this time.
0 commit comments