KWasm / kwasm-node-installer

Installs KWasm on Kubernetes nodes.
Apache License 2.0
36 stars 13 forks source link

feat: add rancher RKE2 support #47

Closed flavio closed 1 year ago

flavio commented 1 year ago

Enable installation on RKE2.

I would like to add this feature also to the Go rewrite, but I didn't understand how the distribution detection mechanism works.

flavio commented 1 year ago

It seems the failure is unrelated with my PR :(

0xE282B0 commented 1 year ago

Thanks for the PR @flavio, RKE2 support is great! The go installer doesn't have K8s distribution detection yet, so you can't find it yet 😊.

The build pipeline issue is fixed. Could you please rebase your commit? What do you consider the easiest way to set up and test an RKE2 cluster?

flavio commented 1 year ago

@0xE282B0 I've rebased :)

Thanks for the explanation about the go-rewrite branch

0xE282B0 commented 1 year ago

Thank you @flavio, LGTM!