You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resources:
- kind: v1/namespaces.... # omitted for brevity
The Kubernetes ConfigMap contains the right configuration, but it's not mirrored in Port though.
This is a problem because if I manually update the kubernetes datasource in Port adding the missing configurations:
crdsToDiscover: ".metadata.ownerReferences[0].kind == \"CompositeResourceDefinition\" and .spec.scope == \"Namespaced\""overwriteCrdsActions: false
then at the next restart of the exporter pod the configuration is lost.
On the other end, by setting overwriteConfigurationOnRestart: true I loose the possibility to keep the configuration in sync with Port
The text was updated successfully, but these errors were encountered:
Just adding a plus one and hopefully some helpful context. I have tried doing the same thing and I noticed in the exporter logs that I see:
crd.go:369] Discovering CRDs is disabled
I don't see any env vars or configs that can change this so I wonder if this may be the issue? But here is the config from my helms values file if that helps with the debugging:
Hi @abangser, @irizzant ,
Thank you for reporting this issue! it has been resolved in version v0.4.5. Please update to the latest version and let us know if you encounter any further issues.
Yay! Very exciting, thanks @omby8888 and team for the quick turn around 🎉 Do you have a timeline for a release to your helm chart? I see the code change in the chart, but don't think I see the released chart yet? 🤔
I have deployed Exporter with Helm chart version 0.2.36 in kubernetes 1.30 with the following helm chart configuration:
In Port this configuration translates into:
The Kubernetes ConfigMap contains the right configuration, but it's not mirrored in Port though.
This is a problem because if I manually update the kubernetes datasource in Port adding the missing configurations:
then at the next restart of the exporter pod the configuration is lost.
On the other end, by setting
overwriteConfigurationOnRestart: true
I loose the possibility to keep the configuration in sync with PortThe text was updated successfully, but these errors were encountered: