https://www.orchest.io/ logo
Title
d

Daoming

06/10/2022, 3:05 AM
Hello team! Has the user auth configuration ready to use? I have set “auth_enabled” to true, but cannot find any page to add a user.
👋 3
r

Rick Lamers

06/10/2022, 5:04 AM
You should be able to go to Settings -> Manage users
d

Daoming

06/10/2022, 5:05 AM
Seems doesn't work since it just redirects to the project page
r

Rick Lamers

06/10/2022, 5:13 AM
What version are you on?
d

Daoming

06/10/2022, 6:12 AM
V2022.6.4
0/3 nodes are available: 2 node(s) didn't match pod affinity rules And I also has just got this error when I was creating a new python environment on ha kubes
y

Yannick

06/10/2022, 8:09 AM
Hi @Daoming! I just built Orchest on
v2022.06.4
and going to "settings > manage users" works just fine for me. Do note that after you enable authentication (through settings and setting
AUTH_ENABLED
to
true
) you need to restart Orchest for the changes to take effect. Indeed after restarting you would be redirected to the
/login
page. I did test this locally on a single node minikube cluster, which I believe differs from you.
0/3 nodes are available: 2 node(s) didn't match pod affinity rules
Could you share a little more about your Kubernetes distribution (e.g. minikube/EKS)? @Navid H What would @Daoming need to specify in the OrchestCluster CR to run correctly on multi-node? In particular for
SingleNode
and
DefaultNodeSelector
(source code link).
n

Navid H

06/10/2022, 8:56 AM
@José Tomás Pérez: Can you run following command and return the response back to us?
kubectl get orchestcluster -n orchest -o json
d

Daoming

06/10/2022, 9:29 AM
I got it and I will deploy a one node kube later and give you all the feedback asap, thanks a lot.
🙏 2
@Yannick Every thing seems ok after I deployed orchest by minikube under Mac OS, both intel chips and M1 chips. Thanks for your patience.
y

Yannick

06/10/2022, 6:02 PM
Awesome! Glad to hear everything is working, and thanks for the update 🙌