HI! @manics
I have the same problem.
I can only start two kinds of pods, and then an error occurs. pod name: hook-image-puller-brltq
and hook-image-awaiter-2zd6h
The following is my environmental information.
Helm error message:
[root@k8s-master helm]# helm upgrade --cleanup-on-fail --install v3.7.0 jupyterhub/jupyterhub --namespace limy-test --create-namespace --version=1.1.3 --values config.yaml
Release "v3.7.0" does not exist. Installing it now.
Error: failed pre-install: timed out waiting for the condition
config.yaml file information:
[root@k8s-master helm]# cat config.yaml
hub:
config:
JupyterHub:
admin_access: true
admin_users:
- limy
- test
pod error message:
[root@k8s-master kubespawner]# kubectl logs hook-image-awaiter-l8h8w -n limy-test
2021/09/23 07:15:35 [DEBUG] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller
2021/09/23 07:16:15 [ERR] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller request failed: Get "https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller": dial tcp: lookup kubernetes.default.svc on 10.96.0.10:53: read udp 10.244.113.152:58140->10.96.0.10:53: i/o timeout
2021/09/23 07:16:15 [DEBUG] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller: retrying in 5s (5 left)
2021/09/23 07:17:00 [ERR] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller request failed: Get "https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller": dial tcp: lookup kubernetes.default.svc on 10.96.0.10:53: read udp 10.244.113.152:50998->10.96.0.10:53: i/o timeout
2021/09/23 07:17:00 [DEBUG] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller: retrying in 10s (4 left)
2021/09/23 07:17:50 [ERR] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller request failed: Get "https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller": dial tcp: lookup kubernetes.default.svc on 10.96.0.10:53: read udp 10.244.113.152:53431->10.96.0.10:53: i/o timeout
2021/09/23 07:17:50 [DEBUG] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/limy-test/daemonsets/hook-image-puller: retrying in 20s (3 left)
Helm version information:
[root@k8s-master kubespawner]# helm version
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.16.8"}
kubernetes version information:
[root@k8s-master kubespawner]# kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:59:11Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:53:14Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"linux/amd64"}