From f8b7d723e1e259335f9882668b29044f107ce287 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 22 Aug 2018 18:41:13 -0700 Subject: [PATCH] Update gke.md --- docs/gke.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gke.md b/docs/gke.md index 1d266f9..3864f7b 100644 --- a/docs/gke.md +++ b/docs/gke.md @@ -1,5 +1,7 @@ # Google Kubernetes Engine +The user need to use `Ubuntu` as the OS on the node, instead of `Container-Optimized OS(default)`, since the latter doesn't support `open-iscsi` which is required by Longhorn. + The configuration yaml will be slight different for Google Kubernetes Engine (GKE): 1. GKE requires user to manually claim himself as cluster admin to enable RBAC. User need to execute following command before create the Longhorn system using yaml files.