-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples/rc-default.yaml seems missing? #1296
Comments
https://github.com/kubernetes/ingress/blob/master/controllers/nginx/README.md#https And |
https://github.com/kubernetes/ingress/tree/master/controllers/nginx#default-ssl-certificate And in the default-ssl-certificate section, I can't tell any difference between those two examples - running with or without the flag |
This should be the same than https://github.com/kubernetes/ingress/tree/master/examples/tls-termination/nginx#prerequisites
This was removed when we moved the repository from contrib |
Without that flag we use the self generated ssl certificate in the controller |
There's no rc-default.yaml file in that repository. Are you saying that the deployment steps in the examples directory replace the steps in the readme for the controllers directory? |
https://github.com/kubernetes/ingress/blob/master/controllers/nginx/README.md#deployment
As the title said,
kubectl create -f examples/rc-default.yaml
, I can't find this yaml file, is it missing?The text was updated successfully, but these errors were encountered: