大量更新
This commit is contained in:
41
999-部署模板/视频流媒体-helm-2604/templates/NOTES.txt
Normal file
41
999-部署模板/视频流媒体-helm-2604/templates/NOTES.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
1. 获取应用的 URL:
|
||||
NOTE: It may take a few minutes for all pods to be ready.
|
||||
|
||||
查看 Pod 状态:
|
||||
kubectl get pods -n {{ .Release.Namespace }} -l release={{ .Release.Name }}
|
||||
|
||||
2. Media Suite (WVP + ZLM + ZLM-OSS) 使用 HostNetwork 模式访问nodeIp+端口:
|
||||
- WVP HTTP: http://{{.Values.mediaSuite.nodeIP}}:{{ .Values.wvp.ports.http }}
|
||||
- WVP SIP: {{.Values.mediaSuite.nodeIP}}:{{ .Values.wvp.ports.sip }}/UDP
|
||||
- ZLM HTTP: http://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlm.ports.http }}
|
||||
- ZLM HTTPS: https://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlm.ports.https }}
|
||||
- ZLM RTMP: rtmp://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlm.ports.rtmp }}
|
||||
- ZLM RTSP: rtsp://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlm.ports.rtsp }}
|
||||
- ZLM WebRTC: webrtc://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlm.ports.webrtc }}
|
||||
- ZLM SRT: srt://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlm.ports.srt }}
|
||||
- ZLM-OSS: http://{{.Values.mediaSuite.nodeIP}}:{{ .Values.zlmOss.port }}
|
||||
|
||||
3. Live Operator:
|
||||
- URL: http://<NODE_IP>:{{ .Values.network.liveOpNodePort }}
|
||||
|
||||
4. Live Proxy:
|
||||
- URL: http://<NODE_IP>:{{ .Values.network.liveProxyNodePort }}
|
||||
|
||||
5. Live Helper:
|
||||
- URL: http://<NODE_IP>:{{ .Values.network.liveHelperNodePort }}
|
||||
|
||||
6. 查看日志:
|
||||
# Media Suite (所有容器)
|
||||
kubectl logs -f deployment/{{ .Release.Name }}-media-suite -n {{ .Release.Namespace }} -c wvp
|
||||
kubectl logs -f deployment/{{ .Release.Name }}-media-suite -n {{ .Release.Namespace }} -c zlm
|
||||
kubectl logs -f deployment/{{ .Release.Name }}-media-suite -n {{ .Release.Namespace }} -c zlm-oss
|
||||
|
||||
# Live Operator
|
||||
kubectl logs -f deployment/{{ .Release.Name }}-live-op -n {{ .Release.Namespace }}
|
||||
# Live Proxy
|
||||
kubectl logs -f deployment/{{ .Release.Name }}-live-proxy -n {{ .Release.Namespace }}
|
||||
# Live Helper
|
||||
kubectl logs -f deployment/{{ .Release.Name }}-live-helper -n {{ .Release.Namespace }}
|
||||
|
||||
7. 卸载:
|
||||
helm uninstall {{ .Release.Name }} -n {{ .Release.Namespace }}
|
||||
Reference in New Issue
Block a user