Closed vbalbarin closed 2 years ago
@vbalbarin Could you please open a pull request on these changes? Thanks.
Hello Dan,
I haven’t put in a pull request until I checked in with you regarding validity of my observation.
I’ll do so.
I’ve created a dev branch from main and I will branch off features and bugs from there.
/V On Thu, Sep 8, 2022 at 12:08 PM Dan Alberto Rosa De Jesús < @.***> wrote:
@vbalbarin https://github.com/vbalbarin Could you please open a pull request on these changes? Thanks.
— Reply to this email directly, view it on GitHub https://github.com/project8/weevil/issues/1#issuecomment-1240924828, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXLKNU3ICNGRQIHWA4PZXTV5IFP3ANCNFSM6AAAAAAQHBLB3M . You are receiving this because you were mentioned.Message ID: @.***>
Following the documentation, I was able to complete the upload of the test files from the client pod to the XRD pods eventually.
I ran into issues with deploying the daemon pods using the values in the supplied
daemons.yaml
.Executing the code
helm install daemons rucio/rucio-daemons -f daemons.yaml
would hang for 5 minutes before completion. Inspecting the pods throughkubectl get pods
would show the daemons in crash/restart loops.I cleaned up the resources in this failed deployment:
Appears to fail on creating Add/Modify event for daemons-renew-fts-proxy-on-helm-install.
The output of
debugYYmmddHHMMSS.txt
file confirms this:The other daemons appear to be in a perpetual crash-restart loop:
If we bring up the logs for any one of these crashing/restarting pods:
Some research into the source code suggested that these daemons might not be able to find an appropriate monitoring service inside the
minikube
local cluster.Clean up broken resources and start again.
Modify
daemons.yaml
by changing sectionto
Re-install daemons:
It still appears to get stuck at
daemons-renew-fts-proxy-on-helm-install
However, the rest of the daemons seem to be working:
This would suggest that these services require the value
carbon_server: "localhost"
.The error in FTS renewal seems to be a separate issue.