Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Shipping an outdated ingress controller #279
Comments
chuckbutler
added
area/kubernetes-worker
size/M
labels
May 7, 2017
added a commit
to chuckbutler/kubernetes
that referenced
this issue
May 19, 2017
added a commit
to chuckbutler/kubernetes
that referenced
this issue
May 19, 2017
added a commit
to juju-solutions/kubernetes
that referenced
this issue
May 19, 2017
|
This will be updated when the RBAC stuff is merged/released. |
wwwtyro
added this to Bug
in CDK
Jan 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chuckbutler commentedMay 7, 2017
•
Edited 1 time
-
chuckbutler
May 7, 2017
The current image of the ingress-rc should be shipping with image:
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.5however, we are shipping
- image: gcr.io/google_containers/nginx-ingress-controller:0.8.3Current deployment manifests can be found here: https://github.com/kubernetes/ingress/tree/master/examples/deployment/nginx
Note: these manifests change the namespace to kube-system, and would not work for me in my deployment using CNI until I set 'hostNetwork: true' in the manifest, which is commented out.