From 990300c269a3d318a4acc0698dafc94476465fc2 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:07:55 +0700 Subject: [PATCH 1/2] Create local-path.md --- sc-provider/local-path.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sc-provider/local-path.md diff --git a/sc-provider/local-path.md b/sc-provider/local-path.md new file mode 100644 index 0000000..31a83da --- /dev/null +++ b/sc-provider/local-path.md @@ -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 +``` From e72c6168ef3b0e4b75d9e4d194001b133a8e76c3 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:24:48 +0700 Subject: [PATCH 2/2] Create portainer.md --- portainer.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 portainer.md diff --git a/portainer.md b/portainer.md new file mode 100644 index 0000000..c37be9e --- /dev/null +++ b/portainer.md @@ -0,0 +1,6 @@ +# Install Portainer +```shell +helm install --create-namespace -n portainer portainer portainer/portainer \ + --set service.type=LoadBalancer \ + --set tls.force=true +```