Skip to content

Commit

Permalink
Include steps to create istio-cni ns when missing (istio-ecosystem#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
  • Loading branch information
sridhargaddam authored and bmangoen committed Jul 18, 2024
1 parent 9b9be64 commit f358c1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ kubectl apply -f chart/samples/istio-sample-openshift.yaml
On OpenShift, you must also deploy the Istio CNI plugin by creating an instance of the `IstioCNI` resource:

```sh
# Create the istio-cni namespace if it does not exist
kubectl get ns istio-cni || kubectl create ns istio-cni
kubectl apply -f chart/samples/istiocni-sample.yaml
```

Expand Down

0 comments on commit f358c1e

Please sign in to comment.