Skip to content
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

Invalid envoy config duplicate value IAP #804

Closed
jlewi opened this issue May 14, 2018 · 2 comments
Closed

Invalid envoy config duplicate value IAP #804

jlewi opened this issue May 14, 2018 · 2 comments
Assignees

Comments

@jlewi
Copy link
Contributor

jlewi commented May 14, 2018

I got the following error while trying to update the dev environment to use HEAD.

ERROR Error updating deployments kubeflow.envoy: Deployment.apps "envoy" is invalid: spec.template.spec.initContainers[0].name: Duplicate value: "iap"
@jlewi
Copy link
Contributor Author

jlewi commented May 14, 2018

/assign jlewi
/priority p1

@jlewi
Copy link
Contributor Author

jlewi commented May 15, 2018

The problem was that we switched from using init containers to using a sidecar to keep the envoy config up todate.

But the Deployment in production was still using an initContainer and updating it to use a sidecar with the same name caused the error provided above.

The work around was to just delete the existing deployment and then redeploy.

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants