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.
allow-privileged:
type: string
default: "auto"
default: true
description: |
Allow privileged containers to run on worker nodes. Supported values are
"true", "false", and "auto". If "true", kubelet will run in privileged