diff --git a/workshop/content/acm-multicluster.adoc b/workshop/content/acm-multicluster.adoc index fa1ffa43..4b0872a6 100644 --- a/workshop/content/acm-multicluster.adoc +++ b/workshop/content/acm-multicluster.adoc @@ -445,23 +445,29 @@ spec: - {key: environment, operator: In, values: ["dev"]} ``` -Namespaceには *default* と入力します。ポリシーはのRemedationは *Inform* を選択します。また、*Label* の項目で、*Values* が*dev* (つまりLocalクラスターを指定している)であることを確認します。 +Nameに *policy-etcdencryption* と入力し、 +Namespaceには *default* と入力します。 +* *Name*: `policy-etcdencryption` * *Namespace*: `default` -image::images/acm-5-4.png[] +入力した上で、コピーしたRAWデータをYAMLの欄に貼り付けます。 -image::images/acm-5-5.png[] +image::images/acm6-1.png[] -image::images/acm-5-6.png[] +3箇所、赤いマークが表示されるので、図にある通りの位置に *namespace: default* の行を追加します。 -image::images/acm-5-7.png[] +image::images/acm6-2.png[] -* すべてが正しいことを確認します。 +正しく追加すると、赤いマークが消えるので、消えたことを確認してください。 -* *Submit* をクリックします。 +image::images/acm6-3.png[] -image::images/acm-5-8.png[] +image::images/acm6-4.png[] + +* NEXTをクリックして、*5.Review* ですべてが正しく入力されていることを確認し、*Submit* をクリックします。 + +image::images/acm6-5.png[] SubmitをクリックするとPolicyが作成され、スキャンが始まります。 diff --git a/workshop/content/images/acm6-1.png b/workshop/content/images/acm6-1.png new file mode 100644 index 00000000..7b63e91f Binary files /dev/null and b/workshop/content/images/acm6-1.png differ diff --git a/workshop/content/images/acm6-2.png b/workshop/content/images/acm6-2.png new file mode 100644 index 00000000..cb6e1bc2 Binary files /dev/null and b/workshop/content/images/acm6-2.png differ diff --git a/workshop/content/images/acm6-3.png b/workshop/content/images/acm6-3.png new file mode 100644 index 00000000..2e56b00a Binary files /dev/null and b/workshop/content/images/acm6-3.png differ diff --git a/workshop/content/images/acm6-4.png b/workshop/content/images/acm6-4.png new file mode 100644 index 00000000..d8828b85 Binary files /dev/null and b/workshop/content/images/acm6-4.png differ diff --git a/workshop/content/images/acm6-5.png b/workshop/content/images/acm6-5.png new file mode 100644 index 00000000..a1f870a3 Binary files /dev/null and b/workshop/content/images/acm6-5.png differ