-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Added variables cilium_enable_host_firewall and cilium_policy_audit_mode for configmap/cilium-config #11230
Added variables cilium_enable_host_firewall and cilium_policy_audit_mode for configmap/cilium-config #11230
Conversation
Hi @ledroide. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The pipeline failed a week ago with error messages that do not have any relation with the changes of this PR. How can I force these checks to run again ? |
d6b4c64
to
149f203
Compare
cd17445
to
7edb4a4
Compare
Hello dear reviewers Arthur and Erik @MrFreezeex @ErikJiang. Since I have pushed this PR a month ago, the check does not pass a test stage with error ci-not-authorized. It looks like I can't do anything about this error. I had already tried the same changes in March, ref #10989 , and tried solve it by cancelling the first PR and open this one - unfortunately with no more success. May you please test and approve this PR ? |
/ok-to-test |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Is it still ok to test ? When this test is it planned ? |
/approve Can you squash your commits ? The last two fixes the first, so they should be one |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ledroide, VannTen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…r configmap/cilium-config capitalise values for Host Firewall and Policy Audit Mode fix missing quotes
7edb4a4
to
a340d24
Compare
/lgtm |
/kind feature |
…r configmap/cilium-config (kubernetes-sigs#11230) capitalise values for Host Firewall and Policy Audit Mode fix missing quotes
What type of PR is this?
Special notes for your reviewer:
In order to enable (Cilium Host Firewall](https://docs.cilium.io/en/latest/security/host-firewall/) and the recommended PolicyAuditMode that prevents unwanted side effects during testing, we have added 2 variables to cilium role and to inventory (features are disabled by default) :
These features are then added in ConfigMap/cilium-config by cilium role - here set to "true" for the demo. Quotes and capitalized values in this configmap are required.
We have added related documentation in
docs/cilium.md
Does this PR introduce a user-facing change?:
No facing change. Default settings are set to "false", so there is no difference to cilium behavior when keeping default values.