Closed triceam closed 2 years ago
I just tried running the fast start install on a brand new 4.8 cluster, and it failed with this as the only output:
$curl -sfL get.cloudnativetoolkit.dev | sh -
serviceaccount/ibm-toolkit created
clusterrolebinding.rbac.authorization.k8s.io/ibm-toolkit created
configmap/ibm-toolkit created
job.batch/ibm-toolkit created
error: timed out waiting for the condition on pods/ibm-toolkit-sqfwh
However, it looks like most of the deploy was actually successful.
The tools namespace was created, and tools were deployed:
BUT the sealed-secrets/bitnami images are failing. So, module versions need to be updated for the deployment:
Failed to pull image "quay.io/bitnami/sealed-secrets-controller:v0.17.1": rpc error: code = Unknown desc = Error reading manifest v0.17.1 in quay.io/bitnami/sealed-secrets-controller: unauthorized: access to the requested resource is not authorized
Updated all modules in stages/ocp48
to the latest versions (this includes updates for bitnami images), and increased initial timeout for the setup pod.
Includes this PR too: https://github.com/cloud-native-toolkit/ibm-garage-iteration-zero/pull/403
Toolkit install is failing from Fast Start instructions. We need to test on a new cluster and identify all failures.
Seems like there are multiple issues from Slack threads here: