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.
1 parent 2b00dd8 commit d826b4bCopy full SHA for d826b4b
cluster/gce/windows/k8s-node-setup.psm1
@@ -1473,7 +1473,7 @@ function Start_Containerd {
1473
# TODO(pjh): move the Stackdriver logging agent code below into a separate
1474
# module; it was put here temporarily to avoid disrupting the file layout in
1475
# the K8s release machinery.
1476
-$STACKDRIVER_VERSION = 'v1-9'
+$STACKDRIVER_VERSION = 'v1-11'
1477
$STACKDRIVER_ROOT = 'C:\Program Files (x86)\Stackdriver'
1478
1479
# Restarts the Stackdriver logging agent, or starts it if it is not currently
0 commit comments