Yuvipanda has submitted this change and it was merged.

Change subject: k8s: Increase verbosity of logging for kube-proxy
......................................................................


k8s: Increase verbosity of logging for kube-proxy

Change-Id: I3a6a4e2576017a81214e04959e632a283907c9f4
---
M modules/k8s/templates/initscripts/kube-proxy.systemd.erb
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/modules/k8s/templates/initscripts/kube-proxy.systemd.erb 
b/modules/k8s/templates/initscripts/kube-proxy.systemd.erb
index 051a7a4..a40c493 100644
--- a/modules/k8s/templates/initscripts/kube-proxy.systemd.erb
+++ b/modules/k8s/templates/initscripts/kube-proxy.systemd.erb
@@ -3,7 +3,8 @@
 
 [Service]
 ExecStart=/usr/local/bin/kube-proxy \
-    --master=http://<%= @master_ip %>:8080
+    --master=http://<%= @master_ip %>:8080 \
+    --v=4
 
 [Install]
 WantedBy=multi-user.target

-- 
To view, visit https://gerrit.wikimedia.org/r/234437
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3a6a4e2576017a81214e04959e632a283907c9f4
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to