From 26a05105023fa7906377e8e9490267547248fdbc Mon Sep 17 00:00:00 2001 From: Benjamin Durham <33912370+Bencey@users.noreply.github.com> Date: Thu, 7 Jan 2021 18:51:57 +1300 Subject: [PATCH] Fixing Broken Kubernetes Links (#127) Co-authored-by: David Young --- manuscript/kubernetes/design.md | 2 +- manuscript/kubernetes/helm.md | 6 +++--- manuscript/kubernetes/loadbalancer.md | 2 +- manuscript/kubernetes/snapshots.md | 2 +- manuscript/kubernetes/start.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manuscript/kubernetes/design.md b/manuscript/kubernetes/design.md index 539297c..c52da9a 100644 --- a/manuscript/kubernetes/design.md +++ b/manuscript/kubernetes/design.md @@ -129,4 +129,4 @@ Still with me? Good. Move on to creating your cluster! - [Helm](/kubernetes/helm/) - Uber-recipes from fellow geeks - [Traefik](/kubernetes/traefik/) - Traefik Ingress via Helm ---8<-- "recipe-footer.md" \ No newline at end of file +--8<-- "recipe-footer.md" diff --git a/manuscript/kubernetes/helm.md b/manuscript/kubernetes/helm.md index f3dae8c..7440d60 100644 --- a/manuscript/kubernetes/helm.md +++ b/manuscript/kubernetes/helm.md @@ -29,9 +29,9 @@ If you want to use a package manager: - [Scoop](https://scoop.sh/) users can use `scoop install helm`. - [GoFish](https://gofi.sh/) users can use `gofish install helm`. -To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide). +To rapidly get Helm up and running, start with the [Quick Start Guide](https://helm.sh/docs/intro/quickstart/). -See the [installation guide](https://docs.helm.sh/using_helm/#installing-helm) for more options, +See the [installation guide](https://helm.sh/docs/intro/install/) for more options, including installing pre-releases. @@ -58,4 +58,4 @@ Still with me? Good. Move on to understanding Helm charts... [^1]: Of course, you can have lots of fun deploying all sorts of things via Helm. Check out https://artifacthub.io for some examples. ---8<-- "recipe-footer.md" \ No newline at end of file +--8<-- "recipe-footer.md" diff --git a/manuscript/kubernetes/loadbalancer.md b/manuscript/kubernetes/loadbalancer.md index 492e142..fac3fd5 100644 --- a/manuscript/kubernetes/loadbalancer.md +++ b/manuscript/kubernetes/loadbalancer.md @@ -329,4 +329,4 @@ Still with me? Good. Move on to setting up an ingress SSL terminating proxy with [^1]: This is MVP of the load balancer solution. Any suggestions for improvements are welcome 😉 ---8<-- "recipe-footer.md" \ No newline at end of file +--8<-- "recipe-footer.md" diff --git a/manuscript/kubernetes/snapshots.md b/manuscript/kubernetes/snapshots.md index 7dce192..5582711 100644 --- a/manuscript/kubernetes/snapshots.md +++ b/manuscript/kubernetes/snapshots.md @@ -190,4 +190,4 @@ Still with me? Good. Move on to understanding Helm charts... [^1]: I've submitted [2 PRs](https://github.com/miracle2k/k8s-snapshots/pulls/funkypenguin) to the k8s-snapshots repo. The first [updates the README for GKE RBAC requirements](https://github.com/miracle2k/k8s-snapshots/pull/71), and the second [fixes a minor typo](https://github.com/miracle2k/k8s-snapshots/pull/74). ``` ---8<-- "recipe-footer.md" \ No newline at end of file +--8<-- "recipe-footer.md" diff --git a/manuscript/kubernetes/start.md b/manuscript/kubernetes/start.md index c97f6cb..bf0e4a1 100644 --- a/manuscript/kubernetes/start.md +++ b/manuscript/kubernetes/start.md @@ -66,4 +66,4 @@ Still with me? Good. Move on to reviewing the design elements - [Helm](/kubernetes/helm/) - Uber-recipes from fellow geeks - [Traefik](/kubernetes/traefik/) - Traefik Ingress via Helm ---8<-- "recipe-footer.md" \ No newline at end of file +--8<-- "recipe-footer.md"