mirror of https://github.com/istio/istio.io.git
updates to dual stack blog to make following easier (#13277)
* updates to dual stack blog to make following easier Signed-off-by: ilrudie <ian.rudie@solo.io> * addressing linting issue from CI Signed-off-by: ilrudie <ian.rudie@solo.io> * Update content/en/blog/2023/experimental-dual-stack/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/blog/2023/experimental-dual-stack/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> --------- Signed-off-by: ilrudie <ian.rudie@solo.io> Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
parent
f4f439c9cc
commit
49ba8299c0
|
|
@ -42,10 +42,23 @@ announce experimental support for dual stack in Istio 1.17!
|
|||
|
||||
## A Quick Experiment using Dual Stack
|
||||
|
||||
{{< tip >}}
|
||||
If you want to use KinD for your test, you can set up a dual stack cluster with the following command:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kind create cluster --name istio-ds --config - <<EOF
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
networking:
|
||||
ipFamily: dual
|
||||
EOF
|
||||
{{< /text >}}
|
||||
|
||||
{{< /tip >}}
|
||||
1. Enable dual stack experimental support on Istio 1.17.0+ with the following:
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl install -f - <<EOF
|
||||
$ istioctl install -y -f - <<EOF
|
||||
apiVersion: install.istio.io/v1alpha1
|
||||
kind: IstioOperator
|
||||
spec:
|
||||
|
|
@ -92,7 +105,7 @@ announce experimental support for dual stack in Istio 1.17!
|
|||
1. Create sleep deployment in the default namespace:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl apply -f {{< github_file >}}/master/samples/sleep/sleep.yaml
|
||||
$ kubectl apply -f {{< github_file >}}/samples/sleep/sleep.yaml
|
||||
{{< /text >}}
|
||||
|
||||
1. Verify the traffic:
|
||||
|
|
|
|||
Loading…
Reference in New Issue