-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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 #16696 from jmhbnz/fix-infra-admins-typo
Fix typo in ci infra admins table
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ Access to the infrastructure is defined by the infra admins table below: | |
|---------------------------|----------------|--------------------|--------------------| | ||
| Marek Siarkowicz | @serathius | @ Serathius | Ref MAINTAINERS | | ||
| Benjamin Wang | @ahrtr | @ Benjamin Wang | Ref MAINTAINERS | | ||
| Davanum Srinivas | @dimns | @ Dims | [email protected] | | ||
| Davanum Srinivas | @dims | @ Dims | [email protected] | | ||
| Chao Chen | @chaochn47 | @ Chao Chen | [email protected] | | ||
| James Blair | @jmhbnz | @ James Blair | Ref MAINTAINERS | | ||
|
||
|
@@ -37,6 +37,8 @@ An etcd project exists under the CNCF organisation in the Equinix Metal web cons | |
|
||
When a new person is added to the infra admins table, an existing member or etcd maintainer should raise an issue in the [CNCF Community Infrastructure Labs](https://github.com/cncf/cluster/issues) to ensure they are granted web console access. | ||
|
||
Refer to example issue: <https://github.com/cncf/cluster/issues/242>. | ||
|
||
### 2. Server ssh access | ||
|
||
Infra admins can ssh directly to the servers with a dedicated user account for each person, usernames are based on github handles for easy recognition in logs. These infra admins will be able to elevate to the `root` user when necessary via `sudo`. | ||
|