A problem with a demo #111
Replies: 7 comments 8 replies
-
You'll probably need to poke around with https://github.com/DIRACGrid/diracx-charts#interacting-with-the-demo At the moment the demo doesn't print the variables you need to set if something fails but if you're in the chart's repo they will be: export KUBECONFIG="$PWD/.demo/kube.conf"
export HELM_DATA_HOME="$PWD/.demo/helm_data"
export PATH=${PATH}:$PWD/.demo |
Beta Was this translation helpful? Give feedback.
-
OK,
(and I did not clone with sudo ...) So, so far but only installing docker I'm reaching the same stage as in my first attempt: `validatingwebhookconfiguration.admissionregistration.k8s.io/ingress-nginx-admission created
From another terminal window I can explore the installation: (sorry for that sudo, it makes things look awful) cluster info
(I have done the dump and looked for some problematic places, but it is quite a lot of it, not sure what to search for. Although there is a hint when describing pods, see below) pods Describe a problematic pod
Is it something wrong with the DB schema ? cheers, JM |
Beta Was this translation helpful? Give feedback.
-
I went further w/o sudo, still a timeout, though.: `ℹ️ To interact with the cluster directly using kubectl/helm you'll need to set the export KUBECONFIG=/home/rocky/diracx-charts/.demo/kube.conf Then see the chart README for more information on how to use kubectl/helm. ℹ️ To use the demo with the DiracX client set: export DIRACX_URL=http://172.18.0.1:8000 ℹ️ To access the interactive API documentation visit: ℹ️ When prompted to login the credentials are: Username: [email protected] error: timed out waiting for the condition on pods/diracx-demo-866c9cf6f-cvpv6 Still timeout ! |
Beta Was this translation helpful? Give feedback.
-
Running on my Mac: ℹ️ When prompted to login the credentials are: Username: [email protected] |
Beta Was this translation helpful? Give feedback.
-
I tried a demo again today. The installation stops at (Centos 7): `networkpolicy.networking.k8s.io/ingress-nginx-admission created ℹ️ Press Ctrl+C to clean up and exit The "low on space" message is new, but the installation still stops with an error. Do I need any ports open or any other special settings on the node? (I doubt it since it works on my Mac w/o any adjustments) |
Beta Was this translation helpful? Give feedback.
-
I tried to reinstall the demo, the problem persists.. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I follow the instruction and got stuck with a demo:
The output is below:
What could be a reason for this ?
cheers, JM
🦄 Installing DiracX...
W0927 13:03:44.631471 16664 warnings.go:70] unknown field "spec.template.spec.volumes[0].sizeLimit"
W0927 13:03:44.631573 16664 warnings.go:70] unknown field "spec.template.spec.volumes[2].empty-dir"
W0927 13:03:44.631593 16664 warnings.go:70] unknown field "spec.template.spec.volumes[2].sizeLimit"
W0927 13:03:44.631608 16664 warnings.go:70] unknown field "spec.template.spec.volumes[4].sizeLimit"
NAME: diracx-demo
LAST DEPLOYED: Wed Sep 27 13:03:35 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
http:///
🦄 Waiting for installation to finish...
error: timed out waiting for the condition on pods/diracx-demo-cd88485cd-bwhmc
ℹ️ Press Ctrl+C to clean up and exit
Beta Was this translation helpful? Give feedback.
All reactions