Відгуки: Cloud Operations for GKE

Відгуки: Cloud Operations for GKE

6293 відгуки

Jonatan W. · Відгук надано більше 2 років тому

Kirill B. · Відгук надано більше 2 років тому

Djalma N. · Відгук надано більше 2 років тому

There is an error generated during terraform apply. the fix is to remove the beta1 from the manifest resource version. ``` │ Error: local-exec provisioner error │ │ with google_container_cluster.primary, │ on resources.tf line 60, in resource "google_container_cluster" "primary": │ 60: provisioner "local-exec" { │ │ Error running command 'kubectl -n default apply -f ../manifests/rbac-setup.yaml --as=admin │ --as-group=system:masters': exit status 1. Output: serviceaccount/prometheus created │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRole" in version │ "rbac.authorization.k8s.io/v1beta1" │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRoleBinding" in version │ "rbac.authorization.k8s.io/v1beta1" ```

Yuriy L. · Відгук надано більше 2 років тому

Ahmed H. · Відгук надано більше 2 років тому

lab not functioning, and not simple explanation. Make another one please.

Ossi H. · Відгук надано більше 2 років тому

There are errors, application fails to deploy. First make step fails with following logs: Error: local-exec provisioner error │ │ with google_container_cluster.primary, │ on resources.tf line 60, in resource "google_container_cluster" "primary": │ 60: provisioner "local-exec" { │ │ Error running command 'kubectl -n default apply -f ../manifests/rbac-setup.yaml --as=admin --as-group=system:masters': exit status 1. Output: serviceaccount/prometheus created │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1" │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"

Big T. · Відгук надано більше 2 років тому

Satish B. · Відгук надано більше 2 років тому

Rajesh Kumar K. · Відгук надано більше 2 років тому

Dzmitry D. · Відгук надано більше 2 років тому

Nils D. · Відгук надано більше 2 років тому

puneet g. · Відгук надано більше 2 років тому

Nobuo E. · Відгук надано більше 2 років тому

Vinayak K. · Відгук надано більше 2 років тому

Alfredo P. · Відгук надано більше 2 років тому

google_container_cluster.primary: Still creating... [6m10s elapsed] google_container_cluster.primary: Provisioning with 'local-exec'... google_container_cluster.primary (local-exec): Executing: ["/bin/sh" "-c" "gcloud container clusters get-credentials stackdriver-monitoring-tutorial --zone us-central1-a --project qwiklabs-gcp-01-8fd83caa626d"] google_container_cluster.primary (local-exec): Fetching cluster endpoint and auth data. google_container_cluster.primary (local-exec): kubeconfig entry generated for stackdriver-monitoring-tutorial. google_container_cluster.primary: Provisioning with 'local-exec'... google_container_cluster.primary (local-exec): Executing: ["/bin/sh" "-c" "kubectl -n default apply -f ../manifests/rbac-setup.yaml --as=admin --as-group=system:masters"] google_container_cluster.primary: Still creating... [6m20s elapsed] google_container_cluster.primary (local-exec): serviceaccount/prometheus created google_container_cluster.primary (local-exec): unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1" google_container_cluster.primary (local-exec): unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1" ╷ │ Error: local-exec provisioner error │ │ with google_container_cluster.primary, │ on resources.tf line 60, in resource "google_container_cluster" "primary": │ 60: provisioner "local-exec" { │ │ Error running command 'kubectl -n default apply -f ../manifests/rbac-setup.yaml --as=admin --as-group=system:masters': exit status 1. Output: serviceaccount/prometheus created │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1" │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"

Bob B. · Відгук надано більше 2 років тому

google_container_cluster.primary: Still creating... [6m20s elapsed] google_container_cluster.primary: Provisioning with 'local-exec'... google_container_cluster.primary (local-exec): Executing: ["/bin/sh" "-c" "gcloud container clusters get-credentials stackdriver-monitoring-tutorial --zone us-central1-a --project qwiklabs-gcp-02-e5ecf3fb2feb"] google_container_cluster.primary (local-exec): Fetching cluster endpoint and auth data. google_container_cluster.primary (local-exec): kubeconfig entry generated for stackdriver-monitoring-tutorial. google_container_cluster.primary: Provisioning with 'local-exec'... google_container_cluster.primary (local-exec): Executing: ["/bin/sh" "-c" "kubectl -n default apply -f ../manifests/rbac-setup.yaml --as=admin --as-group=system:masters"] google_container_cluster.primary: Still creating... [6m30s elapsed] google_container_cluster.primary (local-exec): serviceaccount/prometheus created google_container_cluster.primary (local-exec): unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1" google_container_cluster.primary (local-exec): unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1" ╷ │ Error: local-exec provisioner error │ │ with google_container_cluster.primary, │ on resources.tf line 60, in resource "google_container_cluster" "primary": │ 60: provisioner "local-exec" { │ │ Error running command 'kubectl -n default apply -f ../manifests/rbac-setup.yaml --as=admin --as-group=system:masters': exit status 1. Output: serviceaccount/prometheus created │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1" │ unable to recognize "../manifests/rbac-setup.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1" │ ╵ make: *** [Makefile:26: create] Error 1 student_01_08fbfb6ad7d9@cloudshell:~/gke-monitoring-tutorial (qwiklabs-gcp-02-e5ecf3fb2feb)$

Bob B. · Відгук надано більше 2 років тому

keeps erroring out; might need to update the repo

Joe B. · Відгук надано більше 2 років тому

RISHIKANT G. · Відгук надано більше 2 років тому

Carlos V. · Відгук надано більше 2 років тому

Levente N. · Відгук надано більше 2 років тому

동형 강. · Відгук надано більше 2 років тому

Error: local-exec provisioner error; make: *** [Makefile:26: create] Error 1

John W. · Відгук надано більше 2 років тому

YUQUAN W. · Відгук надано більше 2 років тому

Tatiana S. · Відгук надано більше 2 років тому

Ми не гарантуємо, що опубліковані відгуки написали клієнти, які придбали продукти чи скористалися ними. Відгуки не перевіряються Google.