Closed apaskulin closed 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 -
Fixed!
Replace the second command in step 3 with:
Or, in some cases: