diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-09-04 10:33:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 10:33:46 -0700 |
| commit | eabdd5124f7857eceae2beaf22b906fdb9fa3c75 (patch) | |
| tree | 92ebac395563428df41d8ea50b0c4816da77a643 | |
| parent | 5528c53f148abf2b1d839b25bc0101a2ef83da07 (diff) | |
| parent | 5ec7b5ea17e72f027dba3282a119906aeac9c740 (diff) | |
Merge pull request #2625 from marun/sigmc-update
sig-multicluster: Update readme to reflect current state of fedv2
| -rw-r--r-- | sig-multicluster/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sig-multicluster/README.md b/sig-multicluster/README.md index 9da3fae3..24f3c4a1 100644 --- a/sig-multicluster/README.md +++ b/sig-multicluster/README.md @@ -70,11 +70,12 @@ Control Plane for newer Multicluster-specific APIs. Discussions are ongoing to f | | | | -------------- |:-------| -| Recommended for Production | No code yet (discussions only). | -| General Availability | No. Prototypes only at this point. | +| Recommended for Production | Not yet. | +| General Availability | Beta by 2018-Q4. GA TBD. | | Current Level of Activity | Once to twice weekly discussions as part of Federation working group (most active SIG-Multicluster members). | | Owner(s) | Working Group | -| Where to find it? | Code prototypes in development (one [example here](https://github.com/marun/fnord)). Summary of meetings notes and meeting times [available](https://docs.google.com/document/d/1v-Kb1pUs3ww_x0MiKtgcyTXCAuZlbVlz4_A9wS3_HXY). | +| Where to find it? | https://github.com/kubernetes-sigs/federation-v2 | +| Meeting Agenda | https://docs.google.com/document/d/1v-Kb1pUs3ww_x0MiKtgcyTXCAuZlbVlz4_A9wS3_HXY | ### Cluster Registry Common abstraction for a Registry of Clusters that can store per-Cluster metadata and supports Kubernetes label selection. The Cluster Registry can be deployed as a standalone or an aggregated API server and currently provides a Registry of Clusters without any actively reconciling Kubernetes controller. The API design is documented [here](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/multicluster/cluster-registry/api-design.md) and is intended to serve as a basis to develop multicluster controllers. |
