operator
operator copied to clipboard
Combined operator for Knative.
## Proposed Changes * As Knative Operator starts to stabilize the APIs, we plan to release the v1 version. As the ground work, we need to make the conversion webhook...
### **Describe the bug** We are using Knative-Operator to configure our Knative-Serving instance. We observed that when we tries to disable `contour` by setting `spec.ingress.contour.enabled` to false, the `net-contour-controller` deployment...
**Problem** The current approach of defining overrides for Knative components is to define a field, [called `deployments`](https://knative.dev/docs/install/operator/configuring-serving-cr/#override-system-deployments) like the following: ```yaml spec: deployments: - name: controller resources: - container: controller...
## What version of Knative? 1.1.0 ## Expected Behavior Upgrade Knative Serving from v1.1 to v1.2 using the [docs](https://knative.dev/development/install/upgrade/upgrade-installation-with-operator/) should be successful. ## Actual Behavior KnativeServing produces the error "the...
Upgrade to 1.6.0 resulted in an error with Invalid value: "v1alpha1": must appear in spec.versions
**Describe the bug** Upgrading the operator from 1.5.1 to 1.6.0 resulted in the following message ```bash Resource: "apiextensions.k8s.io/v1, Resource=customresourcedefinitions", GroupVersionKind: "apiextensions.k8s.io/v1, Kind=CustomResourceDefinition" Name: "knativeservings.operator.knative.dev", Namespace: "" for: "https://github.com/knative/operator/releases/download/knative-v1.6.0/operator.yaml": CustomResourceDefinition.apiextensions.k8s.io "knativeservings.operator.knative.dev"...
**Problem** Knative components support the upgrade and downgrade with ONLY one minor version. There have been CI tests in prows testing this scenario. Knative Operator also leverages the current capability...
Knative currently releases on a 6 week release cadence. That's awesome for getting features out quickly, but it makes it hard for downstream projects, that might be on a slower...
## Proposed Changes * Customers are facing slow environments and need to adjust timeouts and other settings in probes. * Some settings can be adjusted on the fly via changing...