RKE requirements
Verify system requirements
Although Calico Cloud checks that your cluster meets System requirements, verifying now can save you time troubleshooting.
Verify RKE version and settings
Verify the RKE version.
Calico Cloud supports:
- Rancher Kubernetes Engine 1.3
Verify that your cluster is configured with the networking plugin field set to:
calico
canal
none
, and your cluster is installed with a compatible version of Calico
noteIf your cluster is configured with the networking plugin
calico
orcanal
you must edit the configuration and switch it tonone
to ensure future updates do not attempt to manage the networking configuration.
Verify IAM permissions
Verify that your user account has IAM permissions to create Kubernetes ClusterRoles, ClusterRoleBindings, Deployments, Service Accounts, and Custom Resource Definitions. The easiest way to grant permissions is to assign the "Kubernetes Service Cluster Admin Role” to your user account. For help, see RKE access control.