7.10. Security Profiles Operator のアンインストール
OpenShift Container Platform Web コンソールを使用してクラスターから Security Profiles Operator を削除できます。
7.10.1. Web コンソールを使用して Security Profiles Operator をアンインストールします リンクのコピーリンクがクリップボードにコピーされました!
					Security Profiles Operator を削除するには、最初に seccomp および SELinux プロファイルを削除する必要があります。プロファイルが削除されたら、openshift-security-profiles プロジェクトを削除することで、Operator とその namespace を削除できます。
				
前提条件
- 
							
cluster-adminパーミッションを持つアカウントを使用して OpenShift Container Platform クラスターにアクセスできる。 - Security Profiles Operator がインストールされます。
 
手順
OpenShift Container Platform Web コンソールを使用して Security Profiles Operator を削除するには、以下を実行します。
- 
							Operators 
Installed Operators ページに移動します。  - 
							すべての 
seccompプロファイル、SELinux プロファイル、および Webhook 設定を削除します。 - 
							Administration 
Operators Installed Operators ページに切り替えます。  - 
							Security Profiles Operator エントリーでオプションメニュー 
							
							 をクリックして、Uninstall Operator を選択します。
						 - 
							Home 
Projects ページに切り替えます。  - 
							
security profilesを検索します。 openshift-security-profiles プロジェクトの横にあるオプションメニュー
							 をクリックし、Delete Project を選択します。
						- 
									ダイアログボックスに 
openshift-security-profilesと入力して削除を確認し、Delete をクリックします。 
- 
									ダイアログボックスに 
 次のコマンドを実行して
MutatingWebhookConfigurationオブジェクトを削除します。oc delete MutatingWebhookConfiguration spo-mutating-webhook-configuration
$ oc delete MutatingWebhookConfiguration spo-mutating-webhook-configurationCopy to Clipboard Copied! Toggle word wrap Toggle overflow