From 21cee4340db794f2df8a3599e0141cec3bfd167f Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Sat, 23 Jan 2021 18:15:01 +0100 Subject: [PATCH] Fix anchors with unsupported characters --- .../config-and-storage-resources/volume.md | 10 +++++----- .../workloads-resources/ephemeral-container.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/docs/reference/kubernetes-api/config-and-storage-resources/volume.md b/content/en/docs/reference/kubernetes-api/config-and-storage-resources/volume.md index bacc2b08adb33..ff45652ace7aa 100644 --- a/content/en/docs/reference/kubernetes-api/config-and-storage-resources/volume.md +++ b/content/en/docs/reference/kubernetes-api/config-and-storage-resources/volume.md @@ -24,7 +24,7 @@ Volume represents a named volume in a pod that may be accessed by any container -### Exposed Persistent volumes {#Exposed Persistent volumes} +### Exposed Persistent volumes {#Exposed-Persistent-volumes} - **persistentVolumeClaim** (PersistentVolumeClaimVolumeSource) @@ -200,7 +200,7 @@ Volume represents a named volume in a pod that may be accessed by any container 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. -### Local / Temporary Directory {#Local / Temporary Directory} +### Local / Temporary Directory {#Local-Temporary-Directory} - **emptyDir** (EmptyDirVolumeSource) @@ -233,7 +233,7 @@ Volume represents a named volume in a pod that may be accessed by any container Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath -### Persistent volumes {#Persistent volumes} +### Persistent volumes {#Persistent-volumes} - **awsElasticBlockStore** (AWSElasticBlockStoreVolumeSource) @@ -749,7 +749,7 @@ Volume represents a named volume in a pod that may be accessed by any container Storage Policy Based Management (SPBM) profile name. -### Beta level {#Beta level} +### Beta level {#Beta-level} - **csi** (CSIVolumeSource) @@ -779,7 +779,7 @@ Volume represents a named volume in a pod that may be accessed by any container VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values. -### Alpha level {#Alpha level} +### Alpha level {#Alpha-level} - **ephemeral** (EphemeralVolumeSource) diff --git a/content/en/docs/reference/kubernetes-api/workloads-resources/ephemeral-container.md b/content/en/docs/reference/kubernetes-api/workloads-resources/ephemeral-container.md index 3f7eba43a9819..7355af9df88d5 100644 --- a/content/en/docs/reference/kubernetes-api/workloads-resources/ephemeral-container.md +++ b/content/en/docs/reference/kubernetes-api/workloads-resources/ephemeral-container.md @@ -54,7 +54,7 @@ An EphemeralContainer is a container that may be added temporarily to an existin 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. -### Environment variables {#Environment variables} +### Environment variables {#Environment-variables} - **env** ([]EnvVar) @@ -251,7 +251,7 @@ An EphemeralContainer is a container that may be added temporarily to an existin Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -### Not allowed {#Not allowed} +### Not allowed {#Not-allowed} - **ports** ([]ContainerPort)