https://github.com/knative/operator
Combined operator for Knative.
https://github.com/knative/operator
Last synced: 6 months ago
JSON representation
Combined operator for Knative.
- Host: GitHub
- URL: https://github.com/knative/operator
- Owner: knative
- License: apache-2.0
- Created: 2020-03-24T17:33:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-30T13:55:24.000Z (6 months ago)
- Last Synced: 2026-01-02T03:08:58.938Z (6 months ago)
- Language: Go
- Size: 58.7 MB
- Stars: 212
- Watchers: 16
- Forks: 109
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-ccamel - knative/operator - Combined operator for Knative. (Go)
README
# Knative Operator
[](https://pkg.go.dev/github.com/knative/operator)
[](https://goreportcard.com/report/knative/operator)
[](https://github.com/knative/operator/releases)
[](https://github.com/knative/operator/blob/main/LICENSE)
[](https://knative.slack.com)
[](https://codecov.io/gh/knative/operator)
[](https://bestpractices.coreinfrastructure.org/projects/5913)
The Knative Operator defines custom resources for the
[Knative](https://knative.dev/) components, including serving and eventing, enabling users to configure, install,
upgrade and maintain these components over their lifecycle through a simple API.
Details:
- [Installation](https://knative.dev/docs/install/operator/knative-with-operators/)
- [Serving Configuration](https://knative.dev/docs/install/operator/configuring-serving-cr/)
- [Eventing Configuration](https://knative.dev/docs/install/operator/configuring-eventing-cr/)
- [Upgrade](docs/upgrade.md)
- [Development](docs/development.md)
- [Release](docs/release.md)
For documentation on using Knative Operator, see the
[Knative operator section](https://knative.dev/docs/install/operator/knative-with-operators/) of the
[Knative documentation site](https://www.knative.dev/docs).
If you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md)
and [DEVELOPMENT.md](./DEVELOPMENT.md). For a list of help wanted issues across
Knative, take a look at [CLOTRIBUTOR](https://clotributor.dev/search?project=knative&page=1).