GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Upgrading sandbox doesn't update cluster code #888

Closed daniel-sanche closed 1 year ago

daniel-sanche commented 2 years ago

When we install sandbox over top of an existing sandbox, we expect the old sandbox to be updated to use the new code. Instead, the cluster seems to continue to run the old container images. This caused issues with the log4j exploit. Users would update their cluster expected to get the patch, but would have to manually run "kubectl apply" to update the cluster code.

Alternatively, I think we should consider removing support for updating existing sandboxes