我設置了一個Kubernetes集羣以下Kelseys實驗室開始:https://github.com/kelseyhightower/kubernetes-the-hard-wayiptables的錯誤阻止吊艙在Kubernetes
我只設置了一個節點爲止。當試圖部署波德,下面的錯誤阻止它入門:
Warning FailedSync Error syncing pod, skipping: failed to "SetupNetwork" for "nginx-3137573019-pjbie_default" with SetupNetworkError: "Failed to setup network for pod \"nginx-3137573019-pjbie_default(b4128fc1-6707-11e6-a8b3-005056a2068d)\" using network plugins \"kubenet\": Failed to execute iptables-restore: exit status 1 (Can't open /tmp/kube-temp-iptables-restore-214792160: Permission denied\n); Skipping pod"
的kubelet以root身份運行。日誌中提到的文件也屬於根目錄。
是Linux系統OEL 7(內核:UEK 4.1.12)
有沒有人有一個想法,什麼原因可能是,或如何進一步調查?
這奏效了,謝謝! – fischerman