Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
ebffe0da
Commit
ebffe0da
authored
7 years ago
by
Arve Knudsen
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Refer to CRDs as opposed to TPRs
parent
bbfabfaf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hack/cluster-monitoring/deploy
+1
-1
1 addition, 1 deletion
hack/cluster-monitoring/deploy
with
1 addition
and
1 deletion
hack/cluster-monitoring/deploy
+
1
−
1
View file @
ebffe0da
...
@@ -16,7 +16,7 @@ kctl() {
...
@@ -16,7 +16,7 @@ kctl() {
kctl apply
-f
manifests/prometheus-operator
kctl apply
-f
manifests/prometheus-operator
# Wait for
TPR
s to be ready.
# Wait for
CRD
s to be ready.
printf
"Waiting for Operator to register custom resource definitions..."
printf
"Waiting for Operator to register custom resource definitions..."
until
kctl get customresourcedefinitions servicemonitors.monitoring.coreos.com
>
/dev/null 2>&1
;
do
sleep
1
;
printf
"."
;
done
until
kctl get customresourcedefinitions servicemonitors.monitoring.coreos.com
>
/dev/null 2>&1
;
do
sleep
1
;
printf
"."
;
done
until
kctl get customresourcedefinitions prometheuses.monitoring.coreos.com
>
/dev/null 2>&1
;
do
sleep
1
;
printf
"."
;
done
until
kctl get customresourcedefinitions prometheuses.monitoring.coreos.com
>
/dev/null 2>&1
;
do
sleep
1
;
printf
"."
;
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment