From 4b0203fdb2981bf06f8c0d679d226925940a7f20 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 16 Jun 2020 18:23:27 -0700 Subject: [PATCH] Fix typo in DigitalOcean docs title --- CHANGES.md | 8 +++----- docs/fedora-coreos/digitalocean.md | 2 +- docs/flatcar-linux/digitalocean.md | 2 +- mkdocs.yml | 4 ++-- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 40e584cd..f684de08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,12 +8,10 @@ Notable changes between versions. * Publish Kubelet images from internal infra to Quay and Dockerhub * [quay.io/poseidon/kubelet](https://quay.io/repository/poseidon/kubelet) (official) * [docker.io/psdn/kubelet](https://hub.docker.com/r/psdn/kubelet) (fallback) - * Document use of alternate Kubelet images during registry incidents - * For those preferring to trust images built by Quay/Dockerhub, - automated image builds are still available with an alternate tag - strategy (see [docs](https://typhoon.psdn.io/topics/security/#container-images)) + * [Document](https://typhoon.psdn.io/advanced/customization/#kubelet) use of alternate Kubelet images during registry incidents + * For those preferring to trust images built by Quay/Dockerhub, automated image builds are still available with an alternate tag strategy (see [docs](https://typhoon.psdn.io/topics/security/#container-images)) * Update Calico from v3.14.0 to [v3.14.1](https://docs.projectcalico.org/v3.14/release-notes/) -* Remove unused Kubelet `-lock-file` and `-exit-on-lock-contention` +* Remove unused Kubelet `-lock-file` and `-exit-on-lock-contention` ([#758](https://github.com/poseidon/typhoon/pull/758)) ### Fedora CoreOS diff --git a/docs/fedora-coreos/digitalocean.md b/docs/fedora-coreos/digitalocean.md index 95de04fb..5d4d93bb 100644 --- a/docs/fedora-coreos/digitalocean.md +++ b/docs/fedora-coreos/digitalocean.md @@ -1,4 +1,4 @@ -# Digital Ocean +# DigitalOcean In this tutorial, we'll create a Kubernetes v1.18.3 cluster on DigitalOcean with Fedora CoreOS. diff --git a/docs/flatcar-linux/digitalocean.md b/docs/flatcar-linux/digitalocean.md index ede6a165..1a8bee29 100644 --- a/docs/flatcar-linux/digitalocean.md +++ b/docs/flatcar-linux/digitalocean.md @@ -1,4 +1,4 @@ -# Digital Ocean +# DigitalOcean In this tutorial, we'll create a Kubernetes v1.18.3 cluster on DigitalOcean with CoreOS Container Linux or Flatcar Linux. diff --git a/mkdocs.yml b/mkdocs.yml index d975b56c..c5dc1f44 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,13 +59,13 @@ nav: - 'AWS': 'fedora-coreos/aws.md' - 'Azure': 'fedora-coreos/azure.md' - 'Bare-Metal': 'fedora-coreos/bare-metal.md' - - 'Digital Ocean': 'fedora-coreos/digitalocean.md' + - 'DigitalOcean': 'fedora-coreos/digitalocean.md' - 'Google Cloud': 'fedora-coreos/google-cloud.md' - 'Flatcar Linux': - 'AWS': 'flatcar-linux/aws.md' - 'Azure': 'flatcar-linux/azure.md' - 'Bare-Metal': 'flatcar-linux/bare-metal.md' - - 'Digital Ocean': 'flatcar-linux/digitalocean.md' + - 'DigitalOcean': 'flatcar-linux/digitalocean.md' - 'Google Cloud': 'flatcar-linux/google-cloud.md' - 'Topics': - 'Maintenance': 'topics/maintenance.md'