#631 specify that rancher does not support importing gke autopilot cluster (#632)

* #631 Specify that Rancher does not support importing GKE autopilot cluster

* update to wording + versioned docs
This commit is contained in:
Marty Hernandez Avedon
2023-05-31 16:11:05 -04:00
committed by GitHub
parent 0d67e2eefc
commit 16755c1211
3 changed files with 12 additions and 1 deletions
@@ -29,7 +29,7 @@ Since, by default, Google Kubernetes Engine (GKE) doesn't grant the `cluster-adm
### EKS, AKS and GKE Clusters
To successfully import them into or provision them from Rancher, Elastic Kubernetes Service (EKS), Azure Kubernetes Service (AKS), and Google Kubernetes Engine (GKE) clusters must have at least one managed node group.
To successfully import them into or provision them from Rancher, Elastic Kubernetes Service (EKS), Azure Kubernetes Service (AKS), and Google Kubernetes Engine (GKE) clusters must have at least one managed node group. In addition, GKE Autopilot clusters aren't supported. See [Compare GKE Autopilot and Standard](https://cloud.google.com/kubernetes-engine/docs/resources/autopilot-standard-feature-comparison) for more information about the difference between GKE modes.
## Registering a Cluster
@@ -40,6 +40,10 @@ If you are registering a K3s cluster, make sure the `cluster.yml` is readable. I
EKS clusters must have at least one managed node group to be imported into Rancher or provisioned from Rancher successfully.
### GKE Clusters
GKE clusters must be running in Standard mode. GKE Autopilot clusters aren't supported. See [Compare GKE Autopilot and Standard](https://cloud.google.com/kubernetes-engine/docs/resources/autopilot-standard-feature-comparison) for more information about the difference between GKE Autopilot mode and Standard mode.
</TabItem>
<TabItem value="Rancher before v2.5.9">
@@ -65,6 +69,9 @@ If you are registering a K3s cluster, make sure the `cluster.yml` is readable. I
EKS clusters must have at least one managed node group to be imported into Rancher or provisioned from Rancher successfully.
### GKE Clusters
GKE clusters must be running in Standard mode. GKE Autopilot clusters aren't supported. See [Compare GKE Autopilot and Standard](https://cloud.google.com/kubernetes-engine/docs/resources/autopilot-standard-feature-comparison) for more information about the difference between GKE modes.
</TabItem>
</Tabs>
@@ -35,6 +35,10 @@ If you are registering a K3s cluster, make sure the `cluster.yml` is readable. I
EKS clusters must have at least one managed node group to be imported into Rancher or provisioned from Rancher successfully.
### GKE Clusters
GKE clusters must be running in Standard mode. GKE Autopilot clusters aren't supported. See [Compare GKE Autopilot and Standard](https://cloud.google.com/kubernetes-engine/docs/resources/autopilot-standard-feature-comparison) for more information about the difference between GKE modes.
## Registering a Cluster
1. Click **☰ > Cluster Management**.