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 2019/07/09 19:00:15 UTC

[GitHub] [pulsar] guillaume-braibant opened a new pull request #4700: Update kubernetes deployment apis k8s post 1.9

guillaume-braibant opened a new pull request #4700: Update kubernetes deployment apis k8s post 1.9
URL: https://github.com/apache/pulsar/pull/4700
 
 
   **Motivation**
   
   Fixes #4698 and #4699 
   
   **List of changes**
   
   1. Two new folders under pulsar/deployment/kubernetes/generic : 
   - original : contains the original scripts (pre Kubernetes 1.9)
   - k8s-1-9-and-above : contains the new scripts with APIs ipdated (Kubernetes 1.9 and above)
   
   2. bookie.yaml :
   - Migrate DaemonSet api version from extensions/v1beta1 to apps/v1
   - Declare the bookie service before the DaemonSet object for bookies
   
   3. broker.yaml
   - Migrate Deployment api version from apps/v1beta1 to apps/v1
   - Declare the bookie service before the Deployment object for brokers
   
   4. monitoring.yaml :
   - Migrate all Deployment api version from apps/v1beta1 to apps/v1
   - Declare each service before the Deployment object the service is bound to
   
   5. zookeeper.yaml :
   - Migrate StatefulSet api version from apps/v1beta1 to apps/v1
   - Declare the service before the StatefulSet object for zookeeper
   

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


With regards,
Apache Git Services