摘要: ## 查询HBase的容器 kubectl get pods -o wide |grep hyperbase ## 进入HBase的容器 kubectl exec -it 容器名 bash ## 进入hbase shell hbase shell 阅读全文
posted @ 2021-01-11 16:50 PhantomRead 阅读(58) 评论(0) 推荐(0)