Skip to content

Commit f3187a6

Browse files
authored
Update README.md
1 parent 451bb0e commit f3187a6

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
## Kubernetes Learning

0 commit comments

Comments
 (0)