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-configuration
Copy to Clipboard Copied! Toggle word wrap Toggle overflow