-
Notifications
You must be signed in to change notification settings - Fork 404
Failed to get /openapi/v2 and /swagger.json: Created Component, but require templated one. #563
Comments
hmm #543 looks like my problem, but it was closed with: Yet I do not have kube-matrics-adapter running in the clusters. |
Ugh, this seems to come back every now and then. Underlying issue has been that some api resource in the cluster can't be parsed by the dependency KES uses (or well the dependency of our dependency), when the kubernetes api is generated in runtime. :\ |
It's hard to patch without knowing what fails to be processed. Have you upgrades any other resource in the cluster recently since it was last working? Probably something that provides a CRD |
You touch quite the subject there. I am advocating constantly updating charts, and always do: I guess we will have that discussion in my team again. But CRDS is a good pointer. Thanks. I will check and get back here: my bet is on prometheus-adapter or kube-prometheus-stack. |
I narrowed it down to kube-prometheus-stack the CRDS coming with it Testet Helm Chart Versions: |
I was wrong. The problem is coming from k8s-prometheus-adapter. image: v0.8.2 modifies the openapi
image v0.7.0 is not doing that. remediation steps:
Everything back to normal. |
so this is still a thing with newer version of prometheus adapter a year later it seems |
Well, nothing has really changed on KES side and since its one of the dependencies in KES complaining even if prometheus adapter could probably implement some workaround its not really their issue. Anyway check out #864 |
Hi there,
I have the current kubernetes-external-secrets 6.0.0 running on a couple of eks clusters, and after a pod restart it is crash looping now.
the clusters are:
eks 1.17 / eks.3 - v1.17.9
eks 1.18 / eks.2 - v1.18.9
It is not a cert problem like #511 but also related to swagger-client.
silasbw/swagger-fluent#55
godaddy/kubernetes-client#666
The text was updated successfully, but these errors were encountered: