changed the default value for allow-privileged for the kubelet (kubernetes-worker) based on new standard for 1.10 release

This commit is contained in:
calvinhartwell 2018-05-21 17:34:05 +01:00
parent 080739a12a
commit b232f04b4c

View File

@ -13,7 +13,7 @@ options:
cluster. Declare node labels in key=value format, separated by spaces. cluster. Declare node labels in key=value format, separated by spaces.
allow-privileged: allow-privileged:
type: string type: string
default: "auto" default: true
description: | description: |
Allow privileged containers to run on worker nodes. Supported values are Allow privileged containers to run on worker nodes. Supported values are
"true", "false", and "auto". If "true", kubelet will run in privileged "true", "false", and "auto". If "true", kubelet will run in privileged