From a5b84a47b00f78bc389a9f2a3cf74b7d4e0ff0b7 Mon Sep 17 00:00:00 2001 From: jwfang <54740235@qq.com> Date: Mon, 10 Jul 2017 17:18:37 +0800 Subject: [PATCH] docs: experimental, no calico/vault --- docs/vars.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/vars.md b/docs/vars.md index dd9988715..a14ce08c0 100644 --- a/docs/vars.md +++ b/docs/vars.md @@ -70,7 +70,8 @@ following default cluster paramters: * *authorization_modes* - A list of [authorization mode]( https://kubernetes.io/docs/admin/authorization/#using-flags-for-your-authorization-module) that the cluster should be configured for. Defaults to `[]` (i.e. no authorization). - Note: Only `AlwaysAllow`, `AlwaysDeny` and `RBAC` are tested. + Note: `RBAC` is currently in experimental phase, and do not support either calico or + vault. Note, if cloud providers have any use of the ``10.233.0.0/16``, like instances' private addresses, make sure to pick another values for ``kube_service_addresses`` -- GitLab