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

Setup kettle namespace #1860

Merged
merged 1 commit into from
Apr 1, 2021
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
11 changes: 11 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ groups:
members:
- k8s-infra-rbac-cert-manager@kubernetes.io
- k8s-infra-rbac-gcsweb@kubernetes.io
- k8s-infra-rbac-kettle@kubernetes.io
- k8s-infra-rbac-k8s-io-canary@kubernetes.io
- k8s-infra-rbac-k8s-io-prod@kubernetes.io
- k8s-infra-rbac-perfdash@kubernetes.io
Expand Down Expand Up @@ -374,6 +375,16 @@ groups:
- thockin@google.com
- spiffxp@gmail.com

- email-id: k8s-infra-rbac-kettle@kubernetes.io
name: k8s-infra-rbac-kettle
description: |
Grants access to the `namespace-user` role in the `kettle` namespace on the `aaa` cluster
settings:
ReconcileMembers: "true"
WhoCanViewMembership: "ALL_MEMBERS_CAN_VIEW" # required
members:
- k8s-infra-prow-oncall@kubernetes.io
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MushuEE isnt in this group AFAIK (I would be ok if we changed that though)


- email-id: k8s-infra-rbac-k8s-io-canary@kubernetes.io
name: k8s-infra-rbac-k8s-io-canary
description: |-
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/namespaces/ensure-namespaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ parse_args "$@";

ALL_PROJECTS=(
gcsweb
kettle
k8s-io-prod
k8s-io-canary
node-perf-dash
Expand Down