InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
393 stars 40 forks source link

[Bug] "nginx-ingress-ingress-nginx-controller" exceeded its progress deadline #359

Closed hakanaku1234 closed 3 years ago

hakanaku1234 commented 3 years ago

What happened: can't install primehub CE (single node) i have encountered this problem:

error: deployment "nginx-ingress-ingress-nginx-controller" exceeded its progress deadline

What you expected to happen: see something like [Require Action] Please relogin this session and run create singlenode again

How to reproduce it (as minimally and precisely as possible):

curl -O https://storage.googleapis.com/primehub-release/bin/primehub-install
chmod +x primehub-install
./primehub-install create singlenode

Anything else we need to know?:

Environment: ubuntu20.04 (in vmware)

kentwelcome commented 3 years ago

You just need to reopen your terminal session and run ./primehub-install create singlenode again. This message will only be shown when the first time you install the single-node k8s environment. It's due to microk8s by default require admin privilege. We just add the current user to the group and gain access to the microk8s. Ref: https://microk8s.io/docs

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.