Skip to content
Snippets Groups Projects
Commit 380b2b0d authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

separate code blocks in readme

parent b337326a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ On mgmt ...@@ -45,7 +45,8 @@ On mgmt
```sh ```sh
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/ helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
```
```sh
helm install nfs-subdir-external-provisioner \ helm install nfs-subdir-external-provisioner \
nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \ nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
--set nfs.server=192.168.96.102 --set nfs.path=/home/public \ --set nfs.server=192.168.96.102 --set nfs.path=/home/public \
...@@ -60,7 +61,8 @@ https://istio.io/latest/docs/setup/install/operator/ ...@@ -60,7 +61,8 @@ https://istio.io/latest/docs/setup/install/operator/
```sh ```sh
istioctl operator init # Setup the operator istioctl operator init # Setup the operator
```
```sh
kubectl apply -f - <<EOF kubectl apply -f - <<EOF
apiVersion: install.istio.io/v1alpha1 apiVersion: install.istio.io/v1alpha1
kind: IstioOperator kind: IstioOperator
...@@ -70,7 +72,8 @@ metadata: ...@@ -70,7 +72,8 @@ metadata:
spec: spec:
profile: default profile: default
EOF # Default setup for istio EOF # Default setup for istio
```
```sh
# Validate that it is installed # Validate that it is installed
kubectl get svc -n istio-system kubectl get svc -n istio-system
kubectl get pods -n istio-system kubectl get pods -n istio-system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment