Skip to content

Instantly share code, notes, and snippets.

@steebchen
Created September 6, 2018 16:11
Show Gist options
  • Save steebchen/a7e0152d27383ddde68d81bfc332990f to your computer and use it in GitHub Desktop.
Save steebchen/a7e0152d27383ddde68d81bfc332990f to your computer and use it in GitHub Desktop.
install ingress-nginx on kubeadm cluster
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