Knative Serving
- Kubeflow Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/beta | 442 | 09 Jul 2024 | |
latest/edge | 544 | 02 Dec 2024 | |
1.12/stable | 487 | 21 Aug 2024 | |
1.12/edge | 523 | 11 Oct 2024 | |
1.10/stable | 484 | 20 Aug 2024 | |
1.10/edge | 491 | 27 Aug 2024 | |
1.8/stable | 346 | 09 Oct 2023 | |
1.8/beta | 164 | 28 Mar 2023 | |
1.8/edge | 346 | 28 Sep 2023 |
juju deploy knative-serving --channel 1.12/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
custom_images | string
Default: activator: '' autoscaler: '' controller: '' webhook: '' autoscaler-hpa: '' net-istio-controller/controller: '' net-istio-webhook/webhook: '' queue-proxy: '' domain-mapping: '' domainmapping-webhook: '' migrate: ''
YAML or JSON formatted input defining images to use in Knative Serving. Any image omitted or set to '' here will use a default image. For usage details, see https://github.com/canonical/knative-operators/blob/main/charms/knative-serving/README.md#setting-custom-images-for-knative-serving.
-
domain.name | string
Default: 10.64.140.43.nip.io
The domain name used for all fully-qualified route names shown
-
http-proxy | string
The value of HTTP_PROXY environment variable in the serving controller.
-
https-proxy | string
The value of HTTPS_PROXY environment variable in the serving controller.
-
istio.gateway.name | string
Default: knative-gateway
(TEMP) The name of the Istio Gateway to use for Knative Serving
-
istio.gateway.namespace | string
(TEMP) The namespace where istio is deployed. It is usually the model name where istio (pilot and gateway) are deployed. This configuration is required.
-
namespace | string
The namespace to deploy Eventing to. This namespace cannot also contain another Knative Serving or Eventing instance. This configuration is required.
-
no-proxy | string
The value of NO_PROXY environment variable in the serving controller.
-
progress-deadline | string
Default: 600s
the duration to wait for the deployment to be ready before considering it failed.
-
queue_sidecar_image | string
Image to use for the
queue-proxy
sidecar container in a Knative Service workload Pod. -
registries-skipping-tag-resolving | string
Default: nvcr.io
Comma-seperated list of repositories for which tag to digest resolving should be skipped.
-
version | string
Default: 1.12.4
Version of knative-serving component.