Fix anchors with unsupported characters
parent
a088d1f27a
commit
21cee4340d
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue