File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
google-beta/services/workbench Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:bug
2+ workbench: fixed a bug with workbench instance metadata drifting when using custom containers.
3+ ```
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
6363 "agent-health-check-interval-seconds" ,
6464 "agent-health-check-path" ,
6565 "container" ,
66+ "cos-update-strategy" ,
6667 "custom-container-image" ,
6768 "custom-container-payload" ,
6869 "data-disk-uri" ,
@@ -81,6 +82,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
8182 "generate-diagnostics-bucket" ,
8283 "generate-diagnostics-file" ,
8384 "generate-diagnostics-options" ,
85+ "google-logging-enabled" ,
8486 "image-url" ,
8587 "install-monitoring-agent" ,
8688 "install-nvidia-driver" ,
@@ -103,6 +105,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
103105 "report-system-status" ,
104106 "restriction" ,
105107 "serial-port-logging-enable" ,
108+ "service-account-mode" ,
106109 "shutdown-script" ,
107110 "title" ,
108111 "use-collaborative" ,
You can’t perform that action at this time.
0 commit comments