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

   I am unable to upgrade Pulsar version after upgrading kubernetes to 1.25.0
   
   ```
   $ microk8s kubectl get nodes
   NAME          STATUS   ROLES    AGE    VERSION
   centos8vm02   Ready    <none>   348d   v1.25.0
   centos8vm03   Ready    <none>   348d   v1.25.0
   centos8vm01   Ready    <none>   348d   v1.25.0
   centos8vm04   Ready    <none>   348d   v1.25.0
   ```
   
   ```
   $ microk8s.helm3 --namespace pulsar upgrade pulsar-mini apache/pulsar 
--version 2.9.4 -f pulsar.yaml
   Error: UPGRADE FAILED: [resource mapping not found for name: 
"pulsar-mini-bookie" namespace: "pulsar" from "": no matches for kind 
"PodDisruptionBudget" in version "policy/v1beta1"
   ensure CRDs are installed first, resource mapping not found for name: 
"pulsar-mini-broker" namespace: "pulsar" from "": no matches for kind 
"PodDisruptionBudget" in version "policy/v1beta1"
   ensure CRDs are installed first, resource mapping not found for name: 
"pulsar-mini-proxy" namespace: "pulsar" from "": no matches for kind 
"PodDisruptionBudget" in version "policy/v1beta1"
   ensure CRDs are installed first, resource mapping not found for name: 
"pulsar-mini-zookeeper" namespace: "pulsar" from "": no matches for kind 
"PodDisruptionBudget" in version "policy/v1beta1"
   ensure CRDs are installed first]
   ```
   
   I'm no kubernetes/helm expert, so may have done this incorrectly, but I 
pulled the chart from git, edited all `policy/v1beta1` to `policy/v1` and tried 
installing from local chart, but it still gave same errors.
   


-- 
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-unsubscr...@pulsar.apache.org.apache.org

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

Reply via email to