mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-21 02:11:19 +00:00
Kubernetes 1.28.1, remove flannel packages, use cri from community
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
db4a5a6e9f
commit
0955213323
1 changed files with 4 additions and 6 deletions
10
config.yaml
10
config.yaml
|
@ -64,17 +64,15 @@ packages:
|
|||
|
||||
cni-plugin-flannel: '@community'
|
||||
cni-plugins: '@community'
|
||||
cri-tools: '@testing'
|
||||
cri-tools: '@community'
|
||||
containerd: '@community'
|
||||
containerd-openrc: '@community'
|
||||
flannel-contrib-cni: '@testing'
|
||||
flannel: '@testing'
|
||||
nfs-utils: ''
|
||||
uuidgen: ''
|
||||
|
||||
kubelet: '@luzifer=1.28.0-r0'
|
||||
kubeadm: '@luzifer=1.28.0-r0'
|
||||
kubectl: '@luzifer=1.28.0-r0'
|
||||
kubelet: '@luzifer=1.28.1-r0'
|
||||
kubeadm: '@luzifer=1.28.1-r0'
|
||||
kubectl: '@luzifer=1.28.1-r0'
|
||||
|
||||
services:
|
||||
devfs: sysinit
|
||||
|
|
Loading…
Reference in a new issue