Renforcer la sécurité des configurations par défaut des clusters GKE avis
Chargement...
Aucun résultat.

Google Cloud Skills Boost

Mettez en pratique vos compétences dans la console Google Cloud

Renforcer la sécurité des configurations par défaut des clusters GKE avis

10936 avis

error in task#7

Hapid R. · Examiné il y a environ 2 ans

Fandi H. · Examiné il y a environ 2 ans

error trying to implement Task 7.....error: resource mapping not found for name: "restrictive-psp" namespace: "" from "STDIN": no matches for kind "PodSecurityPolicy" in version "policy/v1beta1" ensure CRDs are installed first

Randyansyah .. · Examiné il y a environ 2 ans

Bruno F. · Examiné il y a environ 2 ans

As others have said. Task 7 is error. Solution " gcloud container clusters create simplecluster --zone $MY_ZONE --cluster-version 1.21.14-gke.18100 --num-nodes 2 --metadata=disable-legacy-endpoints=false " do this in step Task 1

Muhammad Ilham Akbar S. · Examiné il y a environ 2 ans

Edwin T. · Examiné il y a environ 2 ans

Bruno F. · Examiné il y a environ 2 ans

service account v1 beta is deprecated and removed on kubernetes v1.25

Bas T. · Examiné il y a environ 2 ans

Bryan P. · Examiné il y a environ 2 ans

Reza K. · Examiné il y a environ 2 ans

Rafi A. · Examiné il y a environ 2 ans

Lab cannot be completed because step 7 is outdated.

Wolfgang G. · Examiné il y a environ 2 ans

Rafael F. · Examiné il y a environ 2 ans

finally finish.. huft

HAIDAR W. · Examiné il y a environ 2 ans

David A. · Examiné il y a environ 2 ans

Lab is using PodSecurityPolicies which are deprecated and even no longer available at all on the kubernetes version running in GCP currently. Not possible to complete with 100% rate.

Maximilian W. · Examiné il y a environ 2 ans

cant finish this labb bcs the instruction is deprecated!!!

HAIDAR W. · Examiné il y a environ 2 ans

THANK YOU FOR WASTING MY TIME!! PLEASE CHECK ALL THE DEPRECATED DEPENDENCY!!! cat <<EOF | kubectl apply -f - --- apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: name: restrictive-psp annotations: seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default' apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default' seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default' apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default' spec: privileged: false # Required to prevent escalations to root. allowPrivilegeEscalation: false # This is redundant with non-root + disallow privilege escalation, # but we can provide it for defense in depth. requiredDropCapabilities: - ALL # Allow core volume types. volumes: - 'configMap' - 'emptyDir' - 'projected' - 'secret' - 'downwardAPI' # Assume that persistentVolumes set up by the cluster admin are safe to use. - 'persistentVolumeClaim' hostNetwork: false hostIPC: false hostPID: false runAsUser: # Require the container to run without root privileges. rule: 'MustRunAsNonRoot' seLinux: # This policy assumes the nodes are using AppArmor rather than SELinux. rule: 'RunAsAny' supplementalGroups: rule: 'MustRunAs' ranges: # Forbid adding the root group. - min: 1 max: 65535 fsGroup: rule: 'MustRunAs' ranges: # Forbid adding the root group. - min: 1 max: 65535 EOF

Astawan Z. · Examiné il y a environ 2 ans

cant finish this labb bcs the instruction is deprecated!!!

HAIDAR W. · Examiné il y a environ 2 ans

Richard A. · Examiné il y a environ 2 ans

THANK YOU FOR WASTING MY TIME!! PLEASE CHECK ALL THE DEPRECATED DEPENDENCY!!!

Astawan Z. · Examiné il y a environ 2 ans

Wahyu L. · Examiné il y a environ 2 ans

BUGGG

HAIDAR W. · Examiné il y a environ 2 ans

YOU NEED to specify the version. On task 1 no 2, paste this instead <gcloud container clusters create simplecluster --zone $MY_ZONE --num-nodes 2 --metadata=disable-legacy-endpoints=false --cluster-version=1.24.13-gke.500> After that, you wont get error on task 7 no 2.

Moch A. · Examiné il y a environ 2 ans

Moch A. · Examiné il y a environ 2 ans

Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.