Ramon Gordillo
Ramon Gordillo
Exactly that. @mcandre, can you note here your workaround? I am facing exactly the same behaviour, because I am implementing a "selector" lookup.
I don't get the alternative. My question is because I though contains() covers this scenario: Input: ``` { "check": "true", "application: "demo-app" } ``` contains({"application": "demo-app"}) -> true (ok) contains({"application":...
Using kubectl, either we set up `--insecure-skip-tls-verify=true`, `--tls-server-name` (this last one if not using SNI) or an error is thrown like: ``` Unable to connect to the server: x509: certificate...
Thanks @thinkahead for your suggestion. I could add it manually, although I guess it is not a long-term solution, at least I move forward to my tests. I think I...
Hi @iam-veeramalla. Yes, to reproduce the issue do the following: - Deploy a prometheus operator in a namespace with cluster-wide scope - Deploy argocd operator in any namespace (ex. argocd)....
I have deployed that again, it works, but the oauth endpoint is not valid for vanilla k8s. If it is moved to kubernetes.default.svc, it should work the same, but also...
Hi. I get to this point because I want to make a big number of concurrent persistent connections, but not all at the same time to avoid saturating the server...
For your records, that would be only available from v15: https://www.postgresql.org/docs/release/15.0/
Hi. Why does not adds "cluster" as a new parameter? It would be easier in most of the situation to have just that instead of the context, particularly with OpenShift....
That is ok if you only have one rule, but what if you have a complete set? (ex. you want node-exporter to store metrics every 15 secs for troubleshooting or...