mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 20:26:32 +00:00
11 lines
358 B
YAML
11 lines
358 B
YAML
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
|