diff --git a/_data/concepts.yml b/_data/concepts.yml
index 5699ef430c..4f41c2c818 100644
--- a/_data/concepts.yml
+++ b/_data/concepts.yml
@@ -6,7 +6,10 @@ toc:
- title: Kubectl Command Line
section:
- docs/concepts/tools/kubectl/object-management-overview.md
-
+ - docs/concepts/tools/kubectl/object-management-using-imperative-commands.md
+ - docs/concepts/tools/kubectl/object-management-using-imperative-config.md
+ - docs/concepts/tools/kubectl/object-management-using-declarative-config.md
+
- title: Kubernetes Objects
section:
- docs/concepts/abstractions/overview.md
diff --git a/_data/guides.yml b/_data/guides.yml
index 38ee10b438..3c7064014e 100644
--- a/_data/guides.yml
+++ b/_data/guides.yml
@@ -3,17 +3,7 @@ abstract: "How to get started, and accomplish tasks, using Kubernetes."
toc:
- docs/user-guide/index.md
-- title: Getting Started
- section:
- - docs/whatisk8s.md
- - docs/getting-started-guides/kubeadm.md
- - docs/getting-started-guides/kops.md
- - docs/getting-started-guides/kargo.md
- - docs/hellonode.md
- - docs/getting-started-guides/kubectl.md
- - docs/getting-started-guides/binary_release.md
- - title: Online Training Course
- path: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
+- docs/whatisk8s.md
- title: Accessing the Cluster
section:
@@ -119,11 +109,14 @@ toc:
- title: Running Kubernetes on Custom Solutions
section:
- docs/getting-started-guides/scratch.md
+ - docs/getting-started-guides/kubeadm.md
- title: Custom Cloud Solutions
section:
- docs/getting-started-guides/coreos/index.md
- docs/getting-started-guides/ubuntu/index.md
- docs/getting-started-guides/rackspace.md
+ - docs/getting-started-guides/kops.md
+ - docs/getting-started-guides/kargo.md
- title: On-Premise VMs
section:
- docs/getting-started-guides/coreos/index.md
@@ -164,6 +157,7 @@ toc:
- docs/getting-started-guides/ubuntu/troubleshooting.md
- docs/getting-started-guides/ubuntu/decommissioning.md
- docs/getting-started-guides/ubuntu/calico.md
+ - docs/getting-started-guides/ubuntu/operational-considerations.md
- docs/getting-started-guides/ubuntu/glossary.md
- docs/getting-started-guides/ubuntu/local.md
- docs/getting-started-guides/ubuntu/logging.md
@@ -174,6 +168,7 @@ toc:
- docs/admin/cluster-large.md
- docs/admin/multiple-zones.md
- docs/admin/high-availability/index.md
+ - docs/getting-started-guides/binary_release.md
- title: Administering Clusters
section:
diff --git a/_data/tutorials.yml b/_data/tutorials.yml
index 395ff9d06d..695d2b8805 100644
--- a/_data/tutorials.yml
+++ b/_data/tutorials.yml
@@ -29,9 +29,11 @@ toc:
section:
- docs/tutorials/kubernetes-basics/update-intro.html
- docs/tutorials/kubernetes-basics/update-interactive.html
+- title: Online Training Course
+ path: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
+- docs/tutorials/stateless-application/hello-minikube.md
- title: Stateless Applications
section:
- - docs/tutorials/stateless-application/hello-minikube.md
- docs/tutorials/stateless-application/run-stateless-application-deployment.md
- docs/tutorials/stateless-application/expose-external-ip-address-service.md
- docs/tutorials/stateless-application/expose-external-ip-address.md
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index e207f68c0a..fe869dc84f 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -4176,7 +4176,7 @@ The resulting set of endpoints can be viewed as:
nodeSelector
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection
false
object