設定檔適用性:等級 1 - 主節點
確保
scheduler.conf
檔案的擁有者設置為 root:root
。scheduler.conf
檔案是 Scheduler 的 kubeconfig 檔案。您應該設置其檔案所有權以維護檔案的完整性。該檔案應由 root:root
擁有。
注意預設情況下,
scheduler.conf 檔案的所有權設定為 root:root 。 |
稽核
在控制平面節點上執行以下命令(根據您系統上的檔案位置)。
stat -c %U:%G /etc/kubernetes/scheduler.conf
確認所有權已設置為
root:root
。補救措施
在控制平面節點上執行以下命令(根據您系統上的檔案位置)。
chown root:root /etc/kubernetes/scheduler.conf