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
We received a request from the community asking for a way to disable the cache for the Kubernetes capabilities. Currently, we allow users to disable cache only for the kubernetes/get_resource capability.
Solution you'd like
I think we can replicate the behavior of the kubernetes/get_resource capability in the other kubernetes capabilities. By adding a flag in the request struct to flag when the cache should be disabled.
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Thank you José, yes this ticket describes the issues. This would be just a tactical solution that would provide the means to get the freshest information from the cluster but it needs to be used carefully because it can overload the cluster.
IMO this ticket would be the best approach to solve the issue, but I understand that it is a much more complex feature/change. Thanks.
Is your feature request related to a problem?
We received a request from the community asking for a way to disable the cache for the Kubernetes capabilities. Currently, we allow users to disable cache only for the
kubernetes/get_resource
capability.Solution you'd like
I think we can replicate the behavior of the
kubernetes/get_resource
capability in the otherkubernetes
capabilities. By adding a flag in the request struct to flag when the cache should be disabled.Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: