-
Notifications
You must be signed in to change notification settings - Fork 33
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
Disable firewalld on supported OSes #155
Conversation
Signed-off-by: Artiom Diomin <kron82@gmail.com>
Signed-off-by: Artiom Diomin <kron82@gmail.com>
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.
/approve
LGTM label has been added. Git tree hash: 4fd49b1c710a1cb8f93435e469860cd5cb216f2e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik, kron4eg 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 |
* Add more linters Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> * Upgrade golangci-lint to v1.44.0 in prow jobs Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> * Fix template comment spacing in default OSPs Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> * Refactor webhooks for OSM Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> Unmarshal provider configs in strict mode * Domain name is not required when using application credentials (#154) Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> * Disable firewalld on supported OSes (#155) * Disable firewalld on supported OSes Signed-off-by: Artiom Diomin <kron82@gmail.com> * Further firewalld cleanup in RHEL OSP Signed-off-by: Artiom Diomin <kron82@gmail.com> Update testdata Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> Additional RBAC for webhooks Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> Refactored code Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> Refactored code Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> * Refactored code Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com> Co-authored-by: Artiom Diomin <kron82@gmail.com>
What this PR does / why we need it:
Out of context (i.e. not kubernetes aware iptables operations) ip filtering is fundamentally incompatible with the Kubernetes. Network resources should be protect by the cloud security groups or network policies (or both!).
XRef: kubermatic/kubermatic#8768