Name:             keystone-544f89f8d4-qfdqn
Namespace:        watcher-kuttl-default
Priority:         0
Service Account:  keystone-keystone
Node:             crc/192.168.126.11
Start Time:       Fri, 05 Dec 2025 20:36:44 +0000
Labels:           owner=keystone
                  pod-template-hash=544f89f8d4
                  service=keystone
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.172/23"],"mac_address":"0a:58:0a:d9:00:ac","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0....
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.172"
                        ],
                        "mac": "0a:58:0a:d9:00:ac",
                        "default": true,
                        "dns": {}
                    }]
                  k8s.v1.cni.cncf.io/networks: []
                  openshift.io/scc: anyuid
Status:           Running
IP:               10.217.0.172
IPs:
  IP:           10.217.0.172
Controlled By:  ReplicaSet/keystone-544f89f8d4
Containers:
  keystone-api:
    Container ID:  cri-o://ad530b2158f1d8b632bb021118cac163d7caf0ca2ecaa9bb828bd7f64f0de375
    Image:         quay.io/podified-antelope-centos9/openstack-keystone:current-podified
    Image ID:      quay.io/podified-antelope-centos9/openstack-keystone@sha256:a7b6fa2f16a882674624b48939737e2bd95da7bef60db593a8e6e4d397fa516c
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
    Args:
      -c
      /usr/local/bin/kolla_start
    State:          Running
      Started:      Fri, 05 Dec 2025 20:36:46 +0000
    Ready:          True
    Restart Count:  0
    Liveness:       http-get https://:5000/v3 delay=5s timeout=30s period=30s #success=1 #failure=3
    Readiness:      http-get https://:5000/v3 delay=5s timeout=30s period=30s #success=1 #failure=3
    Environment:
      CONFIG_HASH:            n5bhbh566h597h574h578h566h66ch89hf9h8dh598h564hc4h5fh64h58fh8bh58dh649h646h65dh5c4hf8h596h585h5bdh5bfh66bh687h567h5f7q
      KOLLA_CONFIG_STRATEGY:  COPY_ALWAYS
    Mounts:
      /etc/keystone/credential-keys from credential-keys (ro)
      /etc/keystone/fernet-keys from fernet-keys (ro)
      /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem from combined-ca-bundle (ro,path="tls-ca-bundle.pem")
      /usr/local/bin/container-scripts from scripts (ro)
      /var/lib/config-data/default from config-data (rw)
      /var/lib/config-data/mtls/certs/mtls-ca.crt from cert-memcached-mtls (ro,path="ca.crt")
      /var/lib/config-data/mtls/certs/mtls.crt from cert-memcached-mtls (ro,path="tls.crt")
      /var/lib/config-data/mtls/private/mtls.key from cert-memcached-mtls (ro,path="tls.key")
      /var/lib/config-data/tls/certs/internal.crt from internal-tls-certs (ro,path="tls.crt")
      /var/lib/config-data/tls/certs/public.crt from public-tls-certs (ro,path="tls.crt")
      /var/lib/config-data/tls/private/internal.key from internal-tls-certs (ro,path="tls.key")
      /var/lib/config-data/tls/private/public.key from public-tls-certs (ro,path="tls.key")
      /var/lib/kolla/config_files/config.json from config-data (ro,path="keystone-api-config.json")
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bjt5h (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  scripts:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  keystone-scripts
    Optional:    false
  config-data:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  keystone-config-data
    Optional:    false
  fernet-keys:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  keystone
    Optional:    false
  credential-keys:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  keystone
    Optional:    false
  combined-ca-bundle:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  combined-ca-bundle
    Optional:    false
  cert-memcached-mtls:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cert-memcached-mtls
    Optional:    false
  internal-tls-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cert-keystone-internal-svc
    Optional:    false
  public-tls-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cert-keystone-public-svc
    Optional:    false
  kube-api-access-bjt5h:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       8m57s  default-scheduler  Successfully assigned watcher-kuttl-default/keystone-544f89f8d4-qfdqn to crc
  Normal  AddedInterface  8m57s  multus             Add eth0 [10.217.0.172/23] from ovn-kubernetes
  Normal  Pulled          8m57s  kubelet            Container image "quay.io/podified-antelope-centos9/openstack-keystone:current-podified" already present on machine
  Normal  Created         8m56s  kubelet            Created container keystone-api
  Normal  Started         8m56s  kubelet            Started container keystone-api
