Describe the operator as in beta phase (#4061)

* Describe the operator as in beta phase

* Use a neat way
This commit is contained in:
Vincent 2021-07-27 05:59:50 -04:00 committed by GitHub
parent ebee6e14db
commit e373746727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
Knative provides a [Kubernetes Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to install, configure and manage Knative.
You can install the Serving component, Eventing component, or both on your cluster.
!!! warning
The Knative Operator is still in Alpha phase. It has not been tested in a production environment, and should be used for development or test purposes only.
{{ feature(beta="0.25") }}
--8<-- "prerequisites.md"