From 113b0ab5c0e8c6d26c51c9f817afcf05e93a4645 Mon Sep 17 00:00:00 2001 From: Taylor Price Date: Thu, 15 Aug 2019 13:54:17 -0700 Subject: [PATCH] add auth mode to the complete example --- content/rancher/v2.x/en/security/hardening-2.2/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rancher/v2.x/en/security/hardening-2.2/_index.md b/content/rancher/v2.x/en/security/hardening-2.2/_index.md index adf49b5f7e5..1b00f44821a 100644 --- a/content/rancher/v2.x/en/security/hardening-2.2/_index.md +++ b/content/rancher/v2.x/en/security/hardening-2.2/_index.md @@ -1038,6 +1038,7 @@ services: kubelet: extra_args: streaming-connection-idle-timeout: "1800s" + authorization-mode: "Webhook" protect-kernel-defaults: "true" make-iptables-util-chains: "true" event-qps: "0"