Skip to content

Add --label flag to specify custom labels for deployments #1098

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

Merged
merged 1 commit into from
Oct 4, 2018

Conversation

priyawadhwa
Copy link
Contributor

@priyawadhwa priyawadhwa commented Oct 4, 2018

This should work for skaffold run, dev, and deploy to help support external tools/scripts provide their own labels.

e.g. skaffold run --label firstlabel=one --label secondlabel=two

This should work for skaffold run, dev, and deploy. This is one of the
features requested for integrating skaffold with IntelliJ.

e.g. skaffold run --label firstlabel=one --label secondlabel=two
@codecov-io
Copy link

Codecov Report

Merging #1098 into master will increase coverage by 0.07%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1098      +/-   ##
==========================================
+ Coverage   42.24%   42.32%   +0.07%     
==========================================
  Files          72       72              
  Lines        3295     3303       +8     
==========================================
+ Hits         1392     1398       +6     
- Misses       1769     1771       +2     
  Partials      134      134
Impacted Files Coverage Δ
cmd/skaffold/app/cmd/cmd.go 0% <0%> (ø) ⬆️
pkg/skaffold/config/options.go 88.23% <100%> (+6.41%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e2d5c1...b862d80. Read the comment docs.

Copy link
Contributor

@balopat balopat left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!!!

@priyawadhwa priyawadhwa merged commit de0cd3d into GoogleContainerTools:master Oct 4, 2018
@priyawadhwa priyawadhwa deleted the label branch October 4, 2018 20:07
@r2d4
Copy link
Contributor

r2d4 commented Oct 5, 2018

ref #657

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.

4 participants