-
Notifications
You must be signed in to change notification settings - Fork 335
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(kuma-cp) - set host network var #4209
Conversation
Signed-off-by: Sally Blich <sally.blich@walkme.com>
@jakubdyszkiewicz @lahabana |
Not sure why CI is not running, but I can already tell that you will need to update goldenfiles
|
Thanks for the help, So I ran it again,
|
You need to use the latest tools. You can do so with: We need to make a better job of the dev env with tools... |
Thanks for the response,
|
Sorry need to also delete helm-docs: |
And I got the same error message at last time |
My bad forgot you were adding an helm config in which case the change added in the I've just tried myself and if you do:
And then commit whatever changed you should be good to go |
Signed-off-by: Sally Blich <sally.blich@walkme.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
app/kumactl/cmd/install/testdata/install-control-plane.with-egress.golden.yaml
Outdated
Show resolved
Hide resolved
Added all changes that were made by make test command, to update the golden files Signed-off-by: Sally Blich <sally.blich@walkme.com>
Codecov Report
@@ Coverage Diff @@
## master #4209 +/- ##
==========================================
- Coverage 55.68% 55.68% -0.01%
==========================================
Files 939 939
Lines 56691 56691
==========================================
- Hits 31569 31567 -2
- Misses 22607 22608 +1
- Partials 2515 2516 +1
Continue to review full report at Codecov.
|
For alternate overlay networking(other than the basic CNI provided by EKS for example, like cilium), This is mandatory value that has to be set, otherwise it will have communication errors with the control plane. If you are using the default CNI component, it's running on the default network. Implement hostNetwork: true in cp-deployment.yaml file. Signed-off-by: Sally Blich <sally.blich@walkme.com> Signed-off-by: Paul Parkanzky <paul.parkanzky@konghq.com>
For alternate overlay networking(other than the basic CNI provided by EKS for example, like cilium), This is mandatory value that has to be set, otherwise it will have communication errors with the control plane. If you are using the default CNI component, it's running on the default network. Implement hostNetwork: true in cp-deployment.yaml file. Signed-off-by: Sally Blich <sally.blich@walkme.com>
Summary
For alternate overlay networking(other than the basic CNI provided by EKS for example, like cilium),
This is mandatory value that has to be set, otherwise it will have communication errors with the control plane.
If you are using the default CNI component, it's running on the default network.
Documentation
Testing
Backwards compatibility
UPGRADE.md
with any steps users will need to take when upgrading.backport-to-stable
label if the code follows our backporting policy