Skip to content

Commit

Permalink
Doc updates for volume scheduling GA (#10743)
Browse files Browse the repository at this point in the history
* Doc updates for volume scheduling GA

* Make trivial change to kick build
  • Loading branch information
msau42 authored and tfogo committed Dec 1, 2018
1 parent aa7d309 commit 7d97705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 0 additions & 13 deletions content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ the class or PV, so mount of the PV will simply fail if one is invalid.

### Volume Binding Mode

{{< feature-state for_k8s_version="v1.12" state="beta" >}}

{{< note >}}
This feature requires the `VolumeScheduling` feature gate to be
enabled.
{{< /note >}}

The `volumeBindingMode` field controls when [volume binding and dynamic
provisioning](/docs/concepts/storage/persistent-volumes/#provisioning) should occur.

Expand Down Expand Up @@ -159,12 +152,6 @@ The following plugins support `WaitForFirstConsumer` with pre-created Persistent
* [Local](#local)

### Allowed Topologies
{{< feature-state for_k8s_version="v1.12" state="beta" >}}

{{< note >}}
This feature requires the `VolumeScheduling` feature gate to be
enabled.
{{< /note >}}

When a cluster operactor specifies the `WaitForFirstConsumer` volume binding mode, it is no longer necessary
to restrict provisioning to specific topologies in most situations. However,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ different Kubernetes components.
| `TokenRequestProjection` | `true` | Beta | 1.12 | |
| `TTLAfterFinished` | `false` | Alpha | 1.12 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
| `VolumeScheduling` | `true` | Beta | 1.10 | |
| `VolumeScheduling` | `true` | Beta | 1.10 | 1.12 |
| `VolumeScheduling` | `true` | GA | 1.13 | |
| `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.11 | |
| `VolumeSnapshotDataSource` | `false` | Alpha | 1.12 | |
| `ScheduleDaemonSetPods` | `false` | Alpha | 1.11 | 1.11 |
Expand Down

0 comments on commit 7d97705

Please sign in to comment.