mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2025-04-28 01:15:48 +02:00
Change commands for initial deployment in README following previous commit.
This commit is contained in:
parent
80bedf1e20
commit
dc05e829cd
@ -54,7 +54,7 @@ $ make deploy
|
|||||||
# Or manually:
|
# Or manually:
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
$ kubectl apply -f manifests/
|
$ kubectl apply -f manifests/setup/
|
||||||
|
|
||||||
# It can take a few seconds for the above 'create manifests' command to fully create the following resources, so verify the resources are ready before proceeding.
|
# It can take a few seconds for the above 'create manifests' command to fully create the following resources, so verify the resources are ready before proceeding.
|
||||||
$ until kubectl get customresourcedefinitions servicemonitors.monitoring.coreos.com ; do date; sleep 1; echo ""; done
|
$ until kubectl get customresourcedefinitions servicemonitors.monitoring.coreos.com ; do date; sleep 1; echo ""; done
|
||||||
|
Loading…
Reference in New Issue
Block a user