From 3f91dc336fc50f7492d5bd4e4fef76b36a8fc741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Fri, 26 May 2017 08:58:30 +0200 Subject: [PATCH] [stable/etcd-operator] Fix README.md (#1150) * Remove double `create` * Update project status from alpha to beta. --- stable/etcd-operator/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/etcd-operator/README.md b/stable/etcd-operator/README.md index dbdb3c6373..3953827c56 100644 --- a/stable/etcd-operator/README.md +++ b/stable/etcd-operator/README.md @@ -3,8 +3,8 @@ [etcd-operator](https://coreos.com/blog/introducing-the-etcd-operator.html) Simplify etcd cluster configuration and management. -__DISCLAIMER:__ While this chart has been well-tested, the etcd-operator is still currently in alpha. -Current project status is available [here](https://github.com/coreos/etcd-operator) +__DISCLAIMER:__ While this chart has been well-tested, the etcd-operator is still currently in beta. +Current project status is available [here](https://github.com/coreos/etcd-operator). ## Introduction @@ -28,7 +28,7 @@ $ helm install stable/etcd-operator --name my-release ``` __Note__: If you set `cluster.enabled` on install, it will have no effect. -Before you create create an etcd cluster, the TPR must be installed by the operator, so this option is ignored during helm installs, but can be used in upgrades. +Before you create an etcd cluster, the TPR must be installed by the operator, so this option is ignored during helm installs, but can be used in upgrades. ## Uninstalling the Chart