optimismuspur 350a80ec57 rke2-for-rancher.md Kubernetes Versions differ
If you install RKE2 on the first node as specified in 'curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.20 sh -' (line 46) and on the other nodes with 'curl -sfL https://get.rke2.io | sh -' (line 59) you end up with different Versions on the first Node compared to the others. 
I think either specifying the Version in both cases, or just doing it without a Version specified should fix this.

My result:
linux15@linux15:~$ kubectl get nodes
NAME      STATUS   ROLES                       AGE   VERSION
linux15   Ready    control-plane,etcd,master   18h   v1.20.15+rke2r2
linux16   Ready    control-plane,etcd,master   18h   v1.24.8+rke2r1
2022-12-08 12:29:07 +01:00
2022-09-13 10:26:55 -07:00
2022-12-07 14:39:54 -08:00
2022-12-07 14:39:54 -08:00
2019-04-03 13:19:39 -07:00
2018-04-12 13:59:16 -07:00
2018-04-12 13:59:16 -07:00
2022-07-11 15:07:03 -07:00
2018-04-27 13:50:36 -07:00
2022-06-23 10:58:07 +05:30
2019-03-22 11:19:26 -07:00
2022-11-30 15:14:04 -08:00
2022-11-14 10:56:27 -08:00
2022-11-30 15:14:04 -08:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

You can also use Docker to launch the website without needing to install and configure yarn:

docker run --rm -it -v $PWD:$PWD -w $PWD -p 3000:3000 node yarn start -h 0.0.0.0

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

License

Copyright (c) 2014-2022 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Description
Rancher Documentation
Readme 3 GiB
Languages
JavaScript 82.7%
Shell 6.6%
CSS 5.8%
MDX 2.7%
TypeScript 2.2%