No change to multus.yaml, except the removal of the blanket NoExecute toleration
A new directory, multus-common that all of the above are based on
Notes for review: To check the changes, I just ran make render-release and diff'd the generated files in render_release/ with main (for the preexisting files) or the deploy repo (for multus-aks). The files should be exactly equal.
I plan to merge via rebase-and-merge because I think preserving the git history will be useful when we eventually update multus.
This PR is split into several commits, with the goal of making reviewing them easier.
The end result:
multus-aks.yaml
exactly matching what's already deployedmultus-eks.yaml
multus.yaml
, except the removal of the blanketNoExecute
tolerationmultus-common
that all of the above are based onNotes for review: To check the changes, I just ran
make render-release
and diff'd the generated files inrender_release/
with main (for the preexisting files) or the deploy repo (for multus-aks). The files should be exactly equal.I plan to merge via rebase-and-merge because I think preserving the git history will be useful when we eventually update multus.