Fernando Giorgetti
Fernando Giorgetti
@bfarr-rh The latest version of the console now depends on an internal version of prometheus, which is already available when skupper is deployed to a Kubernetes cluster, but not yet...
It seems like the openshif oauth-proxy image is set to run as root, but the deployment is setting `runAsNonRoot` as true. We need to fix it.
What about adding the resource kind as a prefix? The kind as a prefix prevents router resource names from clashing. As a suffix we'd need something to make the particular...
Just a demo project to be used along with this PR, in order to evaluate it properly: https://github.com/fgiorgetti/skupper-cert-manager It has a `deploy.yaml` available to make it easy to test.
One point to discuss here. Would it be better if we add a new env var + flag to the Controller, so that we can define whether or not to...
@nluaces @c-kruse @hash-d Do you guys see any issue with keeping just the following entries: # top level securityContext (seccompProfile left out) * deployment.spec.template.spec.securityContext.runAsNonRoot (true) # all containers * deployment.spec.template.spec.containers[*].securityContext.allowPrivilegeEscalation...
> I am happy that you were able to reproduce this issue. Unfortunately i was unable to reproduce this in our lower environments, this is happening only in our production...
> @fgiorgetti or anyone of you can answer this; so this fix you are applying would be part of the latest release, right ? may be skupper `2.1.3` ? i...
@lynnemorrison if the returned error is a `*net.OpError`, then I would suggest displaying a friendly message, something like what you had above: ``` Unable to communicate with the Container Engine....
I am not sure on the benefit of changing exclusively the output of `skupper completion` to stderr. If I understand the original issue correctly, the problem reported says that on...