File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mkdocs/docs/getting-started Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ docker build -t ind:latest .
2121
2222> If you want to run using the local image, replace iter8/ind: latest with ind: latest below.
2323
24- > If you want to run a specific version, replace iter8/ind: latest with iter8/ind:<tag > below. For example, ` iter8/ind:0.7.10 ` .
24+ > If you want to run a specific version, replace iter8/ind: latest with iter8/ind:<tag > below. For example, ` iter8/ind:0.7.11 ` .
2525
26261 . Start Iter8 container
2727``` shell
2828docker run --name ind --privileged -d iter8/ind:latest
2929```
30- To pin the version of Iter8, replace ` latest ` above with tag (for example, with ` 0.7.10 ` )
30+ To pin the version of Iter8, replace ` latest ` above with tag (for example, with ` 0.7.11 ` )
3131
32322 . Setup Iter8 within container
3333``` shell
Original file line number Diff line number Diff line change 99Install Iter8 in your Kubernetes cluster as follows. This step requires [ Kustomize v3+] ( https://kubectl.docs.kubernetes.io/installation/kustomize/ ) .
1010
1111``` shell
12- export TAG=v0.7.10
12+ export TAG=v0.7.11
1313kustomize build https://github.com/iter8-tools/iter8/install/core/? ref=${TAG} | kubectl apply -f -
1414kubectl wait crd -l creator=iter8 --for condition=established --timeout=120s
1515kustomize build https://github.com/iter8-tools/iter8/install/builtin-metrics/? ref=${TAG} | kubectl apply -f -
You can’t perform that action at this time.
0 commit comments