Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-723

Support spec.deployments.labels and annotations for Kourier

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Undefined Undefined
    • 1.15.0
    • None
    • None
    • None

      Upstream supports spec.deployments by https://github.com/knative/operator/pull/472 but downstream installs Kourier outside of "official" directory - see SRVKS-721.
      So we need to support it by downstream code.

      In short, the following configuration adds labels and annotations to 3scale-kourier-control.

      apiVersion: operator.knative.dev/v1alpha1
      kind: KnativeServing
      metadata:
        name: ks
        namespace: knative-serving
      spec:
        deployments:
        - name: 3scale-kourier-control
          labels:
            mylabel: foo
          annotations:
            myanno: bar
      

              rhn-support-knakayam Kenjiro Nakayama (Inactive)
              rhn-support-knakayam Kenjiro Nakayama (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: