Google Kubernetes Engine
Additional configuration required to operate Longhorn in Google Kubernetes Engine.
GKE clusters must use Ubuntu OS instead of Container-Optimized OS, in order to satisfy Longhorn open-iscsi dependency.
GKE requires a user to manually claim themselves as cluster admin to enable RBAC. Before installing Longhorn, run the following command:
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=<name@example.com>
where name@example.com is the user’s account name in GCE. It’s case sensitive. See this document for more information.
© 2019-2026 Longhorn a Series of LF Projects, LLC. Documentation Distributed under CC-BY-4.0.
For website terms of use, trademark policy and other project policies please see lfprojects.org/policies.