danhuawang commented on PR #56:
URL:
https://github.com/apache/gravitino-playground/pull/56#issuecomment-2300523072
There's still issue when create namespace like `test`. Configmap resources
are created in `test` namespace, but pods are created in gravitino-playground
namespace.
```
helm upgrade --install gravitino-playground helm-chart --create-namespace
--namespace test
```
```
kubectl get pods -A
NAMESPACE NAME READY STATUS
RESTARTS AGE
gravitino-playground gravitino-7ddcfbbc67-shc5d 0/1
ContainerCreating 0 9s
gravitino-playground hive-8fbd694dd-p7hn5 0/1
ContainerCreating 0 9s
gravitino-playground jupyternotebook-6cddbcbc8b-2stmz 0/1
ContainerCreating 0 9s
gravitino-playground mysql-7db5d7cd68-9fpzj 0/1
ContainerCreating 0 9s
gravitino-playground postgresql-6845fd85d5-lzzr5 0/1
ContainerCreating 0 9s
gravitino-playground spark-74fd98c69-8kt76 0/1
ContainerCreating 0 9s
gravitino-playground trino-5f6b6f996c-twd7m 0/1
ContainerCreating 0 9s
```
```
helm list -A
NAME NAMESPACE REVISION UPDATED
STATUS CHART APP
VERSION
gravitino-playground test 1 2024-08-21
11:16:15.242265 +0800 CST deployed gravitino-playground-0.1.0
1.0.0
```
```
kubectl get cm -n test
NAME DATA AGE
gravitino-healthcheck-script 1 34s
gravitino-init-script 2 34s
hive-init-script 1 34s
jupyter-init-script 3 34s
kube-root-ca.crt 1 33m
mysql-init-script 1 34s
postgresql-init-script 1 34s
spark-init-script 2 34s
trino-healthcheck-script 1 34s
trino-init-script 2 34s
```
--
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]