Dimitri Laloue
Dimitri Laloue
yes, the goal is just to provide more robustness. the GetAvailablePackageSummariesResponse already has several fields. it would be easy to add errors and from which plugin they are, and let...
there is another case where the user only has the default view permissions across the cluster. in that case, for some reason, when the context is set to a given...
> Note that this page is accessed via the Administration->AppRepositories menu One option would be to disable this link if the user does not have the proper permissions. I am...
>> in that case, for some reason, when the context is set to a given namespace, the UI reports an error that the user does not have access to the...
I was about to write something long, but i guess I can make it shorter. The main issue i guess that confused me is that the "app repository" navigation link...
I just realized that this was true when we only had app repositories but will most likely be different with the pluggable APIs. How are we going to manage read/write...
catching up on this thread. I agree with Greg that a decision must be made to switch caching over to redis or stay on postgres. We cannot have both solutions...
There was an earlier comment from Michael about the TTL for CRDs that do not have update events: >some plugins will need items to be updated regardless of whether a...
the issue with using ConfigMap is that this is not secure (or difficult to secure). See the helm doc: https://helm.sh/docs/topics/advanced/#storage-backends
I did indeed mean that Kubeapps should inject its own ConfigMap. But you are bringing some good points: how many ConfigMap resources would we need (is one enough or do...