Closed
Description
Dependencies:
- minikube version: v1.12.3
- tarantool/tarantool-operator chart version: 0.0.5
- tarantool/cartridge chart version: 0.0.5
Step to reproduce:
-
Run minikube:
minikube start
-
Install
tarantool-operator
andcartridge
app. -
Enter into any tarantool app docker container:
kubectl -n tarantool exec -it routers-0-0 /bin/bash
and check volume:bash-4.4$ ls /var/lib/tarantool/test-app.routers-0-0/ 00000000000000000000.snap 00000000000000000000.xlog config config.backup bash-4.4$
-
Restart minikube
minikube stop minikube start
-
Wait until the cluster is Ready. For check execute:
kubectl -n tarantool describe clusters.tarantool.io app-name
and find line with State.... Spec: Selector: Match Labels: tarantool.io/cluster-id: test-app Status: State: Ready Events: <none>
-
Enter into any tarantool app docker container:
kubectl -n tarantool exec -it routers-0-0 /bin/bash
and check data directory:bash-4.4$ ls /var/lib/tarantool/test-app.routers-0-0/ bash-4.4$