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 2022/04/12 10:46:26 UTC

[GitHub] [pulsar-helm-chart] LoveEachDay opened a new issue, #257: podMonitor name conflicts for multiple releases in the same namespace

LoveEachDay opened a new issue, #257:
URL: https://github.com/apache/pulsar-helm-chart/issues/257

   **Describe the bug**
   Install two releases of pulsar cluster with podMonitor enabled in the same namespace will fail.
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. install release `test-1` in default namespace
   `helm install test-1 apache/pulsar --set broker.podMonitor.enabled=true`
   this will success
   2. install release `test-2` in default namespace
   `helm install test-2 apache/pulsar --set broker.podMonitor.enabled=true`
   This will fail due to the following error:
   ```
   Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: PodMonitor "pulsar-broker" in namespace "default" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "test-2": current value is "test-1"
   ```
   
   **Expected behavior**
   Expect the second installment will also be successful.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
   apache/pulsar chart version: 2.9.2
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar-helm-chart] LoveEachDay commented on issue #257: podMonitor name conflicts for multiple releases in the same namespace

Posted by GitBox <gi...@apache.org>.
LoveEachDay commented on issue #257:
URL: https://github.com/apache/pulsar-helm-chart/issues/257#issuecomment-1096560953

   /assign @LoveEachDay 


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar-helm-chart] michaeljmarshall closed issue #257: podMonitor name conflicts for multiple releases in the same namespace

Posted by GitBox <gi...@apache.org>.
michaeljmarshall closed issue #257: podMonitor name conflicts for multiple releases in the same namespace
URL: https://github.com/apache/pulsar-helm-chart/issues/257


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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