Skip to content

Commit

Permalink
get static pod manifests for control plane pods (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini authored Jun 11, 2024
1 parent 8ea335c commit f359506
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions host/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,23 @@ spec:
collectorName: "sysctl"
command: "sysctl"
args: ["-a"]
# Static Manifests
- run:
collectorName: "manifest-etcd"
command: "cat"
args: ["/etc/kubernetes/manifests/etcd.yaml"]
- run:
collectorName: "manifest-kube-apiserver"
command: "cat"
args: ["/etc/kubernetes/manifests/kube-apiserver.yaml"]
- run:
collectorName: "manifest-kube-controller-manager"
command: "cat"
args: ["/etc/kubernetes/manifests/kube-controller-manager.yaml"]
- run:
collectorName: "manifest-kube-scheduler"
command: "cat"
args: ["/etc/kubernetes/manifests/kube-scheduler.yaml"]
# Systemctl service statuses for CRI, Kubelet, and Firewall
- run:
collectorName: "systemctl-firewalld-status"
Expand Down

0 comments on commit f359506

Please sign in to comment.