GitLab与Kubernetes进行了很好的集成:https://docs.gitlab.com/ce/user/project/clusters/
我们正在积极开发中,因此请定期创建集群。
因此,我们已经自动完成了将群集附加到GitLab的大部分过程。
但是,GitLab API仅允许在 Project 级别附加: https://docs.gitlab.com/ee/api/project_clusters.html#add-existing-cluster-to-project
在 Group 级别上没有附加的API。
我只能猜测这是因为组级别的Kubernetes集群仍在 Beta 中:https://docs.gitlab.com/ee/user/group/clusters/index.html
还可以吗?
也许还有API的“测试版”版本,对早期采用者开放?
在GitLab待办事项中也提出了这个问题:https://gitlab.com/gitlab-org/gitlab-ce/issues/64218
幸运的是,确实有一项将群集API扩展到网上论坛的计划:https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30213