forked from openshift/managed-cluster-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSD-6646: osd-cluster-ready Job is managed by configure-alertmanager-…
…operator - With openshift/configure-alertmanager-operator#143, configure-alertmanager-operator is responsible for deploying osd-cluster-ready, so that Job manifest is removed. - openshift/osd-cluster-ready#7 removes the logic that talks to prometheus and alertmanager, so `pods/exec` permissions are removed. - It's weird that this RBAC should still live here in MCC. Add a README acknowledging/explaining that. OSD-6646
- Loading branch information
Showing
6 changed files
with
12 additions
and
114 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -12,9 +12,3 @@ rules: | |
verbs: | ||
- get | ||
- list | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- pods/exec | ||
verbs: | ||
- create |
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
# osd-cluster-ready RBAC | ||
|
||
This directory contains the RBAC artifacts -- ServiceAccount and [Cluster]Role[Bindings] -- for the [osd-cluster-ready](https://github.com/openshift/osd-cluster-ready) Job that is managed by [configure-alertmanager-operator](https://github.com/openshift/configure-alertmanager-operator). | ||
|
||
This is in lieu of having it either: | ||
- In osd-cluster-ready itself. | ||
We have a [deploy/ directory](https://github.com/openshift/osd-cluster-ready/tree/master/deploy) there already, but those artifacts are not used for real deployments currently. | ||
Unclear how we would do that. | ||
- In [configure-alertmanager-operator](https://github.com/openshift/configure-alertmanager-operator), because that would seem weird. | ||
|
||
That said, it is awkward having it here, because now there are three different repositories that manage (different aspects of) osd-cluster-ready. | ||
So we may some day try to move it. |
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