From 9b5632982021593dd706138530c692444cb9dfd5 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 27 Jul 2018 18:16:14 +0600 Subject: [PATCH] Fix readess for kiam --- rootfs/conf/kops/helmfile.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootfs/conf/kops/helmfile.yaml b/rootfs/conf/kops/helmfile.yaml index af663453c..86d09785e 100644 --- a/rootfs/conf/kops/helmfile.yaml +++ b/rootfs/conf/kops/helmfile.yaml @@ -476,6 +476,9 @@ releases: - key: "node-role.kubernetes.io/master" effect: "NoSchedule" operator: "Exists" + extraEnv: + GRPC_GO_LOG_SEVERITY_LEVEL: info + GRPC_GO_LOG_VERBOSITY_LEVEL: 8 extraHostPathMounts: - name: "ssl-certs" mountPath: "/etc/ssl/certs"