apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # Basic node-problem-detector install (system-log-monitor only). Lets the # manifests be consumed as a kustomize base, e.g. `kubectl apply -k deployment/` # or from the e2e overlay in test/e2e/manifests/. resources: - rbac.yaml - node-problem-detector-config.yaml - node-problem-detector.yaml