diff --git a/operatorframework/etcd-operator/finish.md b/operatorframework/etcd-operator/finish.md index 2126ce809..b472bc85e 100644 --- a/operatorframework/etcd-operator/finish.md +++ b/operatorframework/etcd-operator/finish.md @@ -1,10 +1,10 @@ For more information, check out the links below: ## Git Hub + * etcd Operator: https://github.com/coreos/etcd-operator * Operator-Framework: https://github.com/operator-framework * Operator-SDK: https://github.com/operator-framework/operator-sdk/ - ## Chat * Kubernetes Slack Chat (upstream): #kubernetes-operators at https://kubernetes.slack.com/ * Operator-Framework on Google Groups: https://groups.google.com/forum/#!forum/operator-framework diff --git a/operatorframework/etcd-operator/index.json b/operatorframework/etcd-operator/index.json index 6f40fce98..34141b6db 100644 --- a/operatorframework/etcd-operator/index.json +++ b/operatorframework/etcd-operator/index.json @@ -52,7 +52,7 @@ }, "backend": { "autoUpgrade": true, - "imageid": "openshift-4-5", + "imageid": "openshift-4-7", "port": 8443 } } diff --git a/operatorframework/etcd-operator/intro.md b/operatorframework/etcd-operator/intro.md index 0c4753d5b..6b7178e3e 100644 --- a/operatorframework/etcd-operator/intro.md +++ b/operatorframework/etcd-operator/intro.md @@ -1,17 +1,14 @@ -The etcd operator manages etcd clusters deployed to Kubernetes and automates tasks related to operating an etcd cluster. +In this self-paced tutorial, you will learn how to work with the etcd operator, used to manage etcd clusters deployed to Kubernetes and automates tasks related to operating an etcd cluster. +In this tutorial, you will gain an understanding of: - [Create and Destroy](https://github.com/coreos/etcd-operator#create-and-destroy-an-etcd-cluster) - [Resize](https://github.com/coreos/etcd-operator#resize-an-etcd-cluster) - [Failover](https://github.com/coreos/etcd-operator#failover) - [Rolling upgrade](https://github.com/coreos/etcd-operator#upgrade-an-etcd-cluster) - [Backup and Restore](https://github.com/coreos/etcd-operator#backup-and-restore-an-etcd-cluster) -There are [more spec examples](https://github.com/coreos/etcd-operator/blob/master/doc/user/spec_examples.md) on setting up clusters with different configurations +## Getting started -Read [Best Practices](https://github.com/coreos/etcd-operator/blob/master/doc/best_practices.md) for more information on how to better use etcd operator. +The etcd operator manages etcd clusters deployed to Kubernetes and automates tasks related to operating an etcd cluster. Read [Best Practices](https://github.com/coreos/etcd-operator/blob/master/doc/best_practices.md) for more information on how to better use etcd operator. Read [RBAC docs](https://github.com/coreos/etcd-operator/blob/master/doc/user/rbac.md) for how to setup RBAC rules for etcd operator if RBAC is in place. Finally the [Resources and Labels](https://github.com/coreos/etcd-operator/blob/master/doc/user/resource_labels.md) doc for an overview of the resources created by the etcd-operator. -Read [RBAC docs](https://github.com/coreos/etcd-operator/blob/master/doc/user/rbac.md) for how to setup RBAC rules for etcd operator if RBAC is in place. - -Read [Developer Guide](https://github.com/coreos/etcd-operator/blob/master/doc/dev/developer_guide.md) for setting up a development environment if you want to contribute. - -See the [Resources and Labels](https://github.com/coreos/etcd-operator/blob/master/doc/user/resource_labels.md) doc for an overview of the resources created by the etcd-operator. +In the following sections, you will go through each of the above topics to automate tasks related to operating an etcd cluster. Let's get started! \ No newline at end of file diff --git a/operatorframework/go-operator-podset/index.json b/operatorframework/go-operator-podset/index.json index 50ee90b94..e2c870679 100644 --- a/operatorframework/go-operator-podset/index.json +++ b/operatorframework/go-operator-podset/index.json @@ -49,7 +49,7 @@ }, "backend": { "autoUpgrade": true, - "imageid": "openshift-4-5", + "imageid": "openshift-4-7", "port": 8443 } } diff --git a/operatorframework/helm-operator/index.json b/operatorframework/helm-operator/index.json index 909695053..06475b230 100644 --- a/operatorframework/helm-operator/index.json +++ b/operatorframework/helm-operator/index.json @@ -55,7 +55,7 @@ }, "backend": { "autoUpgrade": true, - "imageid": "openshift-4-5", + "imageid": "openshift-4-7", "port": 8443 } } diff --git a/operatorframework/operator-lifecycle-manager/index.json b/operatorframework/operator-lifecycle-manager/index.json index 67cd4b960..7ea60e685 100644 --- a/operatorframework/operator-lifecycle-manager/index.json +++ b/operatorframework/operator-lifecycle-manager/index.json @@ -52,7 +52,7 @@ }, "backend": { "autoUpgrade": true, - "imageid": "openshift-4-5", + "imageid": "openshift-4-7", "port": 8443 } }