Pods google kubernetes 引擎待定?
Pods on google kubernetes engine pending?
尝试在 Google Kubernetes 上设置 jupyterhub 服务器,然后 tutorial。一切都很顺利。但是当我用 helm 安装 jupyterhub/jupyterhub 图像时,它总是显示 pods 正在等待:
kubectl --namespace=jupyter-server get pod
NAME READY STATUS RESTARTS AGE
hub-6dbd4df8b8-nqvnf 0/1 Pending 0 17h
proxy-7bb666576c-fx726 0/2 Pending 0 17h
即使在 17 小时后。
helm
版本是 2.6.2
,如 tutorial 中所建议。我在 kubernetes 集群中使用了 3 f1-micro
个实例。这些实例太小了吗?感谢您的任何建议。
尝试描述 pod 和集群中的节点,以获取有关它们仍处于待定状态的确切原因的更多信息:
kubectl describe po/hub-6dbd4df8b8-nqvnf -n jupyter-server
kubectl describe po/proxy-7bb666576c-fx726 -n jupyter-server
kubectl describe nodes
尝试在 Google Kubernetes 上设置 jupyterhub 服务器,然后 tutorial。一切都很顺利。但是当我用 helm 安装 jupyterhub/jupyterhub 图像时,它总是显示 pods 正在等待:
kubectl --namespace=jupyter-server get pod
NAME READY STATUS RESTARTS AGE
hub-6dbd4df8b8-nqvnf 0/1 Pending 0 17h
proxy-7bb666576c-fx726 0/2 Pending 0 17h
即使在 17 小时后。
helm
版本是 2.6.2
,如 tutorial 中所建议。我在 kubernetes 集群中使用了 3 f1-micro
个实例。这些实例太小了吗?感谢您的任何建议。
尝试描述 pod 和集群中的节点,以获取有关它们仍处于待定状态的确切原因的更多信息:
kubectl describe po/hub-6dbd4df8b8-nqvnf -n jupyter-server
kubectl describe po/proxy-7bb666576c-fx726 -n jupyter-server
kubectl describe nodes