Replies: 12 comments
-
|
Beta Was this translation helpful? Give feedback.
-
and that should be set in the config.yaml file right? |
Beta Was this translation helpful? Give feedback.
-
and for the cluster and service pods ip would cluster-cidr: x.x.x.x Override the 10.42.x. & 10.43.x? |
Beta Was this translation helpful? Give feedback.
-
So if my understanding of how everything is packaged is correct. Calico configuration and its binaries is already in the image file needed for the install correct? I'm referring to "rke2-images.linux.amd64.tar" |
Beta Was this translation helpful? Give feedback.
-
In case you want to use calico the right configuration should be |
Beta Was this translation helpful? Give feedback.
-
yeah, I had that option at first, However I realized there is a helm job that still attempt to install canal. My goal ideally is to fully get rid of canal and install calico as the cni plugin, I'm no sure how that is done for the rke2 as I have done with with k8s only. Ik rke2 using helm packages. My config.yaml file look something like this selinux: true
|
Beta Was this translation helpful? Give feedback.
-
No if you configure |
Beta Was this translation helpful? Give feedback.
-
Then a local registry should be stood up for these images right? |
Beta Was this translation helpful? Give feedback.
-
You can follow this https://docs.rke2.io/install/airgap |
Beta Was this translation helpful? Give feedback.
-
@rbrtbnfgl TY for the help |
Beta Was this translation helpful? Give feedback.
-
I'm installing RKe2 in a fully isolated env, with no internet connection, therefore I'm using RPMS for the install.
I don't want the rke2 server to install the rke2-canal chart as I will make use of Calico for the CNI.
I have tried
disabled: rke2-canal.
In the config file before starting the server but that does not seem to work. and on top of that is there any way to change the service cidr and pod cidr that comes with rke2 by default?
Asking because I'm not using kubeadm for the install.
Beta Was this translation helpful? Give feedback.
All reactions