Nancy
Nancy
Yeah @WuJun2016 I'll sync up with Tobi next week to discuss
Added some test cases for Harvester
I haven't gone through the code of this PR in any detail, but I've run it against a harvester cluster and ensured that the table css changes don't cause issues...
Closing in favor of: https://github.com/rancher/dashboard/issues/7204
Sure thing @nwmac, would you mind re-approving?
Sure I can look @thaneunsoo; did you see this on RKE1, RKE2, and K3s?
Interesting: RKE1 provisioning is done through the old UI so there's either the same problem in both UIs or there is another problem w/ editing but not changing anything on...
@thaneunsoo I was able to repro this behavior with rke2 and k3s; a fix is now merged: https://github.com/rancher/dashboard/pull/7218 What I saw specifically was that the rke2 or k3s cluster would...
@huacheng-git it looks like this work depends on https://github.com/rancher/rancher/pull/38238 which has been closed as stale. I'll bump this PR out of the next release, let us know when it's ready...
One possible approach would be to use an annotation to direct the dashboard to load information from a `provisioner` class, demonstrated in this poc: https://github.com/nwmac/dashboard/pull/21/files#diff-d888082c4e23d876ed1154a65f0abf824000d685eda426eee3512d88318f7d2bR19-R43 In this case the capi-ui-extension...