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 9102419 commit b67ea3dCopy full SHA for b67ea3d
magnum/drivers/k8s_fedora_coreos_v1/templates/kubecluster.yaml
@@ -500,7 +500,7 @@ parameters:
500
flannel_tag:
501
type: string
502
description: tag of the flannel container
503
- default: v0.12.0-amd64
+ default: v0.15.1
504
505
flannel_cni_tag:
506
releasenotes/notes/update-flannel-version.yaml
@@ -0,0 +1,8 @@
1
+---
2
+upgrades:
3
+ - |
4
+ Updates flannel to version 0.15.1.
5
+ This will address issue where pods on multinode
6
+ installations don't have network connectivity
7
+ if they are spawned on different hosts.
8
+ `More details <https://github.com/flannel-io/flannel/blob/master/Documentation/troubleshooting.md>`_
0 commit comments