Skip to content

Commit c4ef1d4

Browse files
Apply suggestions from code review
Thanks for the review. Good suggestions! Co-authored-by: Celeste Horgan <[email protected]>
1 parent 7d9916a commit c4ef1d4

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

content/en/docs/reference/tools.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Kubernetes contains several built-in tools to help you work with the Kubernetes
2020

2121
## Minikube
2222

23-
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that helps
24-
run a single-node Kubernetes cluster locally on your workstation for
23+
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that
24+
runs a single-node Kubernetes cluster locally on your workstation for
2525
development and testing purposes.
2626

2727
## Dashboard
@@ -51,4 +51,3 @@ Use Kompose to:
5151
* Translate a Docker Compose file into Kubernetes objects
5252
* Go from local Docker development to managing your application via Kubernetes
5353
* Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/)
54-

content/en/docs/tasks/administer-cluster/limit-storage-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ content_type: task
55

66
<!-- overview -->
77

8-
This example demonstrates an straightforward way to limit the amount of storage consumed in a namespace.
8+
This example demonstrates how to limit the amount of storage consumed in a namespace.
99

1010
The following resources are used in the demonstration: [ResourceQuota](/docs/concepts/policy/resource-quotas/),
1111
[LimitRange](/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/),

content/en/docs/tutorials/kubernetes-basics/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Kubernetes Basics</h2>
4141
<div class="row">
4242
<div class="col-md-9">
4343
<h2>What can Kubernetes do for you?</h2>
44-
<p>With modern web services, users expect applications to be available 24/7, and developers expect to deploy new versions of those applications several times a day. Containerization helps package software to serve these goals, enabling applications to be released and updated quickly without downtime. Kubernetes helps you make sure those containerized applications run where and when you want, and helps them find the resources and tools they need to work. Kubernetes is a production-ready, open source platform designed with Google's accumulated experience in container orchestration, combined with best-of-breed ideas from the community.</p>
44+
<p>With modern web services, users expect applications to be available 24/7, and developers expect to deploy new versions of those applications several times a day. Containerization helps package software to serve these goals, enabling applications to be released and updated without downtime. Kubernetes helps you make sure those containerized applications run where and when you want, and helps them find the resources and tools they need to work. Kubernetes is a production-ready, open source platform designed with Google's accumulated experience in container orchestration, combined with best-of-breed ideas from the community.</p>
4545
</div>
4646
</div>
4747

content/en/docs/tutorials/stateless-application/guestbook.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ If you deployed the `frontend-service.yaml` manifest with type: `LoadBalancer` y
272272

273273
## Scale the Web Frontend
274274

275-
Scaling up or down is effortless because your servers are defined as a Service that uses a Deployment controller.
275+
You can scale up or down as needed because your servers are defined as a Service that uses a Deployment controller.
276276

277277
1. Run the following command to scale up the number of frontend Pods:
278278

@@ -370,4 +370,3 @@ Deleting the Deployments and Services also deletes any running Pods. Use labels
370370
* Use Kubernetes to create a blog using [Persistent Volumes for MySQL and Wordpress](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/#visit-your-new-wordpress-blog)
371371
* Read more about [connecting applications](/docs/concepts/services-networking/connect-applications-service/)
372372
* Read more about [Managing Resources](/docs/concepts/cluster-administration/manage-deployment/#using-labels-effectively)
373-

0 commit comments

Comments
 (0)