Skip to content

Commit

Permalink
docs: include gke in Kube Discovery config list (gravitational#29725)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jul 28, 2023
1 parent d2898b9 commit 90774ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/pages/kubernetes-access/discovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@ discovery_service:
# Optional section: Defaults to "*":"*"
tags:
"env": "prod"
# Matchers for discovering GCP-hosted resources.
gcp:
# GCP resource types. Valid options are:
# 'gke' - discovers and registers GCP GKE Kubernetes Clusters.
- types: ["gke"]
# GCP location to search for resources from. Valid options are:
# '*' - discovers resources in all locations (default).
# Any valid GCP region or zone name.
locations: ["*"]
# GCP project ID
project_ids: ["myproject"]
# GCP resource tag filters used to match resources.
# Optional section: Defaults to "*":"*"
tags:
"*" : "*"
```

### Forwarding requests to the Kubernetes Cluster
Expand Down

0 comments on commit 90774ac

Please sign in to comment.