mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Try to fix files
This commit is contained in:
+9
-2
@@ -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
@@ -595,7 +595,11 @@ spec:
|
||||
runAsUser: 0
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["NET_ADMIN"]
|
||||
add:
|
||||
- NET_ADMIN
|
||||
- CHOWN
|
||||
- NET_RAW
|
||||
- SETPCAP
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user