Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
doc: alpha-features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng committed Jul 13, 2017
1 parent 9a64ba1 commit a89a9e8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/alpha-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Alpha Features

Tracking document for alpha features of Kubernetes that etcd operators makes use of.

We track these alpha features as their behavior may change or be deprecated between Kubernetes versions.
Therefore clusters that use these features need to keep track of any potential changes in upstream releases.
See the upstream [api versioning documentation](https://github.com/kubernetes/community/blob/master/contributors/devel/api_changes.md#alpha-beta-and-stable-versions) for more information.


### TolerateUnreadyEndpointsAnnotation

Used by the etcd client and peer service object.

This alpha annotation will retain the endpoints even if the etcd pod isn't ready.
This feature is always enabled in endpoint controller in k8s even it is alpha.

References:
- https://github.com/coreos/etcd-operator/issues/622
- https://github.com/coreos/etcd-operator/issues/1257

0 comments on commit a89a9e8

Please sign in to comment.