Reset cilium
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
k8sServiceHost: "192.168.1.101"
|
||||
k8sServicePort: "6443"
|
||||
|
||||
operator:
|
||||
replicas: 1
|
||||
rollOutPods: true
|
||||
|
||||
@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ingress-namespace.yaml
|
||||
- ./cilium
|
||||
- ./traefik
|
||||
@@ -22,7 +22,11 @@ machine:
|
||||
- rw
|
||||
defaultRuntimeSeccompProfileEnabled: true
|
||||
disableManifestsDirectory: true
|
||||
network: {}
|
||||
network:
|
||||
nameservers:
|
||||
- 10.0.0.1
|
||||
- 192.168.1.1
|
||||
- 1.1.1.1
|
||||
install:
|
||||
disk: /dev/sda
|
||||
extraKernelArgs:
|
||||
|
||||
Reference in New Issue
Block a user