Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcd to 4-7 #1150

Merged
merged 3 commits into from
Jun 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}