Created
September 6, 2018 16:11
-
-
Save steebchen/a7e0152d27383ddde68d81bfc332990f to your computer and use it in GitHub Desktop.
install ingress-nginx on kubeadm cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helm install stable/nginx-ingress --name ingress --namespace kube-system --set controller.hostNetwork=true,controller.kind=DaemonSet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment