You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kube/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Kubernetes setup
2
2
3
-
This directory contains patch scripts to inject the Prometheus sidecar into
4
-
existing Prometheus installations and to deploy a full example setup.
3
+
This directory contains patch scripts to configure the Stackdriver Prometheus integration to work with the Prometheus server. See the [user documentation](https://cloud.google.com/monitoring/kubernetes-engine/prometheus) for more details.
5
4
6
5
Required environment variables:
7
6
*`KUBE_NAMESPACE`: namespace to run the script against
@@ -42,8 +41,7 @@ Injects sidecar into Prometheus deployments controlled by the [prometheus-operat
42
41
43
42
## `full/deploy.sh`
44
43
45
-
Deploys a basic Prometheus deployment to monitor Kubernetes components and
46
-
custom services that are annotated with the well-known `prometheus.io/*` annotations.
44
+
Deploys a basic Prometheus deployment that generates metric data useful for testing. This setup may incur charges and isn't intended for use in production.
echo"Deploy to namespace ${KUBE_NAMESPACE} for Stackdriver project ${GCP_PROJECT} (location=${GCP_REGION}, cluster=${KUBE_CLUSTER})"
13
+
echo"Deploying test environment to namespace ${KUBE_NAMESPACE} for Stackdriver project ${GCP_PROJECT} (location=${GCP_REGION}, cluster=${KUBE_CLUSTER})"
0 commit comments