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/24 18:56:18 UTC

[GitHub] [pulsar-helm-chart] yuweisung opened a new pull request, #260: added pdb version detection

yuweisung opened a new pull request, #260:
URL: https://github.com/apache/pulsar-helm-chart/pull/260

   Fixes pod disruption budget version warning
   
   ### Motivation
   
   PDB policy api version, v1beta1 is deprecated in k8s1.21+ (not available in 1.25+).
   
   ### Modifications
   
   zookeeper-pdb, proxy-pdb, broker-pdb and bookkeepr-pdb templates are modified.  If k8s api-resources container policy/v1, the *-pdb.yaml will generate respective apiVersion. 
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


-- 
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 merged pull request #260: added pdb version detection

Posted by GitBox <gi...@apache.org>.
michaeljmarshall merged PR #260:
URL: https://github.com/apache/pulsar-helm-chart/pull/260


-- 
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] relief-melone commented on pull request #260: added pdb version detection

Posted by "relief-melone (via GitHub)" <gi...@apache.org>.
relief-melone commented on PR #260:
URL: https://github.com/apache/pulsar-helm-chart/pull/260#issuecomment-1442871758

   1.25.6 on microk8s unfortunately still templates to apiVersion policy/v1beta unfortunately. Will play around with it a bit


-- 
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] michaeljmarshall commented on pull request #260: added pdb version detection

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on PR #260:
URL: https://github.com/apache/pulsar-helm-chart/pull/260#issuecomment-1283303618

   Thanks @yuweisung!


-- 
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] michaeljmarshall commented on pull request #260: added pdb version detection

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on PR #260:
URL: https://github.com/apache/pulsar-helm-chart/pull/260#issuecomment-1283383684

   I verified manually that this PR works against minikube running k8s v1.25.2.


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