mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
add gke import tips
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
title: Importing a Cluster
|
title: Importing a Cluster
|
||||||
weight: 3400
|
weight: 3400
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
To be able to import the cluster, you must have the cluster-admin priviledge to run kubectl command. For GKE it doesn't give full priviledge by default. You can grant your user full priviledge access by running `kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user [USER_ACCOUNT]`. To learn more about GKE RBAC, please click [here](https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control).
|
||||||
|
|
||||||
You can import an existing Kubernetes cluster and then manage it using Rancher.
|
You can import an existing Kubernetes cluster and then manage it using Rancher.
|
||||||
|
|
||||||
1. From the **Clusters** page, click **Add Cluster**.
|
1. From the **Clusters** page, click **Add Cluster**.
|
||||||
|
|||||||
Reference in New Issue
Block a user