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
e08a1ec7
Unverified
Commit
e08a1ec7
authored
2 years ago
by
Paweł Krupa
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1860 from rdavid/update-readme
parents
6190853c
c4129e54
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-2
5 additions, 2 deletions
README.md
with
5 additions
and
2 deletions
README.md
+
5
−
2
View file @
e08a1ec7
...
@@ -59,10 +59,13 @@ Though for a quickstart a compiled version of the Kubernetes [manifests](manifes
...
@@ -59,10 +59,13 @@ Though for a quickstart a compiled version of the Kubernetes [manifests](manifes
```
shell
```
shell
# Create the namespace and CRDs, and then wait for them to be available before creating the remaining resources
# Create the namespace and CRDs, and then wait for them to be available before creating the remaining resources
# Note that due to some CRD size we are using kubectl server-side apply feature which is generally available since kubernetes 1.22.
# Note that due to some CRD size we are using kubectl server-side apply feature which is generally available since kubernetes 1.22.
# If you are using previous kubernetes versions this feature may not be available and you would need to use kubectl create instead.
# If you are using previous kubernetes versions this feature may not be available and you would need to use kubectl create instead.
kubectl apply
--server-side
-f
manifests/setup
kubectl apply
--server-side
-f
manifests/setup
until
kubectl get servicemonitors
--all-namespaces
;
do
date
;
sleep
1
;
echo
""
;
done
kubectl
wait
\
--for
condition
=
Established
\
--all
CustomResourceDefinition
\
--namespace
=
monitoring
kubectl apply
-f
manifests/
kubectl apply
-f
manifests/
```
```
...
...
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