From 0cbaf1c165bc3953242cc078a41133b1dbc385d3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 2 Mar 2022 15:37:52 +0700 Subject: [PATCH] Updated nginx --- NGINX_ING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NGINX_ING.md diff --git a/NGINX_ING.md b/NGINX_ING.md new file mode 100644 index 0000000..10f3ab0 --- /dev/null +++ b/NGINX_ING.md @@ -0,0 +1,5 @@ +# Nginx Ingress Controller + +```shell +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.0/deploy/static/provider/baremetal/deploy.yaml +```