mirror of
https://github.com/Telecominfraproject/wlan-cloud-kube-state-metrics.git
synced 2025-11-02 03:28:05 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "$ kube-state-metrics -h" > help.txt
|
|
./kube-state-metrics -h 2>> help.txt
|
|
exit 0
|