Skip to content

Commit

Permalink
The node taint was renamed with k8s 1.24
Browse files Browse the repository at this point in the history
This caused any pods not in kube-system to go
"pending" while looking for a worker node...

Signed-off-by: Anders F Björklund <[email protected]>
  • Loading branch information
afbjorklund committed May 5, 2022
1 parent e0c7733 commit e322edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ provision:
# Installing a Pod network add-on
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.14.0/Documentation/kube-flannel.yml
# Control plane node isolation
kubectl taint nodes --all node-role.kubernetes.io/master-
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG
mkdir -p ${HOME:-/root}/.kube && cp -f $KUBECONFIG ${HOME:-/root}/.kube/config
probes:
Expand Down

0 comments on commit e322edc

Please sign in to comment.