-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add operator helm release #98
Conversation
@@ -154,7 +154,8 @@ module "gke_app" { | |||
local_restore = var.local_restore | |||
other_wandb_env = merge({ | |||
"GORILLA_DISABLE_CODE_SAVING" = var.disable_code_saving, | |||
"GORILLA_CUSTOMER_SECRET_STORE_SOURCE" = local.secret_store_source | |||
"GORILLA_CUSTOMER_SECRET_STORE_SOURCE" = local.secret_store_source, | |||
"GORILLA_GLUE_LIST" = var.enable_operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when GORILLA_GLUE_LIST
is true, it disables glue tasks for that pod. So if operator feature flag is on, disable glue task execution in old pod
issuer = { create = true, provider = "google" } | ||
annotations = { | ||
"kubernetes.io/ingress.class" = "gce" | ||
"kubernetes.io/ingress.global-static-ip-name" = module.app_lb.address_operator_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ingress will point to newly provisioned IP address for simplicity
* fix: Backwards compatibility for t-shirt-sized deployments * empty * empty
### [1.23.1](v1.23.0...v1.23.1) (2024-02-21) ### Bug Fixes * Backwards compatibility for t-shirt-sized deployments ([#101](#101)) ([f812f81](f812f81))
* fix: backwards compatibility fix to avoid changes in nodegroups. * terraform-docs: automated action * update example --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: George Scott <george.scott@wandb.com>
### [1.23.2](v1.23.1...v1.23.2) (2024-02-22) ### Bug Fixes * Backwards compatibility fix to avoid changes in nodegroups. ([#102](#102)) ([c331853](c331853))
6b80dfe
to
7ba81d3
Compare
host = local.url | ||
license = var.license | ||
|
||
extraEnv = merge({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you missing the inverse GORILLA_GLUE_LIST logic here?
This PR is included in version 1.24.0 🎉 |
No description provided.