AHYBRID072 Enforcing Policy with Anthos Config Management Policy Controller のレビュー

1799 件のレビュー

Schieban Konrad · 1年以上前にレビュー済み

Anandaramaiah Chethan · 1年以上前にレビュー済み

Rezende Paulo · 1年以上前にレビュー済み

Nacar Mancebo Arturo · 1年以上前にレビュー済み

Humel Eduardo · 1年以上前にレビュー済み

Humel Eduardo · 1年以上前にレビュー済み

Oliveros Felix · 1年以上前にレビュー済み

Ranjan Singh Akhilesh · 1年以上前にレビュー済み

Celuppi Tiago · 1年以上前にレビュー済み

Lab Broken

Causey Ray · 1年以上前にレビュー済み

Cuamatzi Flores Cuauhtémoc · 1年以上前にレビュー済み

There is this small bug: student_00_ff1a823507ac@cloudshell:~ (qwiklabs-gcp-01-48f0915fc630)$ cat config-management.yaml apiVersion: configmanagement.gke.io/v1 kind: ConfigManagement metadata: name: config-management applySpecVersion: 1 spec: # Set to true to install and enable Policy Controller policyController: enabled: true # Uncomment to prevent the template library from being installed # templateLibraryInstalled: false # Uncomment to enable support for referential constraints # referentialRulesEnabled: true # Uncomment to disable audit, adjust value to set audit interval # auditIntervalSeconds: 0 # Uncomment to log all denies and dryrun failures # logDeniesEnabled: true # Uncomment to exempt namespaces # exemptableNamespaces: ["namespace-name"] # ...other fields... student_00_ff1a823507ac@cloudshell:~ (qwiklabs-gcp-01-48f0915fc630)$ gcloud beta container fleet config-management apply --membership=${CLUSTER_NAME}-connect --config=config-management.yaml --project=$PROJECT_ID ERROR: (gcloud.beta.container.fleet.config-management.apply) Please remove illegal field(s) .apiVersion, .kind, .metadata student_00_ff1a823507ac@cloudshell:~ (qwiklabs-gcp-01-48f0915fc630)$ Solution To resolve this issue, you need to remove the illegal fields from your YAML file. Here’s how you can modify your config-management.yaml: Remove the following lines: apiVersion: configmanagement.gke.io/v1 kind: ConfigManagement metadata: Your modified YAML should look like this: yaml applySpecVersion: 1 spec: policyController: enabled: true # Uncomment to prevent the template library from being installed # templateLibraryInstalled: false # Uncomment to enable support for referential constraints # referentialRulesEnabled: true # Uncomment to disable audit, adjust value to set audit interval # auditIntervalSeconds: 0 # Uncomment to log all denies and dryrun failures # logDeniesEnabled: true # Uncomment to exempt namespaces # exemptableNamespaces: ["namespace-name"] # ...other fields... Re-run the command: After making these changes, try running the command again: bash gcloud beta container fleet config-management apply --membership=${CLUSTER_NAME}-connect --config=config-management.yaml --project=$PROJECT_ID

Stojanović Bojan · 1年以上前にレビュー済み

Oliveira Lucas · 1年以上前にレビュー済み

Macias Alejandro · 1年以上前にレビュー済み

Yanthestya Leontinus · 1年以上前にレビュー済み

Good Lab. But there is an issue. In Task 2 Create the Anthos Policy Controller config file, the config file ended to "ERROR: (gcloud.beta.container.fleet.config-management.apply) Please remove illegal field(s) .apiVersion, .kind, .metadata". Please investgate.

Condon Rose · 1年以上前にレビュー済み

Abraham Garcia Maciel Erick · 1年以上前にレビュー済み

Lab is broken. # In Task 2: student_01_fe0f92db9b0c@cloudshell:~ (qwiklabs-gcp-02-ea36254591ad)$ gcloud beta container fleet config-management apply \ --membership=${CLUSTER_NAME}-connect \ --config=config-management.yaml \ --project=$PROJECT_ID ERROR: (gcloud.beta.container.fleet.config-management.apply) Please remove illegal field(s) .apiVersion, .kind, .metadata

Bernardes Marcelo · 1年以上前にレビュー済み

Received the following error and removed the fields identified in order to complete the lab: ERROR: (gcloud.beta.container.fleet.config-management.apply) Please remove illegal field(s) .apiVersion, .kind, .metadata

Staccio Jason · 1年以上前にレビュー済み

Tingling Jordan · 1年以上前にレビュー済み

Kaźmierczak Marek · 1年以上前にレビュー済み

Kaźmierczak Marek · 1年以上前にレビュー済み

Kaźmierczak Marek · 1年以上前にレビュー済み

Jankowski Piotr · 1年以上前にレビュー済み

GOOGLEUSER Suraj · 1年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。