Initial commit: k8s cluster manifests and scripts
This commit is contained in:
7
cluster/check_nodes.sh
Executable file
7
cluster/check_nodes.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# 用途:檢查叢集節點狀態
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
kubectl get nodes -o wide
|
||||
|
||||
Reference in New Issue
Block a user