fix the cluster creation #14
No reviewers
Labels
No labels
system
CNI
system
Common
system
Core Deployments
system
Infrastructure
system
Storage
type
bug
type
enhancement
type
question
type
update
type
dependency-dashboard
No milestone
No project
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
yolokube/ansible!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The cluster does not build because of Problems with apparmor and kubelet (and probably a ton of other stuff).
In this PR we try to fix it.
AppArmor can be used for container security, but have to be configured manually. With default settings, AppArmor is ignored anyway, so we should be able to disable it without any problems.
Kubelet creates an IPTables chain "KUBE-FIREWALL" which blocks all packets marked with "0x8000". I have now disabled this in the kubeadm configs. Probably with future k8s versions the IPTables support / usage will be dropped anyway.
https://kubernetes.io/blog/2022/09/07/iptables-chains-not-api/
WIP: fix the cluster creationto fix the cluster creationready for squash merge @aaron ? It should solve issue #6, #11, #15 and #22