Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1694e356
Commit
1694e356
authored
Dec 18, 2019
by
Tiger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update EKS cluster docs and help links to clarify IAM role requirements
parent
a99ffb52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/javascripts/create_cluster/eks_cluster/components/eks_cluster_configuration_form.vue
...eks_cluster/components/eks_cluster_configuration_form.vue
+1
-1
doc/user/project/clusters/add_remove_clusters.md
doc/user/project/clusters/add_remove_clusters.md
+3
-2
No files found.
app/assets/javascripts/create_cluster/eks_cluster/components/eks_cluster_configuration_form.vue
View file @
1694e356
...
...
@@ -153,7 +153,7 @@ export default {
),
{
startLink
:
'
<a href="https://docs.aws.amazon.com/eks/latest/userguide/
getting-started-console.html#role-creat
e" target="_blank" rel="noopener noreferrer">
'
,
'
<a href="https://docs.aws.amazon.com/eks/latest/userguide/
service_IAM_role.html#create-service-rol
e" target="_blank" rel="noopener noreferrer">
'
,
externalLinkIcon
:
this
.
externalLinkIcon
,
endLink
:
'
</a>
'
,
},
...
...
doc/user/project/clusters/add_remove_clusters.md
View file @
1694e356
...
...
@@ -331,8 +331,9 @@ new Kubernetes cluster to your project:
-
**Kubernetes cluster name**
- The name you wish to give the cluster.
-
**Environment scope**
- The
[
associated environment
](
index.md#setting-the-environment-scope-premium
)
to this cluster.
-
**Kubernetes version**
- The Kubernetes version to use. Currently the only version supported is 1.14.
-
**Role name**
- Select the
[
IAM role
](
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html
)
to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf.
-
**Role name**
- Select the
[
IAM role
](
https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html
)
to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. This IAM role is separate
to the IAM role created above, you will need to create it if it does not yet exist.
-
**Region**
- The
[
region
](
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
)
in which the cluster will be created.
-
**Key pair name**
- Select the
[
key pair
](
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment