Knative Serving

  • By Kubeflow Charmers
Channel Revision Published Runs on
latest/beta 442 09 Jul 2024
Ubuntu 20.04
latest/edge 498 30 Aug 2024
Ubuntu 20.04
1.12/stable 487 21 Aug 2024
Ubuntu 20.04
1.12/edge 500 04 Sep 2024
Ubuntu 20.04
1.10/stable 484 20 Aug 2024
Ubuntu 20.04
1.10/edge 491 27 Aug 2024
Ubuntu 20.04
1.8/stable 346 09 Oct 2023
Ubuntu 20.04
1.8/beta 164 28 Mar 2023
Ubuntu 20.04
1.8/edge 346 28 Sep 2023
Ubuntu 20.04
1.1/edge 25 19 Aug 2022
Ubuntu 20.04
juju deploy knative-serving --channel beta
Show information

Platform:

Ubuntu
20.04

Learn about configurations >

  • 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

  • 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.

  • 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.