Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 1ada46c

Browse files
authored
Merge pull request #1251 from HotelsDotCom/feature/bump-nds
Bump Calico/Typha Versions now Typha Issue resolved.
2 parents ef2ff13 + 800f4d2 commit 1ada46c

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

core/controlplane/config/config.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ const (
3030
userDataDir = "userdata"
3131

3232
// Experimental SelfHosting feature default images.
33-
kubeNetworkingSelfHostingDefaultCalicoNodeImageTag = "v3.0.3"
34-
kubeNetworkingSelfHostingDefaultCalicoCniImageTag = "v2.0.1"
33+
kubeNetworkingSelfHostingDefaultCalicoNodeImageTag = "v3.0.6"
34+
kubeNetworkingSelfHostingDefaultCalicoCniImageTag = "v2.0.5"
3535
kubeNetworkingSelfHostingDefaultFlannelImageTag = "v0.9.1"
3636
kubeNetworkingSelfHostingDefaultFlannelCniImageTag = "v0.3.0"
37-
kubeNetworkingSelfHostingDefaultTyphaImageTag = "v0.6.2"
37+
kubeNetworkingSelfHostingDefaultTyphaImageTag = "v0.6.4"
3838
)
3939

4040
func NewDefaultCluster() *Cluster {

core/controlplane/config/templates/cloud-config-controller

-15
Original file line numberDiff line numberDiff line change
@@ -1127,21 +1127,6 @@ write_files:
11271127
# as a host-networked pod.
11281128
hostNetwork: true
11291129
serviceAccountName: canal
1130-
initContainers:
1131-
- name: wait-for-default-clusterinformation
1132-
image: {{.HyperkubeImage.RepoWithTag}}
1133-
command: ["/bin/sh", "-c" ]
1134-
args:
1135-
- |
1136-
set -x ;
1137-
while true; do
1138-
if /kubectl get clusterinformation default; then
1139-
echo "Calcio clusterinformation default exists, can continue..."
1140-
exit 0
1141-
fi
1142-
echo "Waiting for Calcio clusterinformation default..."
1143-
sleep 5
1144-
done
11451130
containers:
11461131
- image: {{ .Kubernetes.Networking.SelfHosting.TyphaImage.RepoWithTag }}
11471132
name: typha

0 commit comments

Comments
 (0)