Kube Describe Pod Ricplt Ricplt Ckey Chart Ckey 0
Kube Describe Pod Ricplt Ricplt Ckey Chart Ckey 0
Namespace: ricplt
Priority: 0
Service Account: ricplt-ckey-chart-ckey-stateful-sa
Node: rhocp-5-4pvzm-worker-0-s7ltw/5.0.0.15
Start Time: Wed, 05 Mar 2025 19:05:09 +0530
Labels: app=ckey
app.kubernetes.io/component=Security
app.kubernetes.io/instance=ricplt-ckey-chart
app.kubernetes.io/managed-by=Helm
app.kubernetes.io/name=ricplt-ckey-chart-ckey
app.kubernetes.io/part-of=ckey
app.kubernetes.io/version=12.3.1
controller-revision-hash=ricplt-ckey-chart-ckey-fd98d4fb8
helm.sh/chart=ckey-12.3.1
isu-upgrade=false
release=ricplt-ckey-chart
sidecar.istio.io/inject=false
statefulset.kubernetes.io/pod-name=ricplt-ckey-chart-ckey-0
Annotations: k8s.ovn.org/pod-networks:
{"default":{"ip_addresses":
["5.111.0.242/23"],"mac_address":"0a:58:05:6f:00:f2","gateway_ips":
["5.111.0.1"],"routes":[{"dest":"5.108.0.0/1...
k8s.v1.cni.cncf.io/network-status:
[{
"name": "ovn-kubernetes",
"interface": "eth0",
"ips": [
"5.111.0.242"
],
"mac": "0a:58:05:6f:00:f2",
"default": true,
"dns": {}
}]
kubectl.kubernetes.io/default-container: ricplt-ckey-chart-ckey
kubectl.kubernetes.io/default-exec-container: ricplt-ckey-chart-
ckey
openshift.io/scc: restricted-v2
rollme: Jz6mC
seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status: Running
SeccompProfile: RuntimeDefault
IP: 5.111.0.242
IPs:
IP: 5.111.0.242
Controlled By: StatefulSet/ricplt-ckey-chart-ckey
Containers:
ricplt-ckey-chart-ckey:
Container ID:
cri-o://1fa6f83888a962fdb01284fa7e1e773b013e6fe2cc9aafb83980560189bf470f
Image:
edgeapps-docker-local.artifactory-blr1.int.net.nokia.com/ric/ckey-
keycloak:24.0.5.2-rocky8-jre17-47
Image ID:
edgeapps-docker-local.artifactory-blr1.int.net.nokia.com/ric/ckey-
keycloak@sha256:b31d29e730c2555ef6650a3c67c9d9944d8d7e883d77539d1fbfe93795e4ecdc
Ports: 8443/TCP, 7800/TCP, 57800/TCP
Host Ports: 0/TCP, 0/TCP, 0/TCP
State: Running
Started: Wed, 05 Mar 2025 19:05:15 +0530
Ready: True
Restart Count: 0
Limits:
ephemeral-storage: 1Gi
memory: 2Gi
Requests:
cpu: 500m
ephemeral-storage: 1Gi
memory: 1Gi
Liveness: exec [sh -c CURL_TIMEOUT=5
ISTIO_ENABLED=false
#!/bin/bash
LIVENESS_LOG_FILE="/tmp/opt/keycloak/liveness.log"
log() {
if [ ! -f $LIVENESS_LOG_FILE ]
then
touch $LIVENESS_LOG_FILE
fi
echo ""$(date +'%Y-%m-%d %H:%M:%S,%3N') [quarkusLivenessprobe.sh] " $*" >>$
{LIVENESS_LOG_FILE}
}
PORT=${KC_HTTPS_PORT:-8443}
INGRESS_PATH=${KC_HTTP_RELATIVE_PATH:-"/"}
KEYCLOAK_URL="https://localhost:"${PORT}"${INGRESS_PATH}"/health
VERTX_URL="http://localhost:"${VERTX_HEALTH_CHECK_PORT}"/health"
log "ERROR: Exited with keycloak status ${KEYCLOAK_STATUS_CODE} and vertx status $
{VERTX_STATUS_CODE}"
exit 1