-
Notifications
You must be signed in to change notification settings - Fork 342
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
[FEATURE] Enhance the import experience to Rancher #1330
Comments
I also noticed the binding script in Rancher 2.6.1 seems to look for k3s.yaml instead of rke2.yaml which is created in the installation of Harvester 0.3; copying |
@jnfinitym can you elaborate? Which binding script you're talking about? Might be another issue. |
I will file a seperate issue then, so I have mroe space to describe it - I am not home right now, so I will try it this weekend, so I can add the exact error messages I got and what exactly I did to get around them; I am specifically talking about importing Harvester to a Rancher instance, but it looks to be easily resolvable, but I am thinking it may actually be a Rancher Problem and not a Harvester Problem… My workaround was on the Harvester side though |
Weird, today I installed Harvester again from the same USB Stick and used the same version of Rancher deployed in the same way (in a VM on docker) and didn’t get the same issue!? - can’t reproduce it anymore, so I guess it was just a fluke.
…On 13 Oct 2021, 22:27 +0200, Sheng Yang ***@***.***>, wrote:
@jnfinitym can you elaborate? Which binding script you're talking about? Might be another issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Refer from #1437 Expected: that explain how to import a Harvester cluster. E.g. the specific steps to be able to run the "kubectl" command in harvester. Actual: user is shown generic instructions to run the command on "an existing Kubernetes cluster running a supported Kubernetes version" |
LGTM |
To Test: (and please sync to close rancher/dashboard#4531 if passes)
please also close the issue of rancher/dashboard#4531 if the validation passes, thanks. |
@gitlawr , @n313893254 On Rancher v2.6-head, we can see the instructions for importing Harvester under registration tab While we can't find the |
@TachunLin My bad. As the PR is merged by rancher/dashboard, we should validate |
rebase, Done. |
Verified fixed on master-b7e562d3-head with Rancher v2.6.3-rc1 .Close this issue. ResultUser can input registration url from rancher into harvester settings then import harvester in rancher dashboard Test Information
Environment Preparation
Verify Steps |
Currently user need to log into a Harvester physical node to run
kubectl
to import the Harvester cluster to a Rancher cluster.We should allow that in the UI. Also, we need to enforce that one Harvester cluster can only be managed by one Rancher.
The text was updated successfully, but these errors were encountered: