Update common Prometheus files (#8) Signed-off-by: prombot prometheus-team@googlegroups.com
Update common Prometheus files (#8)
Signed-off-by: prombot prometheus-team@googlegroups.com
Kubernetes Demo Site
You will need several env vars from the Prometheus Team secrets storage in order to apply changes.
export AWS_ACCESS_KEY_ID=XXX
export AWS_SECRET_ACCESS_KEY=XXX
export AWS_REGION=ams3
export PULUMI_CONFIG_PASSPHRASE=XXX
PULUMI_BACKEND_URL='s3://prometheus-ci/kube-demo-site/do-k8s?endpoint=ams3.digitaloceanspaces.com&s3ForcePathStyle=true'
After this you can cd do-k8s and run Pulumi commands.
cd do-k8s
pulumi login pulumi up
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
kube-demo-site
Kubernetes Demo Site
Pulumi
You will need several env vars from the Prometheus Team secrets storage in order to apply changes.
export AWS_ACCESS_KEY_ID=XXXexport AWS_SECRET_ACCESS_KEY=XXXexport AWS_REGION=ams3export PULUMI_CONFIG_PASSPHRASE=XXXPULUMI_BACKEND_URL='s3://prometheus-ci/kube-demo-site/do-k8s?endpoint=ams3.digitaloceanspaces.com&s3ForcePathStyle=true'After this you can
cd do-k8sand run Pulumi commands.