glasskube / gitops-template

ArgoCD based GitOps template with preconfigured Glasskube Package Manager and an example application.
https://glasskube.dev
Apache License 2.0
164 stars 25 forks source link

Fail to install helm-controller (flux-system) #22

Closed thatmlopsguy closed 1 month ago

thatmlopsguy commented 1 month ago

Running the command

glasskube bootstrap git --url https://github.com/thatmlopsguy/kind-gitops-glasskube

Give me the following error:

Checking Status of helm-controller (Deployment) 94% |████████████████████████████████████████████████████████████████████████████████████████████████████████████ | (49/52, 5 it/s) [10s:0s]* Couldn't apply manifests: Deployment helm-controller (flux-system) was not ready within the specified timeout: context deadline exceeded

An error occurred during bootstrap: Deployment helm-controller (flux-system) was not ready within the specified timeout: context deadline exceeded

kosmoz commented 1 month ago

Hi @thatmlopsguy, thanks for raising this issue! If possible, please show us the output of kubectl describe pods -n flux-system -l app=kustomize-controller.

thatmlopsguy commented 1 month ago

I was able to fix the issue by manually applying the manifests from bootstrap/glasskube/glasskube.yaml.

kosmoz commented 1 month ago

I was able to fix the issue by manually applying the manifests from bootstrap/glasskube/glasskube.yaml.

That's great to hear! Don't hesitate to reach out in case you encounter any other issues.