更新 robot/in.md

This commit is contained in:
2025-12-17 17:24:09 +08:00
parent 421fa706f3
commit 1d6d830aaf

View File

@@ -15,3 +15,13 @@ yes
-n tpex-sitlocal-robot
yes
```
### 如果上面没成功就添加编辑
```
kubectl create rolebinding prod-robot-edit --clusterrole=edit --serviceaccount=tpex-sitlocal-robot:tpex-sitlocal-robot -n tpex-sitlocal-robot
```
_______________-
```
kubectl create rolebinding prod-robot-edit --clusterrole=edit --serviceaccount命名空间:用户 -n prod
```