matrix-redis-master-79fb4fd864-g2qdn created 2024-09-14 22:46:57, version 3508118770

checksum/configmap: 86bcc953bb473748a3d3dc60b7c11f34e60c9... checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c4... checksum/scripts: 560c33ff34d845009b51830c332aa05fa2114... checksum/secret: f0f55989fb3bc79b074d1b486abf9d6e59c08... cni.projectcalico.org/podIP: cni.projectcalico.org/podIPs: container.seccomp.security.alpha.kubernetes.io/redis: runtime/default

Spec

affinity:
  podAntiAffinity:
    preferredDuringSchedulingIgnoredDuringExecution:
    - podAffinityTerm:
        labelSelector:
          matchLabels:
            app.kubernetes.io/component: master
            app.kubernetes.io/instance: matrix
            app.kubernetes.io/name: redis
        topologyKey: kubernetes.io/hostname
      weight: 1
automountServiceAccountToken: true
containers:
- args:
  - -c
  - /opt/bitnami/scripts/start-scripts/start-master.sh
  command:
  - /bin/bash
  env:
  - name: BITNAMI_DEBUG
    value: 'false'
  - name: REDIS_REPLICATION_MODE
    value: master
  - name: ALLOW_EMPTY_PASSWORD
    value: 'no'
  - name: REDIS_PASSWORD
    valueFrom:
      secretKeyRef:
        key: redis-password
        name: matrix-redis
  - name: REDIS_TLS_ENABLED
    value: 'no'
  - name: REDIS_PORT
    value: '6379'
  image: docker.io/bitnami/redis:7.0.12-debian-11-r34
  imagePullPolicy: IfNotPresent
  livenessProbe:
    exec:
      command:
      - sh
      - -c
      - /health/ping_liveness_local.sh 5
    failureThreshold: 5
    initialDelaySeconds: 20
    periodSeconds: 5
    successThreshold: 1
    timeoutSeconds: 6
  name: redis
  ports:
  - containerPort: 6379
    name: redis
    protocol: TCP
  readinessProbe:
    exec:
      command:
      - sh
      - -c
      - /health/ping_readiness_local.sh 1
    failureThreshold: 5
    initialDelaySeconds: 20
    periodSeconds: 5
    successThreshold: 1
    timeoutSeconds: 2
  resources: {}
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    runAsGroup: 0
    runAsNonRoot: true
    runAsUser: 1001
    seccompProfile:
      type: RuntimeDefault
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /opt/bitnami/scripts/start-scripts
    name: start-scripts
  - mountPath: /health
    name: health
  - mountPath: /data
    name: redis-data
  - mountPath: /opt/bitnami/redis/mounted-etc
    name: config
  - mountPath: /opt/bitnami/redis/etc/
    name: redis-tmp-conf
  - mountPath: /tmp
    name: tmp
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-pwbp6
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: sed-infra-server-master-mcg58ax2-aa1e3892
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
  fsGroup: 1001
serviceAccount: matrix-redis
serviceAccountName: matrix-redis
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
  key: node.kubernetes.io/not-ready
  operator: Exists
  tolerationSeconds: 300
- effect: NoExecute
  key: node.kubernetes.io/unreachable
  operator: Exists
  tolerationSeconds: 300
volumes:
- configMap:
    defaultMode: 493
    name: matrix-redis-scripts
  name: start-scripts
- configMap:
    defaultMode: 493
    name: matrix-redis-health
  name: health
- configMap:
    defaultMode: 420
    name: matrix-redis-configuration
  name: config
- emptyDir: {}
  name: redis-tmp-conf
- emptyDir: {}
  name: tmp
- emptyDir: {}
  name: redis-data
- name: kube-api-access-pwbp6
  projected:
    defaultMode: 420
    sources:
    - serviceAccountToken:
        expirationSeconds: 3607
        path: token
    - configMap:
        items:
        - key: ca.crt
          path: ca.crt
        name: kube-root-ca.crt
    - downwardAPI:
        items:
        - fieldRef:
            apiVersion: v1
            fieldPath: metadata.namespace
          path: namespace

Status

conditions:
- lastProbeTime: null
  lastTransitionTime: '2024-09-14T22:46:57Z'
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:16:10Z'
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:16:10Z'
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2024-09-14T22:46:57Z'
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://d57920cf68afad748f2220bde22014dfb9c6bd03b0a8d27750108363a73d7532
  image: docker.io/bitnami/redis:7.0.12-debian-11-r34
  imageID: docker.io/bitnami/redis@sha256:ca2fc1b347c93b3c244cd5974b6784c41adebf4f367685b79a8723ba7dc2b10e
  lastState:
    terminated:
      containerID: containerd://de3707ae55cb6cb4bc76288d11747c35efffbb02d1dc0c02e578e565fba5f573
      exitCode: 255
      finishedAt: '2025-10-19T10:15:24Z'
      reason: Unknown
      startedAt: '2025-10-10T05:12:32Z'
  name: redis
  ready: true
  restartCount: 13
  started: true
  state:
    running:
      startedAt: '2025-10-19T10:15:48Z'
hostIP: 192.168.1.3
phase: Running
podIP: 172.18.117.196
podIPs:
- ip: 172.18.117.196
qosClass: BestEffort
startTime: '2024-09-14T22:46:57Z'

Events

Type Reason Age From Message
No events found.