Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maze
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rafael László
Maze
Commits
380b2b0d
Commit
380b2b0d
authored
Jun 4, 2021
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
separate code blocks in readme
parent
b337326a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-3
6 additions, 3 deletions
README.md
with
6 additions
and
3 deletions
README.md
+
6
−
3
View file @
380b2b0d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment