We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3978d0 + d826b4b commit 7996009Copy full SHA for 7996009
cluster/gce/windows/k8s-node-setup.psm1
@@ -1487,7 +1487,7 @@ function Start_Containerd {
1487
# TODO(pjh): move the Stackdriver logging agent code below into a separate
1488
# module; it was put here temporarily to avoid disrupting the file layout in
1489
# the K8s release machinery.
1490
-$STACKDRIVER_VERSION = 'v1-9'
+$STACKDRIVER_VERSION = 'v1-11'
1491
$STACKDRIVER_ROOT = 'C:\Program Files (x86)\Stackdriver'
1492
1493
# Restarts the Stackdriver logging agent, or starts it if it is not currently
0 commit comments