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 "helm version --client" to avoid connecting to cluster #4294

Merged
merged 1 commit into from
Jun 7, 2020

Conversation

briandealwis
Copy link
Member

Fixes: #4274

Description

The helm deployer now checks the Helm version using helm version --client so as to avoid connecting to the remote cluster. --client had been removed in the 3.0 alpha and betas, but was reintroduced for v3.0.0. I doubt anybody is using 3.0.0 betas at this point.

@codecov
Copy link

codecov bot commented Jun 5, 2020

Codecov Report

Merging #4294 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
pkg/skaffold/deploy/helm.go 78.87% <100.00%> (ø)
pkg/skaffold/deploy/resource/status.go 100.00% <0.00%> (ø)
pkg/skaffold/deploy/resource/deployment.go 93.33% <0.00%> (+0.35%) ⬆️

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.

KubeContext not aligned for kubectl and helm
3 participants