Skip to content

Commit

Permalink
Merge pull request #40000 from jsafrane/storage-ga-remove-alpha
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Remove alpha provisioning

This is the first part of kubernetes/enhancements#36

@kubernetes/sig-storage-misc 

**Release note**:
```release-note
Alpha version of dynamic volume provisioning is removed in this release. Annotation
"volume.alpha.kubernetes.io/storage-class" does not have any special meaning. A default storage class
and  DefaultStorageClass admission plugin can be used to preserve similar behavior of Kubernetes cluster,
see https://kubernetes.io/docs/user-guide/persistent-volumes/#class-1 for details.
```
  • Loading branch information
talblubClouby96 committed Feb 16, 2017
2 parents fd9ec36 + ccdd544 commit 93fc1b5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions cockroachdb/cockroachdb-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ spec:
volumeClaimTemplates:
- metadata:
name: datadir
annotations:
volume.alpha.kubernetes.io/storage-class: anything
spec:
accessModes:
- "ReadWriteOnce"
Expand Down
2 changes: 0 additions & 2 deletions storage/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ spec:
volumeClaimTemplates:
- metadata:
name: cassandra-data
annotations:
volume.alpha.kubernetes.io/storage-class: anything
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
Expand Down
2 changes: 0 additions & 2 deletions storage/cassandra/cassandra-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ spec:
volumeClaimTemplates:
- metadata:
name: cassandra-data
annotations:
volume.alpha.kubernetes.io/storage-class: anything
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
Expand Down
2 changes: 0 additions & 2 deletions volumes/nfs/provisioner/nfs-server-gce-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ metadata:
name: nfs-pv-provisioning-demo
labels:
demo: nfs-pv-provisioning
annotations:
volume.alpha.kubernetes.io/storage-class: any
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
Expand Down

0 comments on commit 93fc1b5

Please sign in to comment.