File tree Expand file tree Collapse file tree 5 files changed +17
-20
lines changed Expand file tree Collapse file tree 5 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://raw.githubusercontent.com/Azure/azure-container-networking/4034aad0d7085f2a9e96cce6d2b50b81ea9ec900/hack/manifests/cni-installer-v1.yaml
5+ - https://raw.githubusercontent.com/Azure/azure-container-networking/4034aad0d7085f2a9e96cce6d2b50b81ea9ec900/hack/manifests/cni-installer-v1.yaml
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - ../calico-ipv6
5- patchesStrategicMerge :
6- - patches/calico-config.yaml
4+ - ../calico-ipv6
5+ patches :
6+ - path : patches/calico-config.yaml
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - calico-policy-only.yaml
5- patchesStrategicMerge :
6- - patches/azure-mtu.yaml
7- - patches/calico-config.yaml
4+ - calico-policy-only.yaml
85patches :
9- - target :
6+ - path : patches/calico-node.yaml
7+ target :
108 group : apps
11- version : v1
129 kind : DaemonSet
1310 name : calico-node
1411 namespace : kube-system
15- path : patches/calico-node.yaml
12+ version : v1
1613- path : patches/control-plane-tolerations.yaml
1714 target :
1815 kind : Deployment
1916 name : calico-kube-controllers
2017 namespace : kube-system
18+ - path : patches/azure-mtu.yaml
19+ - path : patches/calico-config.yaml
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - calico-vxlan.yaml
5- patchesStrategicMerge :
6- - patches/azure-mtu.yaml
4+ - calico-vxlan.yaml
75patches :
86- path : patches/calico-node.yaml
97 target :
@@ -13,3 +11,4 @@ patches:
1311 kind : Deployment
1412 name : calico-kube-controllers
1513 namespace : kube-system
14+ - path : patches/azure-mtu.yaml
Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : kube-system
44resources :
5- - https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.3/components.yaml
6- patchesStrategicMerge :
7- - patches/control-plane-toleration.yaml
5+ - https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.3/components.yaml
86patches :
9- - target :
7+ - path : patches/temp-use-insecure-https.yaml
8+ target :
109 group : apps
11- version : v1
1210 kind : Deployment
1311 name : metrics-server
1412 namespace : kube-system
15- path : patches/temp-use-insecure-https.yaml
13+ version : v1
14+ - path : patches/control-plane-toleration.yaml
You can’t perform that action at this time.
0 commit comments