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

Fix broken Kubernetes stack flags #831

Merged
merged 1 commit into from
Jan 24, 2018

Conversation

silvin-lubecki
Copy link
Contributor

- What I did
I fixed the broken kubernetes stack flags namespace and kubeconfig.

- How I did it
I switched PersistentFlags to Flags while reading flags during the command run phase.

- How to verify it

  1. Deploy a kubernetes stack using default namespace
  2. docker stack ls --namespace myemptynamespace should print nothing

- Description for the changelog
Fix broken Kubernetes stack flags

- A picture of a cute animal (not mandatory but encouraged)
image

…to be defined in the "persistent space".

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
@codecov-io
Copy link

codecov-io commented Jan 24, 2018

Codecov Report

Merging #831 into master will not change coverage.
The diff coverage is 0%.

@@           Coverage Diff           @@
##           master     #831   +/-   ##
=======================================
  Coverage   52.95%   52.95%           
=======================================
  Files         244      244           
  Lines       15828    15828           
=======================================
  Hits         8382     8382           
  Misses       6892     6892           
  Partials      554      554

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🐯

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

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.

5 participants