@@ -31,7 +31,7 @@ If you are not constrained, there are other higher-level tools built to give you
3131complete 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.
358358If that's the case you can log in to the machine, copy the file someplace that
359359can 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.
507507You 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