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

Use kubectl to interact with dev clusters #1108

Merged
merged 2 commits into from
Jul 25, 2019
Merged

Conversation

imbstack
Copy link
Contributor

This should allow redeploying the cluster without uninstalling first!

It should also be faster and more verbose about what it is doing.

@imbstack imbstack requested a review from a team as a code owner July 25, 2019 21:40
provides: ['target-templates'],
run: async (requirements, utils) => {
let command = ['helm', 'template'];
if (requirements['helm-version'] === 3) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this allow configuring to pick a helm version? if so, could you drop a note about it in the docs somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't allow configuring, it just works with whatever helm you have installed (2 or 3, who knows about 1). I'll mention in the docs though how this works

@imbstack imbstack merged commit f41b114 into master Jul 25, 2019
@imbstack imbstack deleted the better-dev-deploys branch July 25, 2019 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants