Skip to content
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

Deploy triage-party #967

Merged
merged 1 commit into from
Jun 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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