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

Enable Console do be deployed in K8s clusters without shared storage provisioners #1204

Merged
merged 2 commits into from
Aug 1, 2017

Conversation

irfanhabib
Copy link
Contributor

@irfanhabib irfanhabib commented Aug 1, 2017

Adds an override variable noShared, which can be specified when installing into a cluster that doesn't have a dynamic storage provisioner available and uses the hostpath provisioner.

This override causes the pre-flight and postflight jobs to in the Console pod. Postflight runs as a separate container, while preflight runs before the proxy is started.

To deploy using noShared mode, either specify an overrides file, or when executing a helm-install:

helm install --set noShared=true console --namespace console

@richard-cox richard-cox merged commit 66d4c37 into master Aug 1, 2017
@richard-cox richard-cox deleted the noshared-deploy branch August 1, 2017 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants