3scale-kourier-control-6d98f655d4 created 2021-08-30 18:59:59, version 3508118757

apiVersion: apps/v1
kind: ReplicaSet
metadata:
  annotations:
    deployment.kubernetes.io/desired-replicas: '1'
    deployment.kubernetes.io/max-replicas: '2'
    deployment.kubernetes.io/revision: '1'
    manifestival: new
  creationTimestamp: '2021-08-30T18:59:59Z'
  generation: 1
  labels:
    app: 3scale-kourier-control
    pod-template-hash: 6d98f655d4
  managedFields:
  - apiVersion: apps/v1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .: {}
          f:deployment.kubernetes.io/desired-replicas: {}
          f:deployment.kubernetes.io/max-replicas: {}
          f:deployment.kubernetes.io/revision: {}
          f:manifestival: {}
        f:labels:
          .: {}
          f:app: {}
          f:pod-template-hash: {}
        f:ownerReferences:
          .: {}
          k:{"uid":"37c193c4-16f4-4683-bcc7-478a6374c05c"}:
            .: {}
            f:apiVersion: {}
            f:blockOwnerDeletion: {}
            f:controller: {}
            f:kind: {}
            f:name: {}
            f:uid: {}
      f:spec:
        f:replicas: {}
        f:selector: {}
        f:template:
          f:metadata:
            f:labels:
              .: {}
              f:app: {}
              f:pod-template-hash: {}
          f:spec:
            f:containers:
              k:{"name":"kourier-control"}:
                .: {}
                f:env:
                  .: {}
                  k:{"name":"CERTS_SECRET_NAME"}:
                    .: {}
                    f:name: {}
                  k:{"name":"CERTS_SECRET_NAMESPACE"}:
                    .: {}
                    f:name: {}
                  k:{"name":"KOURIER_GATEWAY_NAMESPACE"}:
                    .: {}
                    f:name: {}
                    f:value: {}
                  k:{"name":"METRICS_DOMAIN"}:
                    .: {}
                    f:name: {}
                    f:value: {}
                  k:{"name":"SYSTEM_NAMESPACE"}:
                    .: {}
                    f:name: {}
                    f:valueFrom:
                      .: {}
                      f:fieldRef:
                        .: {}
                        f:apiVersion: {}
                        f:fieldPath: {}
                f:image: {}
                f:imagePullPolicy: {}
                f:name: {}
                f:ports:
                  .: {}
                  k:{"containerPort":18000,"protocol":"TCP"}:
                    .: {}
                    f:containerPort: {}
                    f:name: {}
                    f:protocol: {}
                f:resources: {}
                f:securityContext:
                  .: {}
                  f:allowPrivilegeEscalation: {}
                  f:capabilities:
                    .: {}
                    f:drop: {}
                  f:readOnlyRootFilesystem: {}
                  f:runAsNonRoot: {}
                f:terminationMessagePath: {}
                f:terminationMessagePolicy: {}
            f:dnsPolicy: {}
            f:restartPolicy: {}
            f:schedulerName: {}
            f:securityContext: {}
            f:serviceAccount: {}
            f:serviceAccountName: {}
            f:terminationGracePeriodSeconds: {}
      f:status:
        f:availableReplicas: {}
        f:fullyLabeledReplicas: {}
        f:observedGeneration: {}
        f:readyReplicas: {}
        f:replicas: {}
    manager: k3s
    operation: Update
    time: '2025-10-19T10:16:33Z'
  name: 3scale-kourier-control-6d98f655d4
  namespace: knative-serving
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: Deployment
    name: 3scale-kourier-control
    uid: 37c193c4-16f4-4683-bcc7-478a6374c05c
  resourceVersion: '3508118757'
  uid: c1bd0fd5-41bb-4547-93f2-2a9bc9b16d5a
spec:
  replicas: 1
  selector:
    matchLabels:
      app: 3scale-kourier-control
      pod-template-hash: 6d98f655d4
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: 3scale-kourier-control
        pod-template-hash: 6d98f655d4
    spec:
      containers:
      - env:
        - name: CERTS_SECRET_NAMESPACE
        - name: CERTS_SECRET_NAME
        - name: SYSTEM_NAMESPACE
          valueFrom:
            fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
        - name: METRICS_DOMAIN
          value: knative.dev/samples
        - name: KOURIER_GATEWAY_NAMESPACE
          value: knative-serving
        image: gcr.io/knative-releases/knative.dev/net-kourier/cmd/kourier@sha256:2643d917e00eca0eadde87bccaff1748afb700fff46607af7e2b4189e324ae57
        imagePullPolicy: IfNotPresent
        name: kourier-control
        ports:
        - containerPort: 18000
          name: http2-xds
          protocol: TCP
        resources: {}
        securityContext:
          allowPrivilegeEscalation: false
          capabilities:
            drop:
            - all
          readOnlyRootFilesystem: true
          runAsNonRoot: true
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
      dnsPolicy: ClusterFirst
      restartPolicy: Always
      schedulerName: default-scheduler
      securityContext: {}
      serviceAccount: 3scale-kourier
      serviceAccountName: 3scale-kourier
      terminationGracePeriodSeconds: 30
status:
  availableReplicas: 1
  fullyLabeledReplicas: 1
  observedGeneration: 1
  readyReplicas: 1
  replicas: 1