@@ -5,8 +5,8 @@ the necessary tools and services needed to easily deploy and manage a cluster.
55As the upstream Kubernetes does not come with all that is required
66for a fully functional cluster by default, we have bundled everything into a
77snap 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
9393A [ 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
9899The functions of these pods are:
99100
0 commit comments