【问题标题】:Pods on google kubernetes engine pending?谷歌 kubernetes 引擎上的 Pod 待定?
【发布时间】:2018-07-28 09:24:34
【问题描述】:

尝试按照tutorial 在 Google Kubernetes 上设置 jupyterhub 服务器。一切顺利。但是当我使用 helm 安装 jupyterhub/jupyterhub 映像时,它总是显示 pod 处于挂起状态:

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 实例。这些实例是否太小?感谢您的建议。

【问题讨论】:

    标签: kubernetes google-cloud-platform jupyterhub


    【解决方案1】:

    尝试描述 pod 和集群中的节点,以获取有关它们究竟为何仍处于等待状态的更多信息:

    kubectl describe po/hub-6dbd4df8b8-nqvnf -n jupyter-server
    kubectl describe po/proxy-7bb666576c-fx726 -n jupyter-server
    
    kubectl describe nodes
    

    【讨论】:

    • 您能否提供有关您遇到的问题的信息?这可以帮助未来的用户寻找这个答案
    猜你喜欢
    • 2018-12-26
    • 2019-05-21
    • 2018-07-14
    • 1970-01-01
    • 1970-01-01
    • 2020-04-06
    • 2017-05-23
    • 1970-01-01
    • 2019-10-18
    相关资源
    最近更新 更多