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

fix: use WATCH_CONFIGMAPS workaround TDE-1016 #498

Merged

Conversation

paulfouquet
Copy link
Collaborator

Motivation

In order to reduce the Argo controller logs due to this issue, we can use this workaround for now.

Modification

Using WATCH_CONFIGMAPS=false workaround implies upgrading Argo Workflows:

  • upgrade Argo Workflows to 3.5.5
  • set WATCH_CONFIGMAPS to Argo Controller environment variable to false

Non regression tested on a NonProd cluster.

Checklist

  • Tests updated
  • Docs updated
  • Issue linked in Title

@paulfouquet paulfouquet requested review from a team as code owners March 26, 2024 02:47
@paulfouquet paulfouquet changed the title feat: upgrade Argo Workflows and use WATCH_CONFIGMAPS workaround TDE-1015 fix: use WATCH_CONFIGMAPS workaround TDE-1015 Mar 26, 2024
@paulfouquet paulfouquet added this pull request to the merge queue Mar 26, 2024
Merged via the queue into master with commit 9324223 Mar 26, 2024
4 checks passed
@paulfouquet paulfouquet deleted the feat/use-workaround-stop-watching-configmaps-tde-1016 branch March 26, 2024 19:56
@paulfouquet paulfouquet changed the title fix: use WATCH_CONFIGMAPS workaround TDE-1015 fix: use WATCH_CONFIGMAPS workaround TDE-1016 Apr 1, 2024
github-merge-queue bot pushed a commit that referenced this pull request Apr 9, 2024
…-1016 (#520)

#### Motivation

#498 has been using the wrong
environment variable name to disable watching configmaps, so the issue
is not fixed.

#### Modification

Use the correct [environment variable
name](https://argo-workflows.readthedocs.io/en/stable/environment-variables/)

#### Checklist

- [ ] Tests updated
- [ ] Docs updated
- [x] Issue linked in Title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants