This message was deleted.
# rke
a
This message was deleted.
g
Reading https://projectcalico.docs.tigera.io/getting-started/kubernetes/rancher, I think you can set
plugin: none
under
network
in your configuration file, and then install Calico according to that doc.
๐Ÿ‘ 1
g
@miniature-fall-17864 fyi
r
I'm using Calico on Bare Metal with just:
Copy code
network:
    plugin: calico
Its RKE v1.3.14
๐Ÿ‘ 3
g
Oh wow that would be awesome. We will try it out. Thanks @rich-shoe-36510!
@rich-shoe-36510 hi! So you don't set calico_cloud_provider at all, right? Since here it says
aws
or
gce
are the only options.
And second question @rich-shoe-36510 Do you have also encryption enabled for Calico via Rancher plugin?
r
That's correct @glamorous-guitar-96571, you just don't sepcify calico_cloud_provider. I don't use encryption tho.
๐Ÿ‘ 1
g
@rich-shoe-36510 thanks! As far as I see this, it is not possible to enable encryption via Rancher/rke Calico plugin. But I would actually need that.
r
In that case you can specify
plugin: none
and install manually calico after you complete with
rke up
๐Ÿ‘ 1