stackabletech / ci

Config files for Jenkins jobs ran by our infrastructure
2 stars 0 forks source link

Increase the waiting period after cluster creation #117

Closed siegfriedweber closed 2 weeks ago

siegfriedweber commented 2 weeks ago

The installation of the Stackable release often fails on IONOS clusters with the following error:

DEBUG:root:Running : ['stackablectl', 'release', 'install', '--release-file', '/tmp/patched9fuxgibt', 'tests']
ERROR:root:An unrecoverable error occured: failed to execute release (sub)command

Caused by these errors (recent errors listed first):
 1: failed to install release
 2: failed to install release using Helm
 3: failed to install Helm release
 4: helm FFI library call failed (failed to install CRD crds/crds.yaml

ERROR:root:stackablectl failed

There seems to be no corresponding Kubernetes event in the logs.

Starting the tests again, works sometimes, so the CRDs are not broken.

The reason is not clear. It could be that the cluster is not ready yet.

The current solution is to increase the waiting period after the cluster creation to see if this fixes the problem.