Open sadaramk opened 4 hours ago
Hello!
Would you mind sharing the output of "kubectl get pods -A"?
Huh, it doesn't seem that Vault was even launched in your cluster.
In the ~/.k1
folder there should be some logs, can you share them?
here is the log, I will try and clear everything and try one more time
Didn't add much details unfortunately.
Do you have a statefulset deployment for Vault? I suspect not.
There's an ArgoCD pod, if you portforward it, you can look in ArgoCD what happened that the next "wave" of applications didn't install. The user is admin
and the password is in the secret called initial-admin-secret
.
Which version of kubefirst are you using?
v2.7.4
Which cloud provider?
k3d (local)
Which DNS?
None specific
Which installation type?
CLI
Which distributed Git provider?
GitHub
Did you use a fork of
gitops-template
?No
Which Operating System?
macOS
What is the issue?
Fresh installation fails with the below error.
Error: error finding Vault StatefulSet: the StatefulSet "vault" in Namespace "vault" was not created within the timeout period: timed out waiting for the condition Error occurred during command execution: error finding Vault StatefulSet: the StatefulSet "vault" in Namespace "vault" was not created within the timeout period: timed out waiting for the condition If a detailed error message was available, please make the necessary corrections before retrying. You can re-run the last command to try the operation again.
Code of Conduct