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
70f3eb4a
Commit
70f3eb4a
authored
Nov 07, 2019
by
Evan Read
Committed by
Russell Dickenson
Nov 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation for list and copy edit
parent
dfff1518
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/development/kubernetes.md
doc/development/kubernetes.md
+6
-6
No files found.
doc/development/kubernetes.md
View file @
70f3eb4a
...
...
@@ -94,12 +94,12 @@ the provisioning actions. The following resources must be present:
-
A service account with permissions to assume the provisioning
role in the
`Customer`
account above.
-
Credentials for this service account configured in GitLab via
the
`kubernetes`
section of
`gitlab.yml`
the
`kubernetes`
section of
`gitlab.yml`
.
The process for creating a cluster is as follows:
1.
Using the
:provision_role_external_id
, GitLab assumes the role provided
by
:provision_role_arn
and stores a set of temporary credentials on the
1.
Using the
`:provision_role_external_id`
, GitLab assumes the role provided
by
`:provision_role_arn`
and stores a set of temporary credentials on the
provider record. By default these credentials are valid for one hour.
1.
A CloudFormation stack is created, based on the
[
`AWS CloudFormation EKS template`
](
https://gitlab.com/gitlab-org/gitlab/blob/master/vendor/aws/cloudformation/eks_cluster.yaml
)
.
...
...
@@ -114,9 +114,9 @@ The process for creating a cluster is as follows:
1.
Credentials that are no longer required are removed. This deletes the following
attributes:
-
`access_key_id`
-
`secret_access_key`
-
`session_token`
-
`access_key_id`
-
`secret_access_key`
-
`session_token`
## Security
...
...
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