Skip to content

Commit 97c0eb6

Browse files
committed
feat(worker): add explicit labels on worker nodes
1 parent 86097ff commit 97c0eb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/handlers/v3/generic/mutation/handlers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/imageregistries/credentials"
2121
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/kubernetesimagerepository"
2222
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/mirrors"
23+
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/nodelabels"
2324
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/noderegistration"
2425
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/taints"
2526
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/users"
@@ -68,5 +69,6 @@ func WorkerMetaMutators() []mutation.MetaMutator {
6869
return []mutation.MetaMutator{
6970
taints.NewWorkerPatch(),
7071
noderegistration.NewWorkerPatch(),
72+
nodelabels.NewWorkerPatch(),
7173
}
7274
}

0 commit comments

Comments
 (0)