This is unreleased documentation for SUSE® Storage 1.10.0 (Dev).

Google Kubernetes Engine (GKE)

To operate SUSE Storage on a cluster provisioned with Google Kubernetes Engine, some additional configuration is required.

  1. GKE clusters must use the Ubuntu OS instead of Container-Optimized OS, in order to satisfy SUSE Storage’s open-iscsi dependency.

  2. GKE requires a user to manually claim themselves as cluster admin to enable role-based access control. Before installing SUSE Storage, run the following command:

     kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=<[email protected]>

    where [email protected] is the user’s account name in GCE. It’s case sensitive. See this document for more information.

OSZAR »