-
Notifications
You must be signed in to change notification settings - Fork 27
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
neonvm: arm support for networking manifests #1121
Conversation
46fd6aa
to
ecc2853
Compare
953dd16
to
921f9ad
Compare
ecc2853
to
8a7a20c
Compare
b13ee03
to
2bbdeb6
Compare
No changes to the coverage.
HTML Report |
8a7a20c
to
3d7f393
Compare
2bbdeb6
to
67fec8e
Compare
3d7f393
to
59ccc89
Compare
67fec8e
to
ae84971
Compare
281aa47
to
c68ad69
Compare
e03dc76
to
9bf6c24
Compare
8be9777
to
9cbd3a7
Compare
2600e2a
to
2e712d7
Compare
f9e7e75
to
acd5cf6
Compare
@mikhail-sakhnov should this one be rebased? |
9cbd3a7
to
f947881
Compare
1fd63dd
to
4078a5f
Compare
It's working in dev I'm assuming? Looks good to me though, it's basically what I imagined the change would look like. |
@edude03 yes and it is in use in CI so e2e tests from this PR already using changes. |
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.
LGTM, pending two things:
- Resolving previous discussions regarding the provenance of the
neondatabase/whereabouts
andneondatabase/multus-cni
images - I'm +1 for changing
multus.yaml
tomultus-dev.yaml
; can you either (a) make this a separate PR/commit [if using rebase], or (b) note this in the PR description? It may be an unexpected change for cluster setup that directly uses the release yamls (e.g., forcloud.git
)
4078a5f
to
9d51df9
Compare
Use multiarch image for multus and whereabouts Change nodeSelector for vxlan-controller to run on arm and amd Signed-off-by: Mikhail Sakhnov <[email protected]>
9d51df9
to
879a893
Compare
879a893
to
0eb0665
Compare
Folks, I eventually decided to just use bitnami for both arm and amd dev envs, for the simplicity. @sharnoff I moved renaming of multus to multus-dev to a separate commit. |
Add manifests for mutlus for local arm env
Modify whereabouts manifests for local arm env
Modify vxlan-controller manifests for local arm env
Modify manifests targets in Makefile
Rename neonvm/config/{multus => multus-dev}
Related to #1080