File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ func (r *CloudStackMachineReconciliationRunner) GetOrCreateVMInstance() (retRes
187
187
}
188
188
189
189
func processUserData (data []byte , r * CloudStackMachineReconciliationRunner ) string {
190
- // since cloudstack metadata does not allow custom data added into meta_data, following line is a walkaround to specify a hostname name
190
+ // since cloudstack metadata does not allow custom data added into meta_data, following line is a workaround to specify a hostname name
191
191
// {{ ds.meta_data.hostname }} is expected to be used as a name when kubelet register a node
192
192
// if more custom data needed to injected, this can be refactored into a method -- processCustomMetadata()
193
193
userData := hostnameMatcher .ReplaceAllString (string (data ), r .CAPIMachine .Name )
You can’t perform that action at this time.
0 commit comments