Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flannel to 0.13 #1135

Merged
merged 1 commit into from
Oct 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/templates/canal/canal.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
installCNIImage = "calico/cni:v3.15.1"
calicoImage = "calico/node:v3.15.1"
controllerImage = "calico/kube-controllers:v3.15.1"
flannelImage = "quay.io/kubermatic/coreos_flannel:v0.11.0@sha256:3de983d62621898fe58ffd9537a4845c7112961a775efb205cab56e089e163b6"
flannelImage = "quay.io/coreos/flannel:v0.13.0"
canalComponentLabel = "canal"

// cniNetworkConfig configures installation on the each node. The special values in this config will be
Expand Down