autoscaler-hpa-76d88554b8 created 2021-08-30 18:59:57, version 3508118925

deployment.kubernetes.io/desired-replicas: 1 deployment.kubernetes.io/max-replicas: 2 deployment.kubernetes.io/revision: 1 manifestival: new

Spec

replicas: 1
selector:
  matchLabels:
    app: autoscaler-hpa
    pod-template-hash: 76d88554b8
template:
  metadata:
    annotations:
      cluster-autoscaler.kubernetes.io/safe-to-evict: 'true'
    creationTimestamp: null
    labels:
      app: autoscaler-hpa
      pod-template-hash: 76d88554b8
      serving.knative.dev/release: v0.24.0
  spec:
    affinity:
      podAntiAffinity:
        preferredDuringSchedulingIgnoredDuringExecution:
        - podAffinityTerm:
            labelSelector:
              matchLabels:
                app: autoscaler-hpa
            topologyKey: kubernetes.io/hostname
          weight: 100
    containers:
    - env:
      - name: SYSTEM_NAMESPACE
        valueFrom:
          fieldRef:
            apiVersion: v1
            fieldPath: metadata.namespace
      - name: CONFIG_LOGGING_NAME
        value: config-logging
      - name: CONFIG_OBSERVABILITY_NAME
        value: config-observability
      - name: METRICS_DOMAIN
        value: knative.dev/serving
      image: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler-hpa@sha256:81aea5b98d938b3762371e28387d4c3d0709e05d08c44ae56a13d0dfd7dc210a
      imagePullPolicy: IfNotPresent
      name: autoscaler-hpa
      ports:
      - containerPort: 9090
        name: metrics
        protocol: TCP
      - containerPort: 8008
        name: profiling
        protocol: TCP
      resources:
        limits:
          cpu: 300m
          memory: 400Mi
        requests:
          cpu: 30m
          memory: 40Mi
      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: controller
    serviceAccountName: controller
    terminationGracePeriodSeconds: 30

Status

availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1

Events

Type Reason Age From Message
No events found.