From 6238ffa01467d99b2a9ada65297b777177d14c53 Mon Sep 17 00:00:00 2001 From: lakshmi prasuna Date: Mon, 7 Nov 2022 11:35:50 +0530 Subject: [PATCH 1/3] Added more points in what's next section of Understanding Kubernetes objects --- .../overview/working-with-objects/kubernetes-objects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md index 8e4214991c7ac..5a095f77ad302 100644 --- a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md +++ b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md @@ -118,4 +118,6 @@ detail the structure of that `.status` field, and its content for each different * Learn about the most important basic Kubernetes objects, such as [Pod](/docs/concepts/workloads/pods/). * Learn about [controllers](/docs/concepts/architecture/controller/) in Kubernetes. * [Using the Kubernetes API](/docs/reference/using-api/) explains some more API concepts. +* Learn more about [Deployments](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/). +* Learn about [kubectl](https://kubernetes.io/docs/reference/kubectl/) and [kubectl commands](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands). From 761ea4c413de3220c6665e67b585a07ecb83531a Mon Sep 17 00:00:00 2001 From: lakshmi prasuna Date: Mon, 7 Nov 2022 14:21:15 +0530 Subject: [PATCH 2/3] Rephrased the what's next section under kubernetes objects page. --- .../working-with-objects/kubernetes-objects.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md index 5a095f77ad302..7b1d961a7ec51 100644 --- a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md +++ b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md @@ -115,9 +115,10 @@ detail the structure of that `.status` field, and its content for each different ## {{% heading "whatsnext" %}} -* Learn about the most important basic Kubernetes objects, such as [Pod](/docs/concepts/workloads/pods/). -* Learn about [controllers](/docs/concepts/architecture/controller/) in Kubernetes. -* [Using the Kubernetes API](/docs/reference/using-api/) explains some more API concepts. -* Learn more about [Deployments](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/). -* Learn about [kubectl](https://kubernetes.io/docs/reference/kubectl/) and [kubectl commands](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands). +Learn more about the following. +* [Pods](https://kubernetes.io/docs/concepts/workloads/pods/) which are the most important basic Kubernetes objects. +* [Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) objects. +* [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) in Kubernetes. +* [Kubernetes API overview](https://kubernetes.io/docs/reference/using-api/) which explains some more API concepts. +* [kubectl](https://kubernetes.io/docs/reference/kubectl/) and [kubectl commands](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands). From 3607e97d2f3bfa67956c902a852319ca27048975 Mon Sep 17 00:00:00 2001 From: lakshmi prasuna Date: Wed, 9 Nov 2022 11:30:17 +0530 Subject: [PATCH 3/3] Replaced "Learn more about the following." with "Learn more about the following:" under whats next section. --- .../overview/working-with-objects/kubernetes-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md index 7b1d961a7ec51..6c9ce3fcb280e 100644 --- a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md +++ b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md @@ -115,7 +115,7 @@ detail the structure of that `.status` field, and its content for each different ## {{% heading "whatsnext" %}} -Learn more about the following. +Learn more about the following: * [Pods](https://kubernetes.io/docs/concepts/workloads/pods/) which are the most important basic Kubernetes objects. * [Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) objects. * [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) in Kubernetes.