-
Notifications
You must be signed in to change notification settings - Fork 594
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
[Question] Right way to deploy Calico in RKE #3290
Comments
Forgot to include a couple of issues found here. Who knows is this helps: |
Hey @HectorB-2020 sorry for the late reply. Both options are fine and most of the code is the same, however:
Therefore, I'd always select that option. Unless you want to use Calico Enterprise, the paying version from Tigera. In that case, you should use their manifests (but be careful with some paramters such as cluster-cidr) |
Excellent, thanks very much! |
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions. |
RKE version:
rke version v1.4.6
Docker version: 20.10.24
Operating system and kernel: CentOS 7.9, 3.10.0-1160.el7.x86_64
Type/provider of hosts: QEMU/KVM on kernel 5.10.152
Question:
I've been studying documentation and stuck at the point where Calico is to be properly configured.
Official Rancher documentation says that Calico has to be explicitly mentioned in
cluster.yml
. Such question is asked while runningrke config
.Surprisingly Tigera's point of view in their dedicated article "Rancher Kubernetes Engine (RKE)" is different, they say literally:
Configure your cluster with a Cluster Config File and specify no network plugin by setting
plugin: none
undernetwork
in your configuration file.Then they suggest installing Calico separately with a manifest:
Hence I'm wondering if any of these approaches have certain advantages and drawbacks.
The text was updated successfully, but these errors were encountered: