Skip to content

Commit

Permalink
Merge pull request #967 from ameukam/deploy-triageparty
Browse files Browse the repository at this point in the history
Deploy triage-party
  • Loading branch information
k8s-ci-robot authored Jun 29, 2020
2 parents 86431b1 + f5bba91 commit 1e77e34
Show file tree
Hide file tree
Showing 7 changed files with 562 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/gcp/ensure-static-ips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ADDRESSES=(
"perf-dash-k8s-io-ingress-prod"
"slack-infra-ingress-prod"
"node-perf-dash-k8s-io-ingress-prod"
"triage-party-release-ingress-prod"
)

for address in "${ADDRESSES[@]}"; do
Expand Down
21 changes: 21 additions & 0 deletions triage-party/release-team/README.md
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/
```
Loading

0 comments on commit 1e77e34

Please sign in to comment.