diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-27 00:06:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-27 00:06:23 +0000 |
commit | bd8a202da68db8c61150d52e246997f04c329110 (patch) | |
tree | 27231f7ecf92696b90712510ea408fb7d1b6366b /doc | |
parent | 59a349817c0869e8e0d750884b34256ca4faefca (diff) | |
download | gitlab-ce-bd8a202da68db8c61150d52e246997f04c329110.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/clusters/add_remove_clusters.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/user/project/clusters/add_remove_clusters.md b/doc/user/project/clusters/add_remove_clusters.md index ad5a0c2273b..a1f437b6e54 100644 --- a/doc/user/project/clusters/add_remove_clusters.md +++ b/doc/user/project/clusters/add_remove_clusters.md @@ -211,33 +211,9 @@ GitLab supports: Before creating your first cluster on Amazon EKS with GitLab's integration, make sure the following requirements are met: -- Self-managed GitLab instances have the `create_eks_clusters` feature flag enabled. - An [Amazon Web Services](https://aws.amazon.com/) account is set up and you are able to log in. - You have permissions to manage IAM resources. -##### Enable the `create_eks_clusters` feature flag **(CORE ONLY)** - -Self-managed instances must have the feature flag `create_eks_clusters` enabled to create -EKS clusters. To enable EKS cluster creation, ask a GitLab administrator with Rails console access -to run the following command: - -```ruby -Feature.enable(:create_eks_clusters) -``` - -To have it enabled for a specific project only, ask a GitLab administrator to run the following -command using a Rails console: - -```ruby -Feature.enable(:create_eks_clusters, Project.find_by_full_path('my_group/my_project')) -``` - -To have this feature disabled, ask a GitLab administrator to run the following command: - -```ruby -Feature.disable(:create_eks_clusters) -``` - ##### Additional requirements for self-managed instances If you are using a self-managed GitLab instance, GitLab must first |