commit | 527cc93eb8ca2621654bbdfa57be0d7906826f86 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Tue Oct 29 03:26:35 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 29 02:26:35 2024 +0000 |
tree | 8656899ed60e8501e998762373df99b4e4b5020e | |
parent | f521227f7ad9bb03eeaf1476eeaeb9851c36f636 [diff] |
[ATMOSPHERE-514] fix ovn for backward compatibility (#2042) we used to keep type: hv|gw labels in ovn-controller and ovn-controller-gw daemonsents to distinguish them. in the PR #2023, we removed ovn-controller-gw daemonset and keep only one DS to sync with upstream as much as possible. so type: xx label is unnecessary. But we cannot remove it for running clouds because spec.selector field is immutable. this pr reverts that label for backward compatibility. Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
If you have any questions and discussions about Atmosphere, you can join the community:
You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::
pre-commit install --hook-type commit-msg