Skip to content
Snippets Groups Projects
Commit e2a5ff44 authored by Julien Leduc's avatar Julien Leduc
Browse files

Leave more time for RPM installation on ctaeos

parent 9117c846
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ kubectl --namespace=${instance} exec ctacli klist
echo -n "Configuring cta SSS for ctafrontend access from ctaeos"
for ((i=0; i<300; i++)); do
for ((i=0; i<450; i++)); do
echo -n "."
[ "`kubectl --namespace=${instance} exec ctaeos -- bash -c "[ -f /etc/eos.keytab ] && echo -n Ready || echo -n Not ready"`" = "Ready" ] && break
sleep 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment