Skip to content

Commit 7996009

Browse files
authored
Merge pull request kubernetes#91124 from barney-s/update_win_sd
Bump Stackdriver version to 1.11
2 parents a3978d0 + d826b4b commit 7996009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/windows/k8s-node-setup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ function Start_Containerd {
14871487
# TODO(pjh): move the Stackdriver logging agent code below into a separate
14881488
# module; it was put here temporarily to avoid disrupting the file layout in
14891489
# the K8s release machinery.
1490-
$STACKDRIVER_VERSION = 'v1-9'
1490+
$STACKDRIVER_VERSION = 'v1-11'
14911491
$STACKDRIVER_ROOT = 'C:\Program Files (x86)\Stackdriver'
14921492

14931493
# Restarts the Stackdriver logging agent, or starts it if it is not currently

0 commit comments

Comments
 (0)