Skip to content

Commit 23995cd

Browse files
Merge branch 'master' into pr-template
2 parents fa8d024 + 5fa22b2 commit 23995cd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/setup/independent/create-cluster-kubeadm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are not constrained, there are other higher-level tools built to give you
3131
complete clusters:
3232

3333
* On GCE, [Google Container Engine](https://cloud.google.com/container-engine/)
34-
gives you one-click Kubernetes clusters
34+
gives you one-click Kubernetes clusters.
3535
* On AWS, [kops](https://github.com/kubernetes/kops) makes cluster installation
3636
and management easy. kops supports building high availability clusters (a
3737
feature that kubeadm is currently lacking but is building toward).
@@ -357,7 +357,7 @@ kubectl --kubeconfig ./admin.conf get nodes
357357
**Note:** If you are using GCE, instances disable ssh access for root by default.
358358
If that's the case you can log in to the machine, copy the file someplace that
359359
can be accessed and then use
360-
[`gcloud compute copy-files`](https://cloud.google.com/sdk/gcloud/reference/compute/copy-files)
360+
[`gcloud compute copy-files`](https://cloud.google.com/sdk/gcloud/reference/compute/copy-files).
361361

362362
### (Optional) Proxying API Server to localhost
363363

@@ -450,7 +450,7 @@ control of your Kubernetes cluster.
450450
## What's next
451451

452452
* Learn about kubeadm's advanced usage on the [advanced reference
453-
doc](/docs/admin/kubeadm/)
453+
doc](/docs/admin/kubeadm/).
454454
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/user-guide/kubectl-overview/).
455455

456456
## Feedback
@@ -507,7 +507,7 @@ addressed in due course.
507507
You may have trouble in the configuration if you see Pod statuses like `RunContainerError`,
508508
`CrashLoopBackOff` or `Error`.
509509

510-
1. **There are Pods in the `RunContainerError`, `CrashLoopBackOff` or `Error` state**
510+
1. **There are Pods in the `RunContainerError`, `CrashLoopBackOff` or `Error` state**.
511511
Right after `kubeadm init` there should not be any such Pods. If there are Pods in
512512
such a state _right after_ `kubeadm init`, please open an issue in the kubeadm repo.
513513
`kube-dns` should be in the `Pending` state until you have deployed the network solution.
@@ -517,13 +517,13 @@ You may have trouble in the configuration if you see Pod statuses like `RunConta
517517
might have to grant it more RBAC privileges or use a newer version. Please file
518518
an issue in the Pod Network providers' issue tracker and get the issue triaged there.
519519

520-
1. **The `kube-dns` Pod is stuck in the `Pending` state forever**
520+
1. **The `kube-dns` Pod is stuck in the `Pending` state forever**.
521521
This is expected and part of the design. kubeadm is network provider-agnostic, so the admin
522522
should [install the pod network solution](/docs/concepts/cluster-administration/addons/)
523523
of choice. You have to install a Pod Network
524524
before `kube-dns` may deployed fully. Hence the `Pending` state before the network is set up.
525525

526-
1. **I tried to set `HostPort` on one workload, but it didn't have any effect**
526+
1. **I tried to set `HostPort` on one workload, but it didn't have any effect**.
527527
The `HostPort` and `HostIP` functionality is available depending on your Pod Network
528528
provider. Please contact the author of the Pod Network solution to find out whether
529529
`HostPort` and `HostIP` functionality are available.

0 commit comments

Comments
 (0)