-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[prometheus-operator] Rename to kube-prometheus-stack #1
Merged
Merged
Changes from 54 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
c4a20c3
Initial chart direectory rename prometheus-operator to kube-prometheus
scottrigby 50dbbaf
First attempt at data change of prometheus-operator to kube-prometheus
scottrigby 4d30971
Helm GH Action files as-is from https://github.com/helm/charts-repo-a…
scottrigby 2301461
Bump chart-testing action to v1.0.0. See https://github.com/helm/char…
scottrigby 9ebf148
Changes to chart testing config file for this repo
scottrigby c584acb
Use built-in GITHUB_TOKEN now that GH Actions bug is fixed. See https…
scottrigby da0b4e0
Test actions with version bump to prometheus chart
scottrigby fef0c46
Bump chart-releaser-action and kind-action to v1.0.0
scottrigby b5f43fd
Release from main not master branch
scottrigby e727021
Revert "Test actions with version bump to prometheus chart"
scottrigby 5ba0e88
Allow requirements lock files
scottrigby 52eae40
Initial CODEOWNERS file (#18)
scottrigby a94381a
Prep initial charts indexing (#14)
scottrigby 08fa414
Add kube-prometheus chart maintainers to CODEOWNERS after merging main
scottrigby 4ce7966
Un-deprecate chart within renaming to kube-prometheus PR
scottrigby 2e12e18
Change all references to old coreos/prometheus-operator and coreos/ku…
scottrigby b45902c
Remove stray CODEOWNERS rule for charts/prometheus-operator/
scottrigby 849e6f4
Fix typo
scottrigby 2376e67
Update charts/kube-prometheus/hack/README.md
scottrigby 9d321b2
Update charts/kube-prometheus/hack/README.md
scottrigby 8decfc3
Update charts/kube-prometheus/hack/README.md
scottrigby a187122
Update charts/kube-prometheus/templates/prometheus/rules/prometheus-o…
scottrigby de611e1
Update charts/kube-prometheus/templates/prometheus/rules/node.rules.yaml
scottrigby b8831e8
Update charts/kube-prometheus/templates/prometheus/rules/node-network…
scottrigby 2b3bac7
Update charts/kube-prometheus/templates/prometheus/rules/node-time.yaml
scottrigby 2ce5527
Update charts/kube-prometheus/templates/prometheus/rules/kubernetes-s…
scottrigby 7327130
Update charts/kube-prometheus/README.md
scottrigby 940afde
Update dependency location and remove README note about chart source …
scottrigby 7143e7e
Fix markdownlint
scottrigby 0e7149e
Update kube-prometheus per new README template. See #14
scottrigby fa1d5b4
Remove requirements lock file for now, otherwise if we release the ch…
scottrigby 143b136
Non-functional: update commented links to CRD sources
scottrigby 8551937
Add GitHub superlinter to lint markdown (#26)
torstenwalter 0dc6452
Add configuration for Stale GitHub app (#27)
torstenwalter 8cb1907
disabled failing linters and fixed markdown issues (#32)
torstenwalter faa9e79
Rename chart dir
scottrigby d24a534
Update CODEOWNERS for new chart dir name
scottrigby a13fb8c
Rename instances of kube-prometheus to kube-prometheus-stack. Take ca…
scottrigby aec739d
Chart testing needs this repo info to test chart dependencies in the …
scottrigby c4f61d3
Auto-sync README from main to gh-pages (#41)
scottrigby 08d2dce
Improve README for main and gh pages (#43)
scottrigby a5c1619
[prometheus] unify labels and annotations across all deploymens and s…
hmlkao 17d071b
[prometheus-redis-exporter] Add zanhsieh as maintainer (#46)
zanhsieh d4eb662
added link to github to readme (#51)
monotek 9b6575a
Add PROCESSES document (#44)
torstenwalter 36685a7
feat: adding issue templates (#54)
gkarthiks a48717c
[prometheus-consul-exporter] add gkarthiks as additional maintainers …
gkarthiks 7cdaa41
[prometheus] - adds monotek to prometheus maintainers (#55)
monotek 7488d27
[prometheus-blackbox-exporter] fix linting failure due to deprecated …
JorritSalverda 317d2aa
formatted GitHub templates and made minor adjustments (#59)
torstenwalter 6146874
[kube-prometheus-stack] Fix Chart Name and Rm Whitespaces in "NOTES.t…
Xtigyro e729fdb
feat: replacing grafana rom stable to its own repo + additional chart…
gkarthiks c6a2766
Add scottrigby as co-maintainer of kube-prometheus-stack
scottrigby cb157fb
Merge remote-tracking branch 'origin/main' into rename-prometheus-ope…
scottrigby 5a8c3aa
Merge branch 'main' into rename-prometheus-operator-kube-prometheus
torstenwalter dd5a5ee
add xtigyro as maintainer for kube-prometheus-stack (#73)
Xtigyro bdb6827
Revert header for simplicity
scottrigby File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Add dependency chart repos | ||
run: | | ||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/ | ||
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ | ||
helm repo add grafana https://grafana.github.io/helm-charts | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
OWNERS | ||
hack/ | ||
ci/ | ||
prometheus-operator-*.tgz | ||
kube-prometheus-*.tgz |
6 changes: 4 additions & 2 deletions
6
charts/prometheus-operator/CONTRIBUTING.md → charts/kube-prometheus-stack/CONTRIBUTING.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Contributing Guidelines | ||
|
||
## How to contribute to this chart | ||
|
||
1. Fork this repository, develop and test your Chart. | ||
1. Bump the chart version for every change. | ||
1. Ensure PR title has the prefix `[stable/prometheus-operator]` | ||
1. Ensure PR title has the prefix `[kube-prometheus-stack]` | ||
1. When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories | ||
1. Check the `hack/minikube` folder has scripts to set up minikube and components of this chart that will allow all components to be scraped. You can use this configuration when validating your changes. | ||
1. Check for changes of RBAC rules. | ||
1. Check for changes in CRD specs. | ||
1. PR must pass the linter (`helm lint`) | ||
1. PR must pass the linter (`helm lint`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: v1 | ||
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. | ||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png | ||
engine: gotpl | ||
maintainers: | ||
- name: vsliouniaev | ||
- name: bismarck | ||
- name: gianrubio | ||
email: [email protected] | ||
- name: gkarthiks | ||
email: [email protected] | ||
- name: scottrigby | ||
email: [email protected] | ||
name: kube-prometheus-stack | ||
sources: | ||
- https://github.com/prometheus-operator/kube-prometheus | ||
- https://github.com/prometheus-operator/prometheus-operator | ||
version: 9.3.3 | ||
appVersion: 0.38.1 | ||
tillerVersion: ">=2.12.0" | ||
home: https://github.com/prometheus-operator/kube-prometheus | ||
keywords: | ||
- operator | ||
- prometheus |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...theus-operator/crds/crd-alertmanager.yaml → ...ometheus-stack/crds/crd-alertmanager.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...metheus-operator/crds/crd-podmonitor.yaml → ...prometheus-stack/crds/crd-podmonitor.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...metheus-operator/crds/crd-prometheus.yaml → ...prometheus-stack/crds/crd-prometheus.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...us-operator/crds/crd-prometheusrules.yaml → ...theus-stack/crds/crd-prometheusrules.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eus-operator/crds/crd-servicemonitor.yaml → ...etheus-stack/crds/crd-servicemonitor.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...theus-operator/crds/crd-thanosrulers.yaml → ...ometheus-stack/crds/crd-thanosrulers.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...ometheus-operator/hack/minikube/README.md → ...-prometheus-stack/hack/minikube/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Testing on Minikube | ||
|
||
The configuration in this folder lets you locally test the setup on minikube. Use cmd.sh to set up components and hack a working etcd scrape configuration. Run the commands in the sequence listed in the script to get a local working minikube cluster. | ||
|
||
If you're using windows, there's a commented-out section that you should add to the minikube command. | ||
If you're using windows, there's a commented-out section that you should add to the minikube command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{{ $.Chart.Name }} has been installed. Check its status by running: | ||
kubectl --namespace {{ template "kube-prometheus-stack.namespace" . }} get pods -l "release={{ $.Release.Name }}" | ||
|
||
Visit https://github.com/prometheus-operator/kube-prometheus for instructions on how to create & configure Alertmanager and Prometheus instances using the Operator. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding yourself as a maintainer ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gianrubio I guess you are asking @scottrigby right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added