Skip to content

Commit dd7d59d

Browse files
authored
Merge pull request #846 from afbjorklund/k8s-taint
The node taint was renamed with k8s 1.24
2 parents e0c7733 + e322edc commit dd7d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ provision:
118118
# Installing a Pod network add-on
119119
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.14.0/Documentation/kube-flannel.yml
120120
# Control plane node isolation
121-
kubectl taint nodes --all node-role.kubernetes.io/master-
121+
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
122122
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG
123123
mkdir -p ${HOME:-/root}/.kube && cp -f $KUBECONFIG ${HOME:-/root}/.kube/config
124124
probes:

0 commit comments

Comments
 (0)