Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Private Cluster unable to start (Timeout on startup) #132

Closed
jan-schumacher opened this issue Dec 4, 2019 · 2 comments
Closed

Private Cluster unable to start (Timeout on startup) #132

jan-schumacher opened this issue Dec 4, 2019 · 2 comments
Labels
bug Something isn't working helm v3 Issue or PR related to Helm v3

Comments

@jan-schumacher
Copy link

Describe the bug
When a Cluster is not able to connect to the stable (googleapis) repository the helm-operator container is not able to start up because the request is hanging in a 30sec timeout and the readinessprobe is not getting ready because the healthz endpoint is not reachable. Also with disabled repositories this is still the case.

To Reproduce
Steps to reproduce the behaviour:
0. A K8s Cluster

  1. Cut the internet connection or add a firewall rule to disable connection to googleapis.com
  2. install helm-operator and fluxcd

Expected behavior
The readinessprobe gets ready although there is no connection possible. A configurability for the probes would be handy or a real disable option for repositories

@jan-schumacher jan-schumacher added blocked needs validation In need of validation before further action bug Something isn't working helm v3 Issue or PR related to Helm v3 labels Dec 4, 2019
@hiddeco hiddeco removed the blocked needs validation In need of validation before further action label Dec 9, 2019
@hiddeco
Copy link
Member

hiddeco commented Dec 9, 2019

This is due to the hardcoded import I added in #124. The workaround till the permanent solution is in place is to mount an empty file at the path it imports (/var/fluxd/helm/repository/repositories.yaml).

@hiddeco
Copy link
Member

hiddeco commented Dec 11, 2019

This has been fixed in #141.

@hiddeco hiddeco closed this as completed Dec 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working helm v3 Issue or PR related to Helm v3
Projects
None yet
Development

No branches or pull requests

2 participants