Add Kustomize
This commit is contained in:
parent
fbe2a5d583
commit
4fb21f3330
34 changed files with 359 additions and 263 deletions
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
|||
kind: DaemonSet
|
||||
metadata:
|
||||
name: generic-device-plugin
|
||||
namespace: kube-system
|
||||
labels:
|
||||
app.kubernetes.io/name: generic-device-plugin
|
||||
spec:
|
||||
|
|
5
k8s/generic-device-plugin/kustomization.yaml
Normal file
5
k8s/generic-device-plugin/kustomization.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- ds.yaml
|
Loading…
Add table
Add a link
Reference in a new issue