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

Add support for a make dev #107

Closed
timothysc opened this issue Oct 6, 2017 · 2 comments
Closed

Add support for a make dev #107

timothysc opened this issue Oct 6, 2017 · 2 comments
Labels
kind/enhancement New or improved functionality p2-moderate

Comments

@timothysc
Copy link
Contributor

Make dev should update the generated .yaml to use

imagePullPolicy: IfNotPresent

  • we could add other bits there.
@timothysc timothysc added kind/enhancement New or improved functionality p1-important labels Oct 6, 2017
@timothysc timothysc added this to the 0.10.0 milestone Oct 6, 2017
@timothysc timothysc assigned liztio and unassigned chuckha Nov 1, 2017
@timothysc
Copy link
Contributor Author

This will involve ksonnet generating updated.yaml target.

Should discuss tomorrow.

@timothysc
Copy link
Contributor Author

timothysc commented Nov 3, 2017

@liztio

When developing and testing we want to have a dev target which basically does some minor variable substitutions on a different generated output .yaml that we can add to the .gitignore file.

So the workflow would be ~= :

make dev
-->generated a quickstart-dev.yaml (changed defaults) 
submit and test quickstart-dev.yaml 

Some of the substitutions would be:

  1. increase verbosity of the logging
  2. switch imagePullPolicy: IfNotPresent
    ...? Perhaps @hausdorff or @chuckha have other things they would like to see in a dev target?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New or improved functionality p2-moderate
Projects
None yet
Development

No branches or pull requests

3 participants