谷歌kubernetes引擎上的豆荚待定?

时间:2018-02-17 17:53:53

标签: kubernetes google-cloud-platform jupyterhub

尝试在此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版本为f1-micro,如tutorial中所述。我在kubernetes集群中使用了3个#include<stdio.h> void convert(int *a1, int n, int *a2); int main() { int n; printf("Enter the length of the array: "); scanf("%d", &n); int a1[n]; int a2[n]; int i; printf("Enter the elements of the array: "); for(i=0; i<n; i++); { scanf("%d", (a1+i)); } convert(&a1, n, &a2); printf("Output: "); for(i=0; i<n; i++); printf("%d ",*(a2+i)); printf("\n"); return 0; } void convert(int *a1, int n, int *a2) { int *p; p = a1; while(p < a1+n) { *a2=(*a1+6)%10; a1++; a2++; p++; } } 个实例。这些实例太小了吗?谢谢你的任何建议。

1 个答案:

答案 0 :(得分:6)

尝试描述广告连播,并描述群集中的节点,以获取有关他们为何仍处于未决状态的详细信息:

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

kubectl describe nodes