Skip to content
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

Merged
merged 38 commits into from
Mar 4, 2024
Merged

Conversation

adityachoudhari26
Copy link
Member

No description provided.

@adityachoudhari26 adityachoudhari26 changed the title feat: add operator helm release feat: Add operator helm release Feb 7, 2024
@@ -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
Copy link
Member Author

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
Copy link
Member Author

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

adityachoudhari26 and others added 20 commits February 12, 2024 13:27
## [1.23.0](v1.22.0...v1.23.0) (2024-02-21)

### Features

* Add support for t-shirt-sized deployments ([#91](#91)) ([5432961](5432961)), closes [#92](#92)
* 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 <[email protected]>
@adityachoudhari26 adityachoudhari26 marked this pull request as ready for review March 1, 2024 22:35
@adityachoudhari26 adityachoudhari26 requested a review from a team March 1, 2024 22:35
@adityachoudhari26 adityachoudhari26 requested a review from a team as a code owner March 1, 2024 22:35
host = local.url
license = var.license

extraEnv = merge({
Copy link
Contributor

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?

@adityachoudhari26 adityachoudhari26 merged commit e3916a7 into main Mar 4, 2024
6 checks passed
@adityachoudhari26 adityachoudhari26 deleted the operator-google-p1 branch March 4, 2024 22:41
jsbroks pushed a commit that referenced this pull request Mar 4, 2024
## [1.24.0](v1.23.3...v1.24.0) (2024-03-04)

### Features

* Add operator helm release ([#98](#98)) ([e3916a7](e3916a7)), closes [#92](#92) [#101](#101) [#101](#101) [#102](#102)
@jsbroks
Copy link
Member

jsbroks commented Mar 4, 2024

This PR is included in version 1.24.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants