Skip to content

Commit

Permalink
local pv GA doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Mar 1, 2019
1 parent 16b551c commit 489250b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 1 addition & 3 deletions content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,6 @@ references it.

### Local

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

```yaml
kind: StorageClass
apiVersion: storage.k8s.io/v1
Expand All @@ -750,7 +748,7 @@ provisioner: kubernetes.io/no-provisioner
volumeBindingMode: WaitForFirstConsumer
```

Local volumes do not support dynamic provisioning yet, however a StorageClass
Local volumes do not currently support dynamic provisioning, however a StorageClass
should still be created to delay volume binding until pod scheduling. This is
specified by the `WaitForFirstConsumer` volume binding mode.

Expand Down
9 changes: 0 additions & 9 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,15 +535,6 @@ See the [iSCSI example](https://github.com/kubernetes/examples/tree/{{< param "g

### local {#local}

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

{{< note >}}
The alpha PersistentVolume NodeAffinity annotation has been deprecated
and will be removed in a future release. Existing PersistentVolumes using this
annotation must be updated by the user to use the new PersistentVolume
`NodeAffinity` field.
{{< /note >}}

A `local` volume represents a mounted local storage device such as a disk,
partition or directory.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ different Kubernetes components.
| `MountPropagation` | `true` | GA | 1.12 | |
| `NodeLease` | `false` | Alpha | 1.12 | |
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | |
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | 1.13 |
| `PersistentLocalVolumes` | `true` | GA | 1.14 | |
| `PodPriority` | `false` | Alpha | 1.8 | |
| `PodReadinessGates` | `false` | Alpha | 1.11 | |
| `PodReadinessGates` | `true` | Beta | 1.12 | |
Expand Down

0 comments on commit 489250b

Please sign in to comment.