# HG changeset patch # User Alexander Trost <galexrt@googlemail.com> # Date 1516196584 -3600 # Wed Jan 17 14:43:04 2018 +0100 # Node ID d39c89d7d7e397bd47d13b6364ae7459d991c3c5 # Parent 4538096b73b2fbd7e1d47be0c8d950eae1763bd3 Updated README.md diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -18,3 +18,13 @@ * `registry.edenmal.moe` with your Docker Registry address (example `registry.example.com`) Then you can just import the files/repository. + +## GitLab Docs References +* GitLab Kubernetes Integration Docs: https://docs.gitlab.com/ce/user/project/integrations/kubernetes.html +* GitLab Kubernetes Integration Docs Environment variables: https://docs.gitlab.com/ce/user/project/integrations/kubernetes.html#deployment-variables + +As of GitLab `10.3` the Kubernetes Integration is marked as deprecated, the following docs show the new feature +called Clusters: +* GitLab 10.3 release - Kubernetes integration service: https://about.gitlab.com/2017/12/22/gitlab-10-3-released/#kubernetes-integration-service +* GitLab Clusters Feature Docs: https://docs.gitlab.com/ce/user/project/clusters/index.html +