Use Cloudflare for Ingress #5150
Replies: 2 comments 22 replies
-
Hi @junoriosity , interesting setup that you are trying, adding Cloudflare and Terraform into the mix 😃 With major release of Kubeapps chart v8.0.0 there were some renames done. Please double check that you have all parameters valid by checking the official README.md file. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
It is hard to tell just by looking at the logs, but it could be a problem with the correct setup of Pinniped itself, unrelated to Kubeapps? See this Pinniped issue with the same Another area to look at is the Pinniped Impersonation proxy. In the |
Beta Was this translation helpful? Give feedback.
-
I want to install kubeapps on my Kubernetes cluster. For this, I first install Pinniper conierge and supervisor like this, although I do some modifications to the certs by using Cloudflare (the following is written in Terraform code, but the YAML files should be readily seen and whenever something appears like
count = var.is_main_cluster ? 1 : 0
, this is only means that this resource is only deployed to the main cluster):Now, this works like a charm. But the next thing is to install kubeapps with the helm charts and the following values:
The things come up, apart from the auth proxy, which says
Do you know how to fix that? Could it be related to Pinniped supervisor?
Beta Was this translation helpful? Give feedback.
All reactions