diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-07 09:49:45 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-07 09:49:45 +0200 |
commit | 8b31e8c7b2ba8c6947f54994be6c6e7b5af409f6 (patch) | |
tree | 90ab4e2e4a77b6b1a40d26096b29909331ff1bab /doc | |
parent | 06941114ee3acd2c9a0a68e32e98fd0011f5d26f (diff) | |
download | gitlab-ce-8b31e8c7b2ba8c6947f54994be6c6e7b5af409f6.tar.gz |
Change EKS article yaml frontmatter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/clusters/eks_and_gitlab/index.md | 11 | ||||
-rw-r--r-- | doc/user/project/clusters/index.md | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/doc/user/project/clusters/eks_and_gitlab/index.md b/doc/user/project/clusters/eks_and_gitlab/index.md index f50615729dd..bd4d15dddcb 100644 --- a/doc/user/project/clusters/eks_and_gitlab/index.md +++ b/doc/user/project/clusters/eks_and_gitlab/index.md @@ -1,14 +1,13 @@ --- -redirect_from: 'https://docs.gitlab.com/ee/user/project/clusters/eks_and_gitlab/index.html' +author: Joshua Lambert +author_gitlab: joshlambert +level: intermediate +article_type: tutorial +date: 2018-06-05 --- # Connecting and deploying to an Amazon EKS cluster -> **[Article Type](../../../../development/writing_documentation.md#types-of-technical-articles):** tutorial || -> **Level:** intermediate || -> **Author:** [Joshua Lambert](https://gitlab.com/joshlambert) || -> **Publication date:** 2018-06-05 - ## Introduction In this tutorial, we will show how easy it is to integrate an [Amazon EKS](https://aws.amazon.com/eks/) cluster with GitLab, and begin deploying applications. diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 1efbe20b84f..e44ac6a3d01 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -398,6 +398,10 @@ containers. To use this integration, you should deploy to Kubernetes using the deployment variables above, ensuring any pods you create are labelled with `app=$CI_ENVIRONMENT_SLUG`. GitLab will do the rest! +## Read more + +- [Connecting and deploying to an Amazon EKS cluster](eks_and_gitlab/index.md) + [permissions]: ../../permissions.md [ee]: https://about.gitlab.com/products/ [Auto DevOps]: ../../../topics/autodevops/index.md |