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

Commit

Permalink
Merge pull request #1251 from HotelsDotCom/feature/bump-nds
Browse files Browse the repository at this point in the history
Bump Calico/Typha Versions now Typha Issue resolved.
  • Loading branch information
mumoshu authored Apr 24, 2018
2 parents ef2ff13 + 800f4d2 commit 1ada46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions core/controlplane/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ const (
userDataDir = "userdata"

// Experimental SelfHosting feature default images.
kubeNetworkingSelfHostingDefaultCalicoNodeImageTag = "v3.0.3"
kubeNetworkingSelfHostingDefaultCalicoCniImageTag = "v2.0.1"
kubeNetworkingSelfHostingDefaultCalicoNodeImageTag = "v3.0.6"
kubeNetworkingSelfHostingDefaultCalicoCniImageTag = "v2.0.5"
kubeNetworkingSelfHostingDefaultFlannelImageTag = "v0.9.1"
kubeNetworkingSelfHostingDefaultFlannelCniImageTag = "v0.3.0"
kubeNetworkingSelfHostingDefaultTyphaImageTag = "v0.6.2"
kubeNetworkingSelfHostingDefaultTyphaImageTag = "v0.6.4"
)

func NewDefaultCluster() *Cluster {
Expand Down
15 changes: 0 additions & 15 deletions core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -1127,21 +1127,6 @@ write_files:
# as a host-networked pod.
hostNetwork: true
serviceAccountName: canal
initContainers:
- name: wait-for-default-clusterinformation
image: {{.HyperkubeImage.RepoWithTag}}
command: ["/bin/sh", "-c" ]
args:
- |
set -x ;
while true; do
if /kubectl get clusterinformation default; then
echo "Calcio clusterinformation default exists, can continue..."
exit 0
fi
echo "Waiting for Calcio clusterinformation default..."
sleep 5
done
containers:
- image: {{ .Kubernetes.Networking.SelfHosting.TyphaImage.RepoWithTag }}
name: typha
Expand Down

0 comments on commit 1ada46c

Please sign in to comment.