Skip to content

Commit 3fab918

Browse files
authored
Merge pull request #44990 from prashantrewar/amend-docs
Update the kubeadm page docs
2 parents 5f4ccd5 + 4b4d9ef commit 3fab918

File tree

1 file changed

+30
-31
lines changed

1 file changed

+30
-31
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -568,37 +568,6 @@ reference documentation for more information about this subcommand and its
568568
options.
569569

570570

571-
572-
<!-- discussion -->
573-
574-
## What's next {#whats-next}
575-
576-
* Verify that your cluster is running properly with [Sonobuoy](https://github.com/heptio/sonobuoy)
577-
* <a id="lifecycle" />See [Upgrading kubeadm clusters](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
578-
for details about upgrading your cluster using `kubeadm`.
579-
* Learn about advanced `kubeadm` usage in the [kubeadm reference documentation](/docs/reference/setup-tools/kubeadm/)
580-
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/).
581-
* See the [Cluster Networking](/docs/concepts/cluster-administration/networking/) page for a bigger list
582-
of Pod network add-ons.
583-
* <a id="other-addons" />See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to
584-
explore other add-ons, including tools for logging, monitoring, network policy, visualization &amp;
585-
control of your Kubernetes cluster.
586-
* Configure how your cluster handles logs for cluster events and from
587-
applications running in Pods.
588-
See [Logging Architecture](/docs/concepts/cluster-administration/logging/) for
589-
an overview of what is involved.
590-
591-
### Feedback {#feedback}
592-
593-
* For bugs, visit the [kubeadm GitHub issue tracker](https://github.com/kubernetes/kubeadm/issues)
594-
* For support, visit the
595-
[#kubeadm](https://kubernetes.slack.com/messages/kubeadm/) Slack channel
596-
* General SIG Cluster Lifecycle development Slack channel:
597-
[#sig-cluster-lifecycle](https://kubernetes.slack.com/messages/sig-cluster-lifecycle/)
598-
* SIG Cluster Lifecycle [SIG information](https://github.com/kubernetes/community/tree/master/sig-cluster-lifecycle#readme)
599-
* SIG Cluster Lifecycle mailing list:
600-
[kubernetes-sig-cluster-lifecycle](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
601-
602571
## Version skew policy {#version-skew-policy}
603572

604573
While kubeadm allows version skew against some components that it manages, it is recommended that you
@@ -686,3 +655,33 @@ supports your chosen platform.
686655
If you are running into difficulties with kubeadm, please consult our
687656
[troubleshooting docs](/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/).
688657

658+
659+
<!-- discussion -->
660+
661+
## What's next {#whats-next}
662+
663+
* Verify that your cluster is running properly with [Sonobuoy](https://github.com/heptio/sonobuoy)
664+
* <a id="lifecycle" />See [Upgrading kubeadm clusters](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
665+
for details about upgrading your cluster using `kubeadm`.
666+
* Learn about advanced `kubeadm` usage in the [kubeadm reference documentation](/docs/reference/setup-tools/kubeadm/)
667+
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/).
668+
* See the [Cluster Networking](/docs/concepts/cluster-administration/networking/) page for a bigger list
669+
of Pod network add-ons.
670+
* <a id="other-addons" />See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to
671+
explore other add-ons, including tools for logging, monitoring, network policy, visualization &amp;
672+
control of your Kubernetes cluster.
673+
* Configure how your cluster handles logs for cluster events and from
674+
applications running in Pods.
675+
See [Logging Architecture](/docs/concepts/cluster-administration/logging/) for
676+
an overview of what is involved.
677+
678+
### Feedback {#feedback}
679+
680+
* For bugs, visit the [kubeadm GitHub issue tracker](https://github.com/kubernetes/kubeadm/issues)
681+
* For support, visit the
682+
[#kubeadm](https://kubernetes.slack.com/messages/kubeadm/) Slack channel
683+
* General SIG Cluster Lifecycle development Slack channel:
684+
[#sig-cluster-lifecycle](https://kubernetes.slack.com/messages/sig-cluster-lifecycle/)
685+
* SIG Cluster Lifecycle [SIG information](https://github.com/kubernetes/community/tree/master/sig-cluster-lifecycle#readme)
686+
* SIG Cluster Lifecycle mailing list:
687+
[kubernetes-sig-cluster-lifecycle](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)

0 commit comments

Comments
 (0)