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
3bc8b3a7
Commit
3bc8b3a7
authored
8 years ago
by
Frederic Branczyk
Browse files
Options
Downloads
Patches
Plain Diff
kube-prometheus: timing issue fixed with prometheus-watcher
parent
d9086e98
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
hack/cluster-monitoring/deploy
+0
-6
0 additions, 6 deletions
hack/cluster-monitoring/deploy
with
0 additions
and
6 deletions
hack/cluster-monitoring/deploy
+
0
−
6
View file @
3bc8b3a7
...
@@ -32,12 +32,6 @@ kctl apply -f manifests/prometheus/prometheus-k8s-service.yaml
...
@@ -32,12 +32,6 @@ kctl apply -f manifests/prometheus/prometheus-k8s-service.yaml
kctl apply
-f
manifests/alertmanager/alertmanager-config.yaml
kctl apply
-f
manifests/alertmanager/alertmanager-config.yaml
kctl apply
-f
manifests/alertmanager/alertmanager-service.yaml
kctl apply
-f
manifests/alertmanager/alertmanager-service.yaml
# unfortunately statefulsets cannot be changed except for their replica count
# so we need to make sure that the rule files are created before we create the
# prometheus resource so it can properly discover the rule files when creating
# the statefulset
sleep
5
# `kubectl apply` is currently not working for third party resources so we are
# `kubectl apply` is currently not working for third party resources so we are
# using `kubectl create` here for the time being.
# using `kubectl create` here for the time being.
# (https://github.com/kubernetes/kubernetes/issues/29542)
# (https://github.com/kubernetes/kubernetes/issues/29542)
...
...
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