We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451bb0e commit f3187a6Copy full SHA for f3187a6
1 file changed
README.md
@@ -1,17 +1 @@
1
-# Installing helm cli
2
-wget https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz
3
-tar zxf helm-v3.12.2-linux-amd64.tar.gz
4
-cd linux-amd64/
5
-sudo mv helm /usr/bin/
6
-helm version
7
-
8
-# add helm repository
9
-helm repo add nginx-stable https://helm.nginx.com/stable
10
-# update helm repository
11
-helm repo update
12
13
-# Install Nginx Ingress Controller
14
-helm upgrade --install ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx --namespace ingress-nginx --create-namespace
15
16
-# Check is ingress is created
17
-kubectl --namespace ingress-nginx get services -o wide ingress-nginx-controller
+## Kubernetes Learning
0 commit comments