gke-monitoring-tutorial icon indicating copy to clipboard operation
gke-monitoring-tutorial copied to clipboard

This project walks you through setting up monitoring and visualizing metrics from a Kubernetes Engine cluster. The logs from the Kubernetes Engine cluster will be leveraged to walk through the monitor...

Results 9 gke-monitoring-tutorial issues
Sort by recently updated
recently updated
newest added

Fixed Issue #42 rbac.authorization.k8s.io/v1beta1 is no longer served as of v.1.22.

When i run this tutorial with qwiklabs.. i found that `make create` exit with error. ### Cause With repository's terraform configuration, it creates v1.22.x k8s cluster now. and `manifests/rbac-setup.yaml` used...

**After running the below command:** `make create` │ Warning: Version constraints inside provider configuration blocks are deprecated │ │ on provider.tf line 19, in provider "google": │ 19: version =...

Hello, I'm using this tutorial from qwiklabs platform. When I tried to run the "make create" command I've obtained the following error: > google_container_cluster.primary: Still creating... [5m10s elapsed] > >...

Issue: While executing the command "make create", we get 'Error: "zone": [Removed] Use location instead' error. Workaround: 'zone' parameter should be replaced with 'location'. Same has been updated in this...

Hi I use your tutorial and it's working fine. But you use stackdriver-prometheus image which seems to be obsolete and now superceded by stackdriver-prometheus-sidecar https://github.com/Stackdriver/stackdriver-prometheus is read-only https://github.com/Stackdriver/stackdriver-prometheus-sidecar Could you...

I'd change the terraform code to create project first if we need to rely on a default network. ```google_project_service.monitoring: Creation complete after 12s (ID: awolde-moni-proj-cgai/monitoring.googleapis.com) Error: Error applying plan: 1...

Before suggesting destroying the cluster, a list of things to notice about the setup, along with some basic scenarios to try, would be helpful. Ideas: * Spiking CPU on node,...