Skip to content

Commit 67ef7ba

Browse files
committed
Fix md error
1 parent c666c7e commit 67ef7ba

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

docs/canonicalk8s/charm/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ package][] on cloud instances managed by Juju. Operating Kubernetes through
2525
this charm makes it significantly easier to manage at scale, on remote cloud
2626
instances and also to integrate other operators to enhance or customize your
2727
Kubernetes deployment. You can find out more about {{product}} on the
28-
[what is Canonical Kubernetes page][] or see a more detailed explanation in our [architecture
29-
documentation][arch].
28+
[what is Canonical Kubernetes page][] or see a more detailed explanation in our
29+
[architecture documentation][arch].
3030

3131
![Illustration depicting working on components and clouds][logo]
3232

docs/canonicalk8s/snap/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ The {{product}} snap is a performant, lightweight, secure and
1919
opinionated distribution of **Kubernetes** which includes everything needed to
2020
create and manage a scalable cluster suitable for all use cases.
2121

22-
You can find out more about {{product}} on the [what is Canonical Kubernetes page] or
23-
see a more detailed explanation in our [architecture documentation].
22+
You can find out more about {{product}} on the
23+
[what is Canonical Kubernetes page] or see a more detailed explanation in our
24+
[architecture documentation].
2425

2526
For deployment at scale, {{product}} is also available as a
2627
[Juju charm][]

docs/canonicalk8s/snap/tutorial/getting-started.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ the necessary tools and services needed to easily deploy and manage a cluster.
55
As the upstream Kubernetes does not come with all that is required
66
for a fully functional cluster by default, we have bundled everything into a
77
snap that should only take a few minutes to install. In this tutorial you will
8-
deploy a single node cluster by installing the snap package and execute some typical
9-
cluster operations.
8+
deploy a single node cluster by installing the snap package and execute some
9+
typical cluster operations.
1010

1111
## Prerequisites
1212

@@ -16,8 +16,8 @@ cluster operations.
1616
another operating system which supports snapd - see the
1717
[snapd documentation](https://snapcraft.io/docs/installing-snapd))
1818
- A system with **no previous installations of containerd/docker** as this may
19-
cause conflicts. Consider using a [Multipass virtual machine] if you would like an
20-
isolated working environment.
19+
cause conflicts. Consider using a [Multipass virtual machine] if you would like
20+
an isolated working environment.
2121

2222
### Install {{product}}
2323

@@ -91,9 +91,10 @@ sudo k8s kubectl get pods -n kube-system
9191
```
9292

9393
A [pod](https://kubernetes.io/docs/concepts/workloads/pods/) is the smallest
94-
deployable unit in Kubernetes. You will observe at least four pods running. The status of the pods may be in
95-
`ContainerCreating` while they are being initialized. Run the command again
96-
after a few seconds and they should report status as `Running`.
94+
deployable unit in Kubernetes. You will observe at least four pods running.
95+
The status of the pods may be in `ContainerCreating` while they are being
96+
initialized. Run the command again after a few seconds and they should report
97+
status as `Running`.
9798

9899
The functions of these pods are:
99100

0 commit comments

Comments
 (0)