Charles Moulliard

Results 392 comments of Charles Moulliard

I still have an issue using such certificate/issuer ``` --- apiVersion: cert-manager.io/v1 kind: Issuer metadata: name: letsencrypt-prod-qshift-snowdrop-dev labels: app: qshift-ca-cert namespace: snowdrop-site spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email: privateKeySecretRef: name: letsencrypt-prod-snowdrop-dev...

Problem fixed after issuing the following certificate ``` apiVersion: cert-manager.io/v1 kind: Issuer metadata: name: letsencrypt-prod-qshift-snowdrop-dev labels: app: qshift-ca-cert namespace: snowdrop-site spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email: privateKeySecretRef: name: letsencrypt-prod-snowdrop-dev solvers: -...

Question from Antonio: `To install the new cert manager on the OCP cluster we would still need the one on the snowdrop k8s server right?` Charles's response: No. It is...

Today, the documentation has been developed around 3 levels where level 1 is the README.adoc project file, 2nd level corresponds to a module that we support (kind, ibm-cloud, openstack, hetzner)...

> ansible-playbook ansible/playbook/passstore/passstore_controller_inventory_remove.yml In fact, the command exists but should be executed at the root of the project and not under ansible as documented ! We should review such a...

> If it's still documented otherwise anywhere it should be fixed. Please check and fix them @jacobdotcosta

Can you close the ticket if task is done ? @jacobdotcosta

To be checked of course but I think that such extraArgs (= this is a Yaml array field) could be defined like this: https://stackoverflow.com/questions/23657086/yaml-multi-line-arrays @jacobdotcosta

don't forget to also change the registry.sh script as sudo is also asked ? ``` ./kind/registry.sh install --provider podman --registry-name kind-registry.local Welcome to our _____ _ / ____| | |...

Both scenario work on Macos BUT I still don't know if the pod of the kind container is running as "root" or"rootless" !! ``` ## Rootfull podman machine stop podman...