You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/22 03:28:06 UTC

[GitHub] [pulsar-helm-chart] MABIY opened a new issue, #345: k8s helm install 3.0.0 error

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

   **Describe the bug**
   k8s use flux install helm 3.0.0 error.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   `apiVersion: helm.toolkit.fluxcd.io/v2beta1
   kind: HelmRelease
   metadata:
     name: pulsar
   spec:
     chart:
       spec:
         chart: pulsar
         reconcileStrategy: ChartVersion
         sourceRef:
           kind: HelmRepository
           name: pulsar
         version: 3.0.0
         interval: 168h
     interval: 10m
     values:
       kube-prometheus-stack:
         enabled: false
         prometheusOperator:
           enabled: false
         grafana:
           enabled: false
         alertmanager:
           enabled: false
         prometheus:
           enabled: false
   `
   
   **Expected behavior**
   install success
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/14001553/209049274-1f1e7067-f27b-4619-9efd-ccd589b91aee.png)
   


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

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


[GitHub] [pulsar-helm-chart] mouchar commented on issue #345: k8s flux install 3.0.0 error

Posted by "mouchar (via GitHub)" <gi...@apache.org>.
mouchar commented on issue #345:
URL: https://github.com/apache/pulsar-helm-chart/issues/345#issuecomment-1445400316

   If you disabled kube-prometheus-stack and you don't have another prometheus stack installed, you probably miss the PodMonitor CRDs. If you don't need to monitor your pulsar deployment, you may disable installing PodMonitor resources by setting:
   
   ```yaml
   zookeeper:
     podMonitor:
       enabled: false
   broker:
     podMonitor:
       enabled: false
   bookkeeper:
     podMonitor:
       enabled: false
   broker:
     podMonitor:
       enabled: false
   proxy:
     podMonitor:
       enabled: false
   ```


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


[GitHub] [pulsar-helm-chart] MABIY commented on issue #345: k8s flux install 3.0.0 error

Posted by "MABIY (via GitHub)" <gi...@apache.org>.
MABIY commented on issue #345:
URL: https://github.com/apache/pulsar-helm-chart/issues/345#issuecomment-1449689677

   @mouchar thanks you.
   l'm disabled all podMonitor like below ,install success.
   ```yaml
       proxy:
         podMonitor:
           enabled: false
       broker:
         podMonitor:
           enabled: false
       zookeeper:
         podMonitor:
           enabled: false
       autorecovery:
         podMonitor:
           enabled: false
       bookkeeper:
         podMonitor:
           enabled: false
   
   ```


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


[GitHub] [pulsar-helm-chart] mouchar commented on issue #345: k8s flux install 3.0.0 error

Posted by "mouchar (via GitHub)" <gi...@apache.org>.
mouchar commented on issue #345:
URL: https://github.com/apache/pulsar-helm-chart/issues/345#issuecomment-1450645464

   @MABIY I guess you can close this issue


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


[GitHub] [pulsar-helm-chart] MABIY closed issue #345: k8s flux install 3.0.0 error

Posted by "MABIY (via GitHub)" <gi...@apache.org>.
MABIY closed issue #345: k8s flux install 3.0.0 error
URL: https://github.com/apache/pulsar-helm-chart/issues/345


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