Compare commits
5 Commits
bd75c891e6
...
acba01e08d
Author | SHA1 | Date | |
---|---|---|---|
acba01e08d | |||
e1f5ba126a | |||
fe0e18c3e8
|
|||
17e83277fe
|
|||
8fd1e2d530
|
@ -19,7 +19,7 @@ patches:
|
|||||||
- name: "https_proxy"
|
- name: "https_proxy"
|
||||||
value: "http://proxy-lb.lab.kill0.net:3128"
|
value: "http://proxy-lb.lab.kill0.net:3128"
|
||||||
- name: "no_proxy"
|
- name: "no_proxy"
|
||||||
value: ".svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, localhost"
|
value: ".cluster.local, .svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, k3s-ctrl-lb.lab.kill0.net, kube-lb.lab.kill0.net, localhost"
|
||||||
target:
|
target:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
labelSelector: app.kubernetes.io/part-of=flux
|
labelSelector: app.kubernetes.io/part-of=flux
|
5
apps/metallb-system/kustomization.yaml
Normal file
5
apps/metallb-system/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- metallb-native.yaml
|
@ -2,6 +2,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- metallb-native.yaml
|
|
||||||
- ip-address-pool.yaml
|
- ip-address-pool.yaml
|
||||||
- l2-advertisement.yaml
|
- l2-advertisement.yaml
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,25 +1,5 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
patches:
|
|
||||||
- patch: |
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: all
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: manager
|
|
||||||
env:
|
|
||||||
- name: "HTTPS_PROXY"
|
|
||||||
value: "http://proxy-lb.lab.kill0.net:3128"
|
|
||||||
- name: "NO_PROXY"
|
|
||||||
value: ".cluster.local.,.cluster.local,.svc,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
|
|
||||||
target:
|
|
||||||
kind: Deployment
|
|
||||||
labelSelector: app.kubernetes.io/part-of=flux
|
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- metallb-native.yaml
|
|
||||||
- ip-address-pool.yaml
|
- ip-address-pool.yaml
|
||||||
- l2-advertisement.yaml
|
- l2-advertisement.yaml
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user