-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Honour the --skip-install flag with --local #321
Comments
/add label: good first issue, help wanted |
Hey @Jasstkn, would you be interested in taking this on? I think it'd be a quick win for you. |
Hey! Yes, I would like to try :) |
@alexellis @Shikachuu hey. I started looking into the issue and want to reproduce it. I created a VM in GCP and trying to install k8s cluster via command:
But it fails with unexpected result. I'm trying to debug it but nothing useful so far. Maybe you have some suggestions where to look? upd: if I run it will --local flag and params - it seems to be working |
This may be an unintentional regression in c0a4833. |
@Jasstkn if
It should probably error out instead for that scenario. Nobody's comment on #389 yet to say that they've started working on it. There are two parts to it with the second being more involved (as per the screenshot). |
Expected Behaviour
The
--local
flag fork3sup install
doesn't honour--skip-install
.Current Behaviour
--skip-install
should allow the user to get the correct kubeconfig, without doing an installationPossible Solution
Add an if statement
Steps to Reproduce (for bugs)
k3sup install --local --skip-install
The text was updated successfully, but these errors were encountered: