kubesphere-multi-tenant-management

仓库创建 2018年4月21日最近提交 12 天前SkillHot 收录 20 天前
▸ 精选理由

适合平台/运维管理员做日常账号与权限配置与审计。

▸ 风险提示

涉及用户与权限变更,必须严格遵循最小权限与审批流程。

这个 Skill 做什么

管理 KubeSphere 多租户的用户、工作空间、项目与角色绑定。

帮你在 KubeSphere 里创建用户、工作空间、项目并绑定角色权限,适合做用户与项目的日常开户、配置与权限分配。别用 kubectl edit/delete 或 API 直接删改,敏感操作要走 Console 的审批流程。只做生命周期与绑定管理,不负责删除或自定义角色创建,操作更安全可审计。

▸ 展开 SKILL.md 英文原文

KubeSphere multi-tenant management Skill. Use when user requests to create users, workspaces, projects, or assign roles/permissions. Supports user lifecycle management, workspace configuration, project creation, role binding. Do not perform any delete operations, do not create custom roles.

开发编程多租户用户管理权限工作空间通用
1.7w
Stars
2.7k
Forks
32
仓库内 Skill
+25
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-multi-tenant-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-multi-tenant-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# KubeSphere Multi-Tenant Management

## Security Guidelines

1. **Never use kubectl edit/delete** - Do NOT use `kubectl edit`, `kubectl delete`, or similar commands to modify or delete workspaces, projects, users, roles, or role bindings. These operations are sensitive and should be performed via KubeSphere Console with proper approval workflow.

2. **Never perform delete operations via API** - Do NOT delete users, workspaces, projects, roles, or role bindings via API. These operations must be performed manually via KubeSphere Console with proper approval workflow. Only use this skill for creating and querying resources.

3. **Never create custom roles** - Do NOT create custom roles (Role, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有