1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-22 07:26:14 +02:00

Fix typo in DigitalOcean docs title

This commit is contained in:
Dalton Hubble 2020-06-16 18:23:27 -07:00
parent 331566e1f7
commit 4b0203fdb2
4 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# Digital Ocean
# DigitalOcean
In this tutorial, we'll create a Kubernetes v1.18.3 cluster on DigitalOcean with Fedora CoreOS.

View File

@ -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.

View File

@ -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'