-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #967 from ameukam/deploy-triageparty
Deploy triage-party
- Loading branch information
Showing
7 changed files
with
562 additions
and
0 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
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,21 @@ | ||
# Triage Party for the Release Engineering Team | ||
|
||
[triage-party](https://github.com/google/triage-party) is used to facilitate the triage process during a kubernetes milestone. | ||
|
||
Please checkout [https://release.triage.k8s.io](https://release.triage.k8s.io) and feel free to provide any feedback via an issue or [sig-release](https://app.slack.com/client/T09NY5SBT/C2C40FMNF) on [https://kubernetes.slack.com/](slack). | ||
|
||
## Setup / Configuration | ||
|
||
The collections and rules used by Triage Party are located in the [configmap](configmap.yaml). | ||
|
||
The GitHub token is stored in Secret Manager in the `kubernetes-public` project, with access granted to members of `[email protected]`. | ||
|
||
## How to deploy | ||
|
||
- Have [access](https://github.com/kubernetes/k8s.io/blob/master/running-in-community-clusters.md) to the GKE cluster `aaa`. | ||
|
||
- From the `triage-party` directory run: | ||
|
||
```console | ||
kubectl apply -f release-team/ | ||
``` |
Oops, something went wrong.