GoogleCloudPlatform / GoogleCloudPlatform/k8s-stackdriver
Allow event-exporter to run outside of GCE
Open
- Dominant language
- Go
- Stars
- 409
- Forks
- 236
- Avg merge
- 2h 34m
- Merged PRs (30d)
- 9
Description
Currently the event-exporter will not run outside of GCE because it uses the GCP metadata server to fetch the GCP project, cluster name and cluster location. This can be fixed quite easily by first attempting to get these values from environment variables, and if a variable is not set, get the value from metadata like before. I can submit a PR for this if that sounds like a good solution.
Contributor guide
Assessment
This issue has not been assessed yet.