You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare for a Calico platform integ environment (#49255)
* updates to allow kind_provisioner to install cilium for ambient-sc setup
Signed-off-by: Ian Rudie <[email protected]>
* update to use calico for now instead
Signed-off-by: Ian Rudie <[email protected]>
* adding a new StrictHBONE test
Signed-off-by: Ian Rudie <[email protected]>
* revising kind_provisioner slightly
Signed-off-by: Ian Rudie <[email protected]>
* refined kind provisioning
Signed-off-by: Ian Rudie <[email protected]>
* adopt more minimal config, begin documenting maintenance, skip strict HBONE test
Signed-off-by: Ian Rudie <[email protected]>
* use explicit variable instead of checking which config file was used
Signed-off-by: Ian Rudie <[email protected]>
* adopt yq 4 syntax, case statement for CNI choice
Signed-off-by: Ian Rudie <[email protected]>
* linter for markdown
Signed-off-by: Ian Rudie <[email protected]>
* rename test to better suite it's purpose
Signed-off-by: Ian Rudie <[email protected]>
* no need to modify ambient-sc.yaml since we're using yq to alter it now
Signed-off-by: Ian Rudie <[email protected]>
* skip with link to issue for tracking
Signed-off-by: Ian Rudie <[email protected]>
---------
Signed-off-by: Ian Rudie <[email protected]>
The calico.yaml file is from [https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml](https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml)
2
+
3
+
Once downloaded, run the following sed command to replace the default docker.io images with istio-testing's copies of them:
4
+
5
+
```shell
6
+
sed -ie "s?docker.io?gcr.io/istio-testing?g" calico.yaml
7
+
```
8
+
9
+
In order to upgrade versions of calico we'll need to update the version below and then have someone with the ability to push run the following:
0 commit comments