|
1 | 1 | # Knative Operator
|
2 | 2 |
|
| 3 | +[](https://pkg.go.dev/github.com/knative/operator) |
| 4 | +[](https://goreportcard.com/report/knative/operator) |
| 5 | +[](https://github.com/knative/operator/releases) |
| 6 | +[](https://github.com/knative/operator/blob/main/LICENSE) |
| 7 | +[](https://knative.slack.com) |
| 8 | +[](https://codecov.io/gh/knative/operator) |
| 9 | +[](https://bestpractices.coreinfrastructure.org/projects/5913) |
| 10 | + |
3 | 11 | The Knative Operator defines custom resources for the
|
4 |
| -[Knative](https://knative.dev/) components, [serving](config/300-serving.yaml) |
5 |
| -and [eventing](config/300-eventing.yaml), enabling users to configure, install, |
| 12 | +[Knative](https://knative.dev/) components, including serving and eventing, enabling users to configure, install, |
6 | 13 | upgrade and maintain these components over their lifecycle through a simple API.
|
7 | 14 |
|
8 | 15 | Details:
|
9 | 16 |
|
10 |
| -- [Installation](docs/installation.md) |
11 |
| -- [Configuration](docs/configuration.md) |
| 17 | +- [Installation](https://knative.dev/docs/install/operator/knative-with-operators/) |
| 18 | +- [Serving Configuration](https://knative.dev/docs/install/operator/configuring-serving-cr/) |
| 19 | +- [Eventing Configuration](https://knative.dev/docs/install/operator/configuring-eventing-cr/) |
| 20 | +- [Upgrade](docs/upgrade.md) |
12 | 21 | - [Development](docs/development.md)
|
13 | 22 | - [Release](docs/release.md)
|
| 23 | + |
| 24 | +For documentation on using Knative Operator, see the |
| 25 | +[Knative operator section](https://knative.dev/docs/install/operator/knative-with-operators/) of the |
| 26 | +[Knative documentation site](https://www.knative.dev/docs). |
| 27 | + |
| 28 | +If you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md) |
| 29 | +and [DEVELOPMENT.md](./DEVELOPMENT.md). |
0 commit comments