This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree 2 files changed +3
-18
lines changed
2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ const (
30
30
userDataDir = "userdata"
31
31
32
32
// 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 "
35
35
kubeNetworkingSelfHostingDefaultFlannelImageTag = "v0.9.1"
36
36
kubeNetworkingSelfHostingDefaultFlannelCniImageTag = "v0.3.0"
37
- kubeNetworkingSelfHostingDefaultTyphaImageTag = "v0.6.2 "
37
+ kubeNetworkingSelfHostingDefaultTyphaImageTag = "v0.6.4 "
38
38
)
39
39
40
40
func NewDefaultCluster () * Cluster {
Original file line number Diff line number Diff line change @@ -1127,21 +1127,6 @@ write_files:
1127
1127
# as a host-networked pod.
1128
1128
hostNetwork: true
1129
1129
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
1145
1130
containers:
1146
1131
- image: {{ .Kubernetes.Networking.SelfHosting.TyphaImage.RepoWithTag }}
1147
1132
name: typha
You can’t perform that action at this time.
0 commit comments