freehck.k8s_namespace
freehck.k8s_namespace
管理 k8s 命名空间。
描述
此角色仅创建或删除 Kubernetes 命名空间。
角色变量
k8s_namespace_name
: 命名空间名称,必填参数
k8s_namespace_state
: 命名空间状态,present
(存在)/absent
(不存在),默认值为 present
示例
- role: freehck.k8s_namespace
k8s_namespace_name: "my-namespace"
k8s_namespace_state: "present"
安装
这个角色可以从 Ansible Galaxy 安装:
ansible-galaxy install freehck.k8s_namespace
许可证
MIT
作者信息
Dmitrii Kashin, freehck@freehck.ru
安装
ansible-galaxy install freehck.k8s_namespace
许可证
Unknown
下载
197
拥有者