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 comma-separated no-deploy values #851

Merged
merged 1 commit into from
Oct 16, 2019
Merged

Add comma-separated no-deploy values #851

merged 1 commit into from
Oct 16, 2019

Conversation

t0xicCode
Copy link
Contributor

@t0xicCode t0xicCode commented Oct 1, 2019

This allows no-deploy values to be either specified as multiple --no-deploy invocations, or a single invocation with comma-separated values.

This allows no-deploy values to be either specified as multiple --no-deploy invocations,
or a single invocation with comma-separated values.
@erikwilson
Copy link
Contributor

Thanks @t0xicCode!

@erikwilson erikwilson merged commit 9e14d3e into k3s-io:master Oct 16, 2019
@ShylajaDevadiga
Copy link
Contributor

--no-deploy allows single invocation with comma separated values. ```curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v0.10.0-rc1 sh -s - server --no-deploy coredns,traefik
kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system local-path-provisioner-58fb86bdfd-9lpp9 1/1 Running 0 115s

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.

3 participants