Update KOPSonAWS.md

This commit is contained in:
Harry Lee
2017-11-09 09:40:52 +02:00
parent 6b5681a0c1
commit b071ae02ca

View File

@@ -14,8 +14,7 @@ Example:
```bash
git clone -b master https://github.com/coreos/prometheus-operator.git prometheus-operator-temp;
cd prometheus-operator-temp/contrib/kube-prometheus
./hack/cluster-monitoring/deploy
kubectl -n kube-system create -f manifests/k8s/self-hosted/
./hack/cluster-monitoring/self-hosted-deploy
cd -
rm -rf prometheus-operator-temp
```