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