You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/25 14:56:52 UTC

[GitHub] [pulsar-helm-chart] Imunhatep opened a new issue #68: Cert-manager resources api-version is hardcoded

Imunhatep opened a new issue #68:
URL: https://github.com/apache/pulsar-helm-chart/issues/68


   **Describe the bug**
   Enabling `certs.internal_issuer.enabled=true` results in failed setup as CRD for cert-managers resources does not exist:
   ```
   Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Certificate" in version "cert-manager.io/v1alpha2", unable to recognize "": no matches for kind "Issuer" in version "cert-manager.io/v1alpha2"]
   ```
   cert-manager has released a stable version with updated `apiVersion:  cert-manager.io/v1`
   fyi: there are many cert-manager api versions v1alpha2,v1alpha3,v1beta1
   
   **To Reproduce**
   helm upgrade --install pulsar -n pulsar apache/pulsar --values certs.internal_issuer.enabled=true
   
   **Expected behavior**
   Configurable external CRD api-versions in value.yaml


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-helm-chart] sijie closed issue #68: Cert-manager resources api-version is hardcoded

Posted by GitBox <gi...@apache.org>.
sijie closed issue #68:
URL: https://github.com/apache/pulsar-helm-chart/issues/68


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org