We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e2594 commit 51b6977Copy full SHA for 51b6977
scaleway/servers.go
@@ -17,7 +17,7 @@ const (
17
InstanceTypeBaremtal = "baremetal"
18
19
// nodeLabelDisableLifeCycle is a label for nulling cloudprovider.InstancesV2 interface
20
- nodeLabelDisableLifeCycle = "k8s.scw.cloud/disable-lifcycle"
+ nodeLabelDisableLifeCycle = "k8s.scw.cloud/disable-lifecycle"
21
22
// nodeLabelNodePublicIP is a label to override External-IP of a node
23
nodeLabelNodePublicIP = "k8s.scw.cloud/node-public-ip"
0 commit comments