Paolo Dettori
Paolo Dettori
I have use cases where the ability to compose arbitrary (namespaced) Kubernetes resources would be very valuable. This enhancement would allow me to use existing operators for managing in-cluster resources...
Same problem here. Cannot remove keys seting to null a subchart value.
Having the same issue with Kubeflow Pipelines 0.2.5 - if pods created by workflow are deleted, logs cannot be accessed from MinIO artifact store, even if they are archived there....
I think I found the root cause of the problem. It is likely that the schema for Argo Workflow status has changed, as the Argo Workflow fields that are retrieved...
I still have the issue with KFP 2.2.0, which includes #10568 - does not look like the UI was updated to retrieve the S3 log artifacts stored by Argo. I...
@werne2j for your use case I think that it's best use `valueFrom` for each individual env var so you avoid collisions. ```yaml - name: valueFrom: secretKeyRef: name: cloudant1 key: password...
This is a duplicate of #1032. It looks like deleting `.kcp/apiserver.{key,crt}` as suggested there helps with re-generation of certs, however if there are existing workspaces they keep the old IP...
Should the workspace controller be updating the status of each workspace based on the IP bound by kcp at startup ?
It looks like `kcp start` has an option to provide a hostname at startup `--external-hostname`. Perhaps it's just a matter of documenting the use of this flag for the situations...
I noted however that certificates are not signed for the hostname provided at startup with external-hostname, which is a different issue, so that would not work either at this time....