Shipping an outdated ingress controller #279

Open
chuckbutler opened this Issue May 7, 2017 · 1 comment

Comments

Projects
2 participants
Collaborator

chuckbutler commented 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.5

however, we are shipping
- image: gcr.io/google_containers/nginx-ingress-controller:0.8.3

Current 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.

chuckbutler added a commit to chuckbutler/kubernetes that referenced this issue May 19, 2017

Sync the ingress templates with the latest published changes from the
ingress repo

This moves the nginx-ingress-controller into the kube-system namespace
and fixes a 403 error that was emitting from the default http backend.

fixes juju-solutions/bundle-canonical-kubernetes#279

chuckbutler added a commit to chuckbutler/kubernetes that referenced this issue May 19, 2017

Sync the ingress templates with the latest published changes from the
ingress repo

This moves the nginx-ingress-controller into the kube-system namespace
and fixes a 403 error that was emitting from the default http backend.

fixes juju-solutions/bundle-canonical-kubernetes#279

ktsakalozos added a commit to juju-solutions/kubernetes that referenced this issue May 19, 2017

Sync the ingress templates with the latest published changes from the…
… ingress repo (#127)

* Add system-account priledges for addons

This adds a superuser level systemaccount (not ideal long term) to get
the addons working. This is a stop gap fix until
juju-solutions/bundle-canonical-kubernetes#289
can be resolved.

* Add return False in case of failure during application of rolebindings

* Sync the ingress templates with the latest published changes from the
ingress repo

This moves the nginx-ingress-controller into the kube-system namespace
and fixes a 403 error that was emitting from the default http backend.

fixes juju-solutions/bundle-canonical-kubernetes#279
Member

tvansteenburgh commented Sep 5, 2017

This will be updated when the RBAC stuff is merged/released.

@wwwtyro 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