From 68bdad77fdd967480510024d5a228b8d665560a6 Mon Sep 17 00:00:00 2001 From: Sarah Daily Date: Mon, 1 Jul 2019 21:48:39 +0000 Subject: [PATCH 1/2] Add relevant cloud-native webcast --- doc/installation/tools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/installation/tools.md b/doc/installation/tools.md index a74c8561cf..c08c02f8b1 100644 --- a/doc/installation/tools.md +++ b/doc/installation/tools.md @@ -3,6 +3,9 @@ Before deploying GitLab to your Kubernetes cluster, there are some tools you must have installed locally. +NOTE: **What you need to know about going Cloud-Native** + [In this webcast](https://about.gitlab.com/resources/video-going-cloud-native/), learn about the advantages and challenges of going cloud-native. + ## kubectl kubectl is the tool that talks to the Kubernetes API. kubectl 1.10 or higher is -- GitLab From b749a809adaef9cc9221585e8a1b608634048742 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Fri, 26 Jul 2019 00:55:14 +0000 Subject: [PATCH 2/2] Apply suggestion to doc/installation/tools.md --- doc/installation/tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/installation/tools.md b/doc/installation/tools.md index c08c02f8b1..79bb8e1abc 100644 --- a/doc/installation/tools.md +++ b/doc/installation/tools.md @@ -4,7 +4,8 @@ Before deploying GitLab to your Kubernetes cluster, there are some tools you must have installed locally. NOTE: **What you need to know about going Cloud-Native** - [In this webcast](https://about.gitlab.com/resources/video-going-cloud-native/), learn about the advantages and challenges of going cloud-native. +[In this webcast](https://about.gitlab.com/resources/video-going-cloud-native/), +learn about the advantages and challenges of going cloud-native. ## kubectl -- GitLab