Skip to content

Commit de19a15

Browse files
committed
Bump k8s flannel version from 0.20.0 to 0.20.1
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 9b1e811 commit de19a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/k8s.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ provision:
121121
EOF
122122
kubeadm init --config kubeadm-config.yaml
123123
# Installing a Pod network add-on
124-
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.0/Documentation/kube-flannel.yml
124+
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.1/Documentation/kube-flannel.yml
125125
# Control plane node isolation
126126
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
127127
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG

0 commit comments

Comments
 (0)