Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Sep 19, 2024
1 parent a86df7f commit be62798
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/k8s/cmd/k8s/k8s_bootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ var testCases = []testCase{
Enabled: utils.Pointer(true),
},
CloudProvider: utils.Pointer("external"),
Annotations: map[string]string{apiv1.AnnotationSkipCleanupKubernetesNodeOnRemove: "true"},
Annotations: map[string]string{
apiv1.AnnotationSkipCleanupKubernetesNodeOnRemove: "true",
apiv1.AnnotationSkipStopServicesOnRemove: "true",
},
},
ControlPlaneTaints: []string{"node-role.kubernetes.io/control-plane:NoSchedule"},
PodCIDR: utils.Pointer("10.100.0.0/16"),
Expand Down

0 comments on commit be62798

Please sign in to comment.