This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.1.23.2.4. 关于收集服务网格数据
						您可使用 oc adm must-gather CLI 命令来收集有关集群的信息,包括与 Red Hat OpenShift Service Mesh 相关的功能和对象:
					
先决条件
- 
								使用具有 
cluster-admin角色的用户访问集群。 - 
								已安装 OpenShift Container Platform CLI (
oc)。 
过程
要使用
must-gather收集 Red Hat OpenShift Service Mesh 数据,您必须指定 Red Hat OpenShift Service Mesh 镜像。oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8Copy to Clipboard Copied! Toggle word wrap Toggle overflow 要使用
must-gather为特定 Service Mesh control plane 命名空间收集 Red Hat OpenShift Service Mesh 数据,您必须指定 Red Hat OpenShift Service Mesh 镜像和命名空间。在本例中,将 <namespace> 替换为您的 Service Mesh control plane 命名空间,如istio-system。oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8 gather <namespace>
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8 gather <namespace>Copy to Clipboard Copied! Toggle word wrap Toggle overflow 
为了获得快速支持,请提供 OpenShift Container Platform 和 Red Hat OpenShift Service Mesh的诊断信息。