Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Many pods stuck on Unable to attach or mount volumes: unmounted volumes=.... #494

Open
kbentaleb opened this issue May 14, 2021 · 3 comments

Comments

@kbentaleb
Copy link

Hello

I'm trying to install kubeflow 1.2 on Kubernetes 1.19 (Ubuntu server 18.09, 1 master, 2 workers), and many pods stuck on ContainerCreating status with the same issue type

Sélection_138

Examples of describe command:

Sélection_139
2.
Sélection_140
3.
Sélection_141

Any suggestions please ?

Thanks
Khalid

@moficodes
Copy link
Contributor

TokenRequest went GA on k8s 1.20

You can check whether you have tokenRequest enabled on your cluster with

kubectl get --raw /api/v1 | jq '.resources[] | select(.name | index("serviceaccounts/token"))'

If you get a response you have TokenRequest enabled. If not you will have to enable it. If you own the cluster and are not using it for anything particular, you can just install k8s 1.20 and it should be resolved.

Look here for further docs https://istio.io/latest/docs/ops/best-practices/security/#configure-third-party-service-account-tokens

@kbentaleb
Copy link
Author

@moficodes thank your for your reply
I already tried to deploy kubeflow using k8s 1.20 and I had the same problem. any suggestions plaese ?

@D1o0g9s
Copy link

D1o0g9s commented Jun 1, 2021

Have you tried these suggestions? Unable to attach or mount volumes: unmounted volumes=[istio-token]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants