danhuawang commented on PR #56: URL: https://github.com/apache/gravitino-playground/pull/56#issuecomment-2462075246
@unknowntpo Some tiny issue 1. check status, I expect to get pods status instead of k8s service info ``` ./playground.sh k8s status NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 10d <none> ``` expect pods status in gravitino-playground namespace like : ``` NAME READY STATUS RESTARTS AGE gravitino-7b5fcfd648-28nvt 1/1 Running 0 13m hive-79bf985ccd-hktzh 1/1 Running 0 13m jupyternotebook-7bbbb97574-cblff 1/1 Running 0 13m mysql-69f9f6f8c9-hrmgt 1/1 Running 0 13m postgresql-6f6f69b989-prl6w 1/1 Running 0 13m spark-7fdc9846cb-7dl6v 1/1 Running 0 13m trino-f8c474b44-wwtw5 1/1 Running 0 13m ``` 2. I stop, but only check service ``` ./playground.sh k8s stop INFO: Stopping the playground... NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 10d <none> ```` 3. conflicts need to be resolved -- 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]
