kubernetes-the-hard-way/docs
Alexey Vazhnov 645b296cb6
Adjust markdown formatting (#328)
* Adjust markdown formatting:

* Remove extra capitalization.
* Remove extra curly braces {} inside Bash code blocks.
* Use in-line code block `` for IP-addresses, file names and commands.
* Add a dot at the end of sentences.
* Use list formatting in `differences-to-original.md`. Also add escaping for angle brackets <>.
* No logic changes were made, only formatting improvements.

* 01-prerequisites.md: remove extra capitalization, remove extra space in "Virtual Box"

* 01-prerequisites.md: split text into different lines (before, it was rendered into one line)

* Remove extra capitalization, use inline code blocks, add a dot at the end of sentences.

* 02-compute-resources.md: add escaping for angle brackets <>.

* 03-client-tools.md: remove extra capitalization, use inline code blocks

* 04-certificate-authority.md: remove extra capitalization, use inline code blocks, remove extra curly braces {} inside Bash code blocks

* 04-certificate-authority.md: remove extra curly braces {} inside Bash code blocks

* Revert back: all "remove extra curly braces {} inside Bash code blocks"

As per @fireflycons https://github.com/mmumshad/kubernetes-the-hard-way/pull/328#issuecomment-1926329908 :

> They are there for a reason. If you paste a block of code within braces, then it is not executed immediately by the shell - you have to press ENTER. Quite often when making changes to this repo and I have multiple terminals open, it gives me a chance to check that I have pasted the block into the correct terminal before it executes in the wrong terminal and borks everything.

* Revert back: all "remove extra curly braces {} inside Bash code blocks"

* Revert back all "Remove extra capitalization", as per request @fireflycons

https://github.com/mmumshad/kubernetes-the-hard-way/pull/328#issuecomment-1944388993
2024-02-21 20:50:31 +00:00
..
images updated docs - certificate verification 2020-05-19 00:31:51 +05:30
01-prerequisites.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
02-compute-resources.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
03-client-tools.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
04-certificate-authority.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
05-kubernetes-configuration-files.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
06-data-encryption-keys.md Upgrade/1.24 (#291) 2022-09-20 07:17:00 +01:00
07-bootstrapping-etcd.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
08-bootstrapping-kubernetes-controllers.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
09-install-cri-workers.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
10-bootstrapping-kubernetes-workers.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
11-tls-bootstrapping-kubernetes-workers.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
12-configuring-kubectl.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
13-configure-pod-networking.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
14-kube-apiserver-to-kubelet.md Update 14-kube-apiserver-to-kubelet.md (#326) 2024-02-05 06:41:08 +00:00
15-dns-addon.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
16-smoke-test.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
17-e2e-tests.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00
differences-to-original.md Adjust markdown formatting (#328) 2024-02-21 20:50:31 +00:00
verify-certificates.md Update to latest version (#325) 2023-11-23 19:52:14 +00:00