File tree Expand file tree Collapse file tree 6 files changed +16
-26
lines changed Expand file tree Collapse file tree 6 files changed +16
-26
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ intervals:
191
191
default/wait-helmreleaseproxy-ready : ["10m", "10s"]
192
192
default/wait-helm-release : ["10m", "10s"]
193
193
default/wait-helm-release-deployed : ["10m", "10s"]
194
+ default/wait-delete-helmreleaseproxy : ["3m", "10s"]
194
195
node-drain/wait-deployment-available : ["3m", "10s"]
195
196
node-drain/wait-control-plane : ["15m", "10s"]
196
197
node-drain/wait-machine-deleted : ["2m", "10s"]
Original file line number Diff line number Diff line change 8
8
cni : calico
9
9
repoURL : https://docs.tigera.io/calico/charts
10
10
chartName : tigera-operator
11
- # version: ${CALICO_VERSION}
12
11
releaseName : projectcalico
13
12
namespace : tigera-operator
14
13
valuesTemplate : |
@@ -18,14 +17,12 @@ spec:
18
17
calicoNetwork:
19
18
bgp: Disabled
20
19
mtu: 1350
21
- ipPools:
22
20
ipPools:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }}
23
21
- cidr: {{ $cidr }}
24
22
encapsulation: VXLAN{{end}}
25
- registry: mcr.microsoft.com/oss
23
+ registry: quay.io/
26
24
# Image and registry configuration for the tigera/operator pod.
27
25
tigeraOperator:
28
- image: tigera/operator
29
- registry: mcr.microsoft.com/oss
26
+ registry: quay.io
30
27
calicoctl:
31
- image: mcr.microsoft.com/oss /calico/ctl
28
+ image: quay.io /calico/ctl
Original file line number Diff line number Diff line change @@ -17,17 +17,15 @@ spec:
17
17
calicoNetwork:
18
18
bgp: Disabled
19
19
mtu: 1350
20
- ipPools:
21
20
ipPools:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }}
22
21
- cidr: {{ $cidr }}
23
22
encapsulation: VXLAN{{end}}
24
- registry: mcr.microsoft.com/oss
23
+ registry: quay.io/
25
24
# Image and registry configuration for the tigera/operator pod.
26
25
tigeraOperator:
27
- image: tigera/operator
28
- registry: mcr.microsoft.com/oss
26
+ registry: quay.io
29
27
calicoctl:
30
- image: mcr.microsoft.com/oss /calico/ctl
28
+ image: quay.io /calico/ctl
31
29
---
32
30
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
33
31
kind : KubeadmConfigTemplate
Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ spec:
17
17
calicoNetwork:
18
18
bgp: Disabled
19
19
mtu: 1350
20
- ipPools:
21
20
ipPools:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }}
22
21
- cidr: {{ $cidr }}
23
22
encapsulation: VXLAN{{end}}
24
- registry: mcr.microsoft.com/oss
23
+ registry: quay.io/
25
24
# Image and registry configuration for the tigera/operator pod.
26
25
tigeraOperator:
27
- image: tigera/operator
28
- registry: mcr.microsoft.com/oss
26
+ registry: quay.io
29
27
calicoctl:
30
- image: mcr.microsoft.com/oss /calico/ctl
28
+ image: quay.io /calico/ctl
Original file line number Diff line number Diff line change @@ -17,17 +17,15 @@ spec:
17
17
calicoNetwork:
18
18
bgp: Disabled
19
19
mtu: 1350
20
- ipPools:
21
20
ipPools:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }}
22
21
- cidr: {{ $cidr }}
23
22
encapsulation: VXLAN{{end}}
24
- registry: mcr.microsoft.com/oss
23
+ registry: quay.io/
25
24
# Image and registry configuration for the tigera/operator pod.
26
25
tigeraOperator:
27
- image: tigera/operator
28
- registry: mcr.microsoft.com/oss
26
+ registry: quay.io
29
27
calicoctl:
30
- image: mcr.microsoft.com/oss /calico/ctl
28
+ image: quay.io /calico/ctl
31
29
---
32
30
apiVersion : cluster.x-k8s.io/v1beta1
33
31
kind : Cluster
Original file line number Diff line number Diff line change @@ -17,17 +17,15 @@ spec:
17
17
calicoNetwork:
18
18
bgp: Disabled
19
19
mtu: 1350
20
- ipPools:
21
20
ipPools:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }}
22
21
- cidr: {{ $cidr }}
23
22
encapsulation: VXLAN{{end}}
24
- registry: mcr.microsoft.com/oss
23
+ registry: quay.io/
25
24
# Image and registry configuration for the tigera/operator pod.
26
25
tigeraOperator:
27
- image: tigera/operator
28
- registry: mcr.microsoft.com/oss
26
+ registry: quay.io
29
27
calicoctl:
30
- image: mcr.microsoft.com/oss /calico/ctl
28
+ image: quay.io /calico/ctl
31
29
---
32
30
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
33
31
kind : KubeadmConfigTemplate
You can’t perform that action at this time.
0 commit comments