Skip to content

Commit 9a0bda6

Browse files
committed
Remove redundant closing spaces
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
1 parent fb69fcd commit 9a0bda6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
- apiVersion: "networking.k8s.io/v1"
77
kind: "Ingress"
88
- apiVersion: "networking.k8s.io/v1"
9-
kind: "IngressClass"
9+
kind: "IngressClass"
1010
content_type: concept
1111
description: >-
1212
Make your HTTP (or HTTPS) network service available using a protocol-aware configuration

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,11 @@ PersistentVolume types are implemented as plugins. Kubernetes currently supports
510510
* [`nfs`](/docs/concepts/storage/volumes/#nfs) - Network File System (NFS) storage
511511

512512
The following types of PersistentVolume are deprecated but still available.
513-
If you are using these volume types except for `flexVolume`, `cephfs` and `rbd`,
513+
If you are using these volume types except for `flexVolume`, `cephfs` and `rbd`,
514514
please install corresponding CSI drivers.
515515

516516
* [`awsElasticBlockStore`](/docs/concepts/storage/volumes/#awselasticblockstore) - AWS Elastic Block Store (EBS)
517-
(**migration on by default** starting v1.23)
517+
(**migration on by default** starting v1.23)
518518
* [`azureDisk`](/docs/concepts/storage/volumes/#azuredisk) - Azure Disk
519519
(**migration on by default** starting v1.23)
520520
* [`azureFile`](/docs/concepts/storage/volumes/#azurefile) - Azure File

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ configuration changes to existing Storage Classes, PersistentVolumes or Persiste
11291129
Existing PVs created by a in-tree volume plugin can still be used in the future without any configuration
11301130
changes, even after the migration to CSI is completed for that volume type, and even after you upgrade to a
11311131
version of Kubernetes that doesn't have compiled-in support for that kind of storage.
1132-
1132+
11331133
As part of that migration, you - or another cluster administrator - **must** have installed and configured
11341134
the appropriate CSI driver for that storage. The core of Kubernetes does not install that software for you.
11351135

0 commit comments

Comments
 (0)