Skip to content

Commit 5d7a6e3

Browse files
authored
Update node.go
1 parent bf81f67 commit 5d7a6e3

File tree

1 file changed

+1
-1
lines changed
  • bootstrap/eks/internal/userdata

1 file changed

+1
-1
lines changed

bootstrap/eks/internal/userdata/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func generateAL2023UserData(input *NodeInput) ([]byte, error) {
258258
return buf.Bytes(), nil
259259
}
260260

261-
// getNodeLabels returns the string representation of node-labels flags for nodeadm
261+
// getNodeLabels returns the string representation of node-labels flags for nodeadm.
262262
func (ni *NodeInput) getNodeLabels() string {
263263
if ni.KubeletExtraArgs != nil {
264264
if _, ok := ni.KubeletExtraArgs["node-labels"]; ok {

0 commit comments

Comments
 (0)