Skip to content

Commit 21cee43

Browse files
committed
Fix anchors with unsupported characters
1 parent a088d1f commit 21cee43

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/en/docs/reference/kubernetes-api/config-and-storage-resources/volume.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Volume represents a named volume in a pod that may be accessed by any container
2424

2525

2626

27-
### Exposed Persistent volumes {#Exposed Persistent volumes}
27+
### Exposed Persistent volumes {#Exposed-Persistent-volumes}
2828

2929

3030
- **persistentVolumeClaim** (PersistentVolumeClaimVolumeSource)
@@ -200,7 +200,7 @@ Volume represents a named volume in a pod that may be accessed by any container
200200

201201
ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
202202

203-
### Local / Temporary Directory {#Local / Temporary Directory}
203+
### Local / Temporary Directory {#Local-Temporary-Directory}
204204

205205

206206
- **emptyDir** (EmptyDirVolumeSource)
@@ -233,7 +233,7 @@ Volume represents a named volume in a pod that may be accessed by any container
233233

234234
Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
235235

236-
### Persistent volumes {#Persistent volumes}
236+
### Persistent volumes {#Persistent-volumes}
237237

238238

239239
- **awsElasticBlockStore** (AWSElasticBlockStoreVolumeSource)
@@ -749,7 +749,7 @@ Volume represents a named volume in a pod that may be accessed by any container
749749

750750
Storage Policy Based Management (SPBM) profile name.
751751

752-
### Beta level {#Beta level}
752+
### Beta level {#Beta-level}
753753

754754

755755
- **csi** (CSIVolumeSource)
@@ -779,7 +779,7 @@ Volume represents a named volume in a pod that may be accessed by any container
779779

780780
VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
781781

782-
### Alpha level {#Alpha level}
782+
### Alpha level {#Alpha-level}
783783

784784

785785
- **ephemeral** (EphemeralVolumeSource)

content/en/docs/reference/kubernetes-api/workloads-resources/ephemeral-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An EphemeralContainer is a container that may be added temporarily to an existin
5454

5555
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
5656

57-
### Environment variables {#Environment variables}
57+
### Environment variables {#Environment-variables}
5858

5959

6060
- **env** ([]EnvVar)
@@ -251,7 +251,7 @@ An EphemeralContainer is a container that may be added temporarily to an existin
251251

252252
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.
253253

254-
### Not allowed {#Not allowed}
254+
### Not allowed {#Not-allowed}
255255

256256

257257
- **ports** ([]ContainerPort)

0 commit comments

Comments
 (0)