Try to fix files

This commit is contained in:
2023-01-20 10:34:07 +11:00
parent d084e82f3c
commit 899bbb1bfc
2 changed files with 14 additions and 3 deletions
+9 -2
View File
@@ -10,6 +10,7 @@ bootstrapTokens:
usages:
- signing
- authentication
---
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.1.2
@@ -30,7 +31,6 @@ apiVersion: kubeadm.k8s.io/v1beta3
certificatesDir: /etc/kubernetes/pki
clusterName: home-cluster
controlPlaneEndpoint: 192.168.1.2:6443
controllerManager: {}
dns: {}
etcd:
external:
@@ -48,4 +48,11 @@ networking:
dnsDomain: cluster.local
podSubnet: 10.244.0.0/16
serviceSubnet: 10.96.0.0/12
scheduler: {}
scheduler:
extraArgs:
address: 0.0.0.0
bind-address: 0.0.0.0
controllerManager:
extraArgs:
address: 0.0.0.0
bind-address: 0.0.0.0
+5 -1
View File
@@ -595,7 +595,11 @@ spec:
runAsUser: 0
privileged: true
capabilities:
add: ["NET_ADMIN"]
add:
- NET_ADMIN
- CHOWN
- NET_RAW
- SETPCAP
imagePullPolicy: IfNotPresent
resources:
requests: