mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Add Debian 12(bookworm) support and CI (#10221)
Signed-off-by: tu1h <lihai.tu@daocloud.io>
This commit is contained in:
11
roles/kubernetes/preinstall/vars/debian-12.yml
Normal file
11
roles/kubernetes/preinstall/vars/debian-12.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
required_pkgs:
|
||||
- python3-apt
|
||||
- gnupg
|
||||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- conntrack
|
||||
- iptables
|
||||
- apparmor
|
||||
- libseccomp2
|
||||
- mergerfs
|
||||
Reference in New Issue
Block a user