Skip to content

Commit

Permalink
Fix anchors with unsupported characters
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jan 23, 2021
1 parent a088d1f commit 21cee43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 21cee43

Please sign in to comment.