I got my minikube up and ready on a ec2 t2 large instance
but I have issues with helm, I installed it but I am not able to see the client and server version there
and not able to see any charts
[root@ip-10-148-41-114 bin]# ./helm version
my minikube is running fine
here is the output
[ec2-user@ip-10-148-41-114 msubramanyam]$ /usr/local/bin/minikube kubectl get pod
NAME READY STATUS RESTARTS AGE
mongo-depl-5ccf565747-k4sln 1/1 Running 3 (20h ago) 26h
nginx-666678499-jrsz8 0/1 ImagePullBackOff 0 40h
nginx-depl-56cb8b6d7-9sp88 1/1 Running 5 (20h ago) 27h
nginxdepl-c9ffbfb88-wr58k 1/1 Running 4 (20h ago) 28h
[ec2-user@ip-10-148-41-114 msubramanyam]$
actually i got past that issue and i was able to get minikube, helm etc installed and followed the doc to get the tidb opeerator and components installed but i am not able to see all the services /pods under the tidb name space
[ec2-user@ip-10-148-41-114 bin]$ kubectl get pod -n tidb-cluster
NAME READY STATUS RESTARTS AGE
basic-discovery-58fc76b4bb-frs4w 1/1 Running 0 11m
basic-monitor-0 4/4 Running 0 11m
basic-pd-0 1/1 Running 1 (4m5s ago) 11m
basic-tidb-dashboard-0 1/1 Running 0 11m
[ec2-user@ip-10-148-41-114 bin]$
but at the end i only see these pods running
[ec2-user@ip-10-148-40-27 bin]$ ./kubectl get po -n tidb-cluster
NAME READY STATUS RESTARTS AGE
basic-discovery-58fc76b4bb-5k2wg 1/1 Running 0 43h
basic-monitor-0 4/4 Running 0 43h
basic-pd-0 1/1 Running 296 (7m11s ago) 43h
basic-tidb-dashboard-0 1/1 Running 0 43h
i dont see expected output as the doc
the basic-tidb and basic-tikv