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.9.3.4.2. 서비스 메시 멤버 롤에서 Bookinfo 프로젝트를 제거
프로세스
- OpenShift Container Platform 웹 콘솔에 로그인합니다.
 - 
									Operators 
설치된 Operator를 클릭합니다.  - 
									프로젝트 메뉴를 클릭하고 목록에서 
openshift-operators를 선택합니다. - Red Hat OpenShift Service Mesh Operator에 대해 제공된 APIS에서 Istio Service Mesh 멤버 롤 링크를 클릭합니다.
 - 
									
ServiceMeshMemberRoll메뉴
									 를 클릭하고 서비스 메시 멤버 롤 편집을 선택합니다.
								 기본 Service Mesh 멤버 롤 YAML을 편집하고 멤버 목록에서
bookinfo를 삭제합니다.대신 CLI에서 이 명령을 실행하여
bookinfo프로젝트를ServiceMeshMemberRoll에서 삭제할 수 있습니다. 이 예제에서istio-system은 컨트롤 플레인 프로젝트의 이름입니다.oc -n istio-system patch --type='json' smmr default -p '[{"op": "remove", "path": "/spec/members", "value":["'"bookinfo"'"]}]'$ oc -n istio-system patch --type='json' smmr default -p '[{"op": "remove", "path": "/spec/members", "value":["'"bookinfo"'"]}]'Copy to Clipboard Copied! Toggle word wrap Toggle overflow 
- 저장을 클릭하여 서비스 메시 멤버 롤을 업데이트합니다.