sensu / sensu-kube-demo

The Sensu Kubernetes monitoring demo repository.
https://sensu.io
MIT License
13 stars 12 forks source link

Fix: Use cloud-generic ingress-nginx resource #6

Closed apaskulin closed 5 years ago

apaskulin commented 5 years ago

Replace the second command in step 3 with:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml

Or, in some cases:

curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/baremetal/service-nodeport.yaml | kubectl apply -f -
apaskulin commented 5 years ago

Fixed!