Skip to content

Commit

Permalink
Merge pull request #1150 from cedricclyburn/operators-4-7
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn authored Jun 5, 2021
2 parents 183c7f3 + a20c802 commit 4df4a0e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion operatorframework/etcd-operator/finish.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion operatorframework/etcd-operator/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5",
"imageid": "openshift-4-7",
"port": 8443
}
}
Expand Down
13 changes: 5 additions & 8 deletions operatorframework/etcd-operator/intro.md
Original file line number Diff line number Diff line change
@@ -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!
2 changes: 1 addition & 1 deletion operatorframework/go-operator-podset/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5",
"imageid": "openshift-4-7",
"port": 8443
}
}
Expand Down
2 changes: 1 addition & 1 deletion operatorframework/helm-operator/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5",
"imageid": "openshift-4-7",
"port": 8443
}
}
2 changes: 1 addition & 1 deletion operatorframework/operator-lifecycle-manager/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5",
"imageid": "openshift-4-7",
"port": 8443
}
}

0 comments on commit 4df4a0e

Please sign in to comment.