Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knative/operator
Combined operator for Knative.
https://github.com/knative/operator
Last synced: 6 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:05:22.000Z (15 days ago)
- Last Synced: 2024-10-29T12:10:43.719Z (15 days ago)
- Language: Go
- Size: 49.3 MB
- Stars: 189
- Watchers: 19
- Forks: 98
- Open Issues: 12
-
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
README
# Knative Operator
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/knative/operator)
[![Go Report Card](https://goreportcard.com/badge/knative/operator)](https://goreportcard.com/report/knative/operator)
[![Releases](https://img.shields.io/github/release-pre/knative/operator.svg?sort=semver)](https://github.com/knative/operator/releases)
[![LICENSE](https://img.shields.io/github/license/knative/operator.svg)](https://github.com/knative/operator/blob/main/LICENSE)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://knative.slack.com)
[![codecov](https://codecov.io/gh/knative/operator/branch/main/graph/badge.svg)](https://codecov.io/gh/knative/operator)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5913/badge)](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).