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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from cilium:main #1055

Merged
merged 4 commits into from
May 4, 2023
Merged

[pull] main from cilium:main #1055

merged 4 commits into from
May 4, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented May 4, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 馃挅 Please sponsor : )

michi-covalent and others added 4 commits May 3, 2023 21:54
Another option would be to quarantine the test and find an assignee to
make the test more robust, but I assert that we don't need test coverage
for monitor verbose output.

Fixes: #25178

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
We correctly detect that we failed to allocate a new node ID (due to
exhaustion of the idpool), but then still go ahead and map it. This
leads to spurious errors which include "Failed to map node IP address to
allocated ID".

Instead, don't try to map NoID and return it directly.

Fixes: af88b42 (datapath: Introduce node IDs)

Suggested-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: David Bimmler <david.bimmler@isovalent.com>
Currently, cilium cli binary usage is hardcoded in various make targets
to `cilium` - which often is the latest stable Cilium CLI version.

This commit introduces a make variable `CILIUM_CLI` which is used in all
these places and defaults to `cilium`.

This way, it's easily possible to switch to another Cilium CLI version -
e.g. to use and test newer cilium cli features (e.g. helm mode).

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
This commit adds the make target `kind-uninstall-cilium` which can be
used to uninstall cilium from the local kind cluster.

This is especially handy in combination with the newly introduces
CILIUM_CLI.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
@pull pull bot added the 猡碉笍 pull label May 4, 2023
@pull pull bot merged commit c628b39 into sayboras:main May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants