ron1

Results 64 comments of ron1

In order to provide first-class kustomization support, consider allowing kustomize-based installs from the /config directory on the main branch and release branches. For example, refer to how Kyverno supports YAML/Kustomize-based...

Looking foward to publicly hosted harbor operator helm chart.

@guymguym Thanks for the clarification. Do you have ideas about configuring MongoDB with NooBaa v2 such that it is not a single point of failure in the deployment? Also, do...

Hi @guymguym I believe the HA semantics offered by the Kubernetes scheduler vary depending upon the condition. In the case where the node hosting the noobaa-core pod fails for example,...

@guymguym No, I encountered this with the out-of-the-box single instance of noobaa-core.

@turkenh Do you know if/how the the flux v2 helm-controller solves this problem? I believe it also uses the helm sdk.

WDYT about the alternatives presented here: https://github.com/CrunchyData/postgres-operator-examples/issues/59

I have a central namespace in which I store externally-defined tls certs/keys as secrets w/cert-utils-operator annotations. I use kyverno resource generation w/sync (https://kyverno.io/policies/other/sync_secrets/) to clone and rename these secrets into...

My secret is as follows: ``` Name: my-secret Namespace: my-namespace Labels: - app.kubernetes.io/managed-by=kyverno - kyverno.io/generated-by-kind=Namespace - kyverno.io/generated-by-name=myNamespace - kyverno.io/generated-by-namespace= - policy.kyverno.io/gr-name=gr-n7vqx - policy.kyverno.io/policy-name=sync-my-system-my-secret - policy.kyverno.io/synchronize=enable Annotations: - cert-utils-operator.redhat-cop.io/generate-java-keystores="true" ```