GKE 用の Cloud オペレーション のレビュー

GKE 用の Cloud オペレーション のレビュー

6293 件のレビュー

Weckl Jonatan · 2年以上前にレビュー済み

Borisov Kirill · 2年以上前にレビュー済み

Nonato Djalma · 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" ```

Lesyuk Yuriy · 2年以上前にレビュー済み

HASSEN Ahmed · 2年以上前にレビュー済み

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

Hasebou Ossi · 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"

Trunk Big · 2年以上前にレビュー済み

Basetty Satish · 2年以上前にレビュー済み

Karnati Rajesh Kumar · 2年以上前にレビュー済み

Drepin Dzmitry · 2年以上前にレビュー済み

Dehn Nils · 2年以上前にレビュー済み

garg puneet · 2年以上前にレビュー済み

Enami Nobuo · 2年以上前にレビュー済み

Kamath Vinayak · 2年以上前にレビュー済み

PORTINARI GREGGIO LUCENTE MARANCA Alfredo · 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"

Bobberson Bob · 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)$

Bobberson Bob · 2年以上前にレビュー済み

keeps erroring out; might need to update the repo

Bonomo Joe · 2年以上前にレビュー済み

GOSWAMI RISHIKANT · 2年以上前にレビュー済み

Valvecchia Carlos · 2年以上前にレビュー済み

Nagy Levente · 2年以上前にレビュー済み

강 동형 · 2年以上前にレビュー済み

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

Waldron John · 2年以上前にレビュー済み

WANG YUQUAN · 2年以上前にレビュー済み

Streltsova Tatiana · 2年以上前にレビュー済み

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