mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
############knowstreaming-manager############
|
|
|
|
1. Watch all cluster members come up. 启动需要几分钟时间进行初始化,请稍等~
|
|
|
|
$ kubectl get pods --namespace={{ .Release.Namespace }} -l release={{ .Release.Name }} -w
|
|
|
|
|
|
2. 获取KnowStreaming前端ui的service. 默认nodeport方式.(http://nodeIP:nodeport)
|
|
|
|
$ kubectl get service --namespace={{ .Release.Namespace }} {{ .Release.Name }}-knowstreaming-web
|