xiangfu0 opened a new pull request, #8936:
URL: https://github.com/apache/pinot/pull/8936

   Change pinot minion deployment from k8s statefulset to k8s deployment.
   
   The new deployment looks like this:
   ```
   ➜  pinot git:(stateless-pinot-minion-k8s) kt get all -n pinot
   NAME                                      READY   STATUS    RESTARTS   AGE
   pod/pinot-broker-0                        0/1     Running   0          9s
   pod/pinot-controller-0                    1/1     Running   0          9s
   pod/pinot-minion-adhoc-56f5889c48-8hlk2   0/1     Running   0          9s
   pod/pinot-server-0                        1/1     Running   0          9s
   pod/pinot-zookeeper-0                     0/1     Running   0          9s
   
   NAME                                TYPE           CLUSTER-IP       
EXTERNAL-IP   PORT(S)                      AGE
   service/pinot-broker                ClusterIP      10.109.15.4      <none>   
     8099/TCP                     9s
   service/pinot-broker-external       LoadBalancer   10.109.151.56    
localhost     8099:31364/TCP               9s
   service/pinot-broker-headless       ClusterIP      None             <none>   
     8099/TCP                     9s
   service/pinot-controller            ClusterIP      10.105.199.207   <none>   
     9000/TCP                     9s
   service/pinot-controller-external   LoadBalancer   10.109.147.36    
localhost     9000:32705/TCP               9s
   service/pinot-controller-headless   ClusterIP      None             <none>   
     9000/TCP                     9s
   service/pinot-server                ClusterIP      10.101.184.79    <none>   
     8098/TCP,80/TCP              9s
   service/pinot-server-headless       ClusterIP      None             <none>   
     8098/TCP,80/TCP              9s
   service/pinot-zookeeper             ClusterIP      10.106.232.7     <none>   
     2181/TCP,2888/TCP,3888/TCP   9s
   service/pinot-zookeeper-headless    ClusterIP      None             <none>   
     2181/TCP,2888/TCP,3888/TCP   9s
   
   NAME                                 READY   UP-TO-DATE   AVAILABLE   AGE
   deployment.apps/pinot-minion-adhoc   0/1     1            0           9s
   
   NAME                                            DESIRED   CURRENT   READY   
AGE
   replicaset.apps/pinot-minion-adhoc-56f5889c48   1         1         0       
9s
   
   NAME                                READY   AGE
   statefulset.apps/pinot-broker       0/1     9s
   statefulset.apps/pinot-controller   1/1     9s
   statefulset.apps/pinot-server       1/1     9s
   statefulset.apps/pinot-zookeeper    0/1     9s
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to