GKE requirements
Verify system requirements
Although Calico Cloud checks that your cluster meets System requirements, verifying now can save you time troubleshooting.
Verify GKE settings
Verify that intranode visibility is
Enabled
/true.gcloud container clusters describe <cluster-name> --flatten networkConfig.enableIntraNodeVisibility
Verify network policy is
Disabled
/true.gcloud container clusters describe <cluster-name> --flatten addonsConfig.networkPolicyConfig.disabled
Verify Dataplane V2 is
null
/not configured.gcloud container clusters describe <cluster-name> --flatten networkConfig.datapathProvider
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 GKE access control.