File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : cadvisor
4- commonLabels :
5- app : cadvisor
64resources :
75- daemonset.yaml
86- namespace.yaml
97- serviceaccount.yaml
8+ labels :
9+ - includeSelectors : true
10+ pairs :
11+ app : cadvisor
Original file line number Diff line number Diff line change 1- bases :
1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ resources :
24- ../../base
35patches :
4- - stackdriver-sidecar.yaml
5- - critical-priority.yaml
6- - cadvisor-args.yaml
7- - gpu-privilages.yaml
6+ - path : stackdriver-sidecar.yaml
7+ - path : critical-priority.yaml
8+ - path : cadvisor-args.yaml
Original file line number Diff line number Diff line change 1- bases :
2- - ../../base
1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
33resources :
4+ - ../../base
45- configmap.yaml
56patches :
6- - cadvisor-perf.yaml
7+ - path : cadvisor-perf.yaml
You can’t perform that action at this time.
0 commit comments