Merge branch 'main' of https://github.com/sombochea/kubernetes-installation into main
This commit is contained in:
commit
a68788913b
6
portainer.md
Normal file
6
portainer.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Install Portainer
|
||||
```shell
|
||||
helm install --create-namespace -n portainer portainer portainer/portainer \
|
||||
--set service.type=LoadBalancer \
|
||||
--set tls.force=true
|
||||
```
|
4
sc-provider/local-path.md
Normal file
4
sc-provider/local-path.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Install Local Path
|
||||
```shell
|
||||
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml
|
||||
```
|
Loading…
Reference in New Issue
Block a user