apiVersion: v1 kind: Pod metadata: annotations: checksum/config: 0e3775ea2e8a6b7e86b8d0432c388c7fa7ad20643b48f13b607edf5df8cd5a37-7222864f6ca9b25998f9fa140cf3f852464431c9cbf5d7c2e86cdfd9c5713192 k8s.v1.cni.cncf.io/networks: '[ { "name": "n4network", "interface": "n4", "ips": [ "10.100.50.244/29" ] } ]' creationTimestamp: "2021-06-25T12:59:38Z" generateName: free5g-smf-7d978b49d6- labels: nf: smf pod-template-hash: 7d978b49d6 project: free5gc managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:checksum/config: {} f:k8s.v1.cni.cncf.io/networks: {} f:generateName: {} f:labels: .: {} f:nf: {} f:pod-template-hash: {} f:project: {} f:ownerReferences: .: {} k:{"uid":"e2d6a41a-a603-4bbc-bc92-5b91d0c0aae8"}: .: {} f:apiVersion: {} f:blockOwnerDeletion: {} f:controller: {} f:kind: {} f:name: {} f:uid: {} f:spec: f:containers: k:{"name":"smf"}: .: {} f:command: {} f:env: .: {} k:{"name":"GIN_MODE"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:ports: .: {} k:{"containerPort":80,"protocol":"TCP"}: .: {} f:containerPort: {} f:name: {} f:protocol: {} k:{"containerPort":8805,"protocol":"UDP"}: .: {} f:containerPort: {} f:name: {} f:protocol: {} f:resources: .: {} f:limits: .: {} f:cpu: {} f:memory: {} f:requests: .: {} f:cpu: {} f:memory: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/free5gc/config/"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:initContainers: .: {} k:{"name":"wait-nrf"}: .: {} f:command: {} f:env: .: {} k:{"name":"DEPENDENCIES"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"smf-volume"}: .: {} f:name: {} f:projected: .: {} f:defaultMode: {} f:sources: {} f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:initContainerStatuses: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.42.1.39"}: .: {} f:ip: {} f:startTime: {} manager: k3s operation: Update time: "2021-06-25T14:02:24Z" name: free5g-smf-7d978b49d6-knrjx namespace: free5gc ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: ReplicaSet name: free5g-smf-7d978b49d6 uid: e2d6a41a-a603-4bbc-bc92-5b91d0c0aae8 resourceVersion: "10159843" uid: 2a7d33f8-06b3-4282-b3e8-f587b4ff3cd8 spec: containers: - command: - sh - -c - /free5gc/config/wrapper.sh env: - name: GIN_MODE value: release image: towards5gs/free5gc-smf:v3.0.5 imagePullPolicy: IfNotPresent name: smf ports: - containerPort: 80 name: nsmf protocol: TCP - containerPort: 8805 name: pfcp protocol: UDP resources: limits: cpu: 150m memory: 64Mi requests: cpu: 150m memory: 64Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /free5gc/config/ name: smf-volume - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: default-token-gwjk4 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true initContainers: - command: - sh - -c - set -x; for dependency in $DEPENDENCIES; do while [ $(curl --connect-timeout 5 -s -o /dev/null -w "%{http_code}" $dependency) -ne 200 ]; do echo waiting for dependencies; sleep 1; done; done; env: - name: DEPENDENCIES value: http://nrf-nnrf:8000 image: towards5gs/initcurl:1.0.0 imagePullPolicy: IfNotPresent name: wait-nrf resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: default-token-gwjk4 readOnly: true nodeName: redant2 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: default serviceAccountName: default 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: - name: smf-volume projected: defaultMode: 420 sources: - configMap: items: - key: smfcfg.yaml path: smfcfg.yaml - key: uerouting.yaml path: uerouting.yaml - key: wrapper.sh mode: 511 path: wrapper.sh name: smf-configmap - configMap: name: free5gc4controlplane-configmap - name: default-token-gwjk4 secret: defaultMode: 420 secretName: default-token-gwjk4 status: conditions: - lastProbeTime: null lastTransitionTime: "2021-06-25T13:00:14Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-06-25T14:02:24Z" message: 'containers with unready status: [smf]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2021-06-25T14:02:24Z" message: 'containers with unready status: [smf]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-06-25T12:59:38Z" status: "True" type: PodScheduled containerStatuses: - containerID: docker://8f3a18501df345cb2641d2015acebada91902f32b64e99f17dec68f993d18edc image: towards5gs/free5gc-smf:v3.0.5 imageID: docker-pullable://towards5gs/free5gc-smf@sha256:9eea6ebd04b42898690e903f1b02374b56f608850af8440946b7510c61336358 lastState: terminated: containerID: docker://8f3a18501df345cb2641d2015acebada91902f32b64e99f17dec68f993d18edc exitCode: 2 finishedAt: "2021-06-25T14:53:33Z" reason: Error startedAt: "2021-06-25T14:53:33Z" name: smf ready: false restartCount: 27 started: false state: waiting: message: back-off 5m0s restarting failed container=smf pod=free5g-smf-7d978b49d6-knrjx_free5gc(2a7d33f8-06b3-4282-b3e8-f587b4ff3cd8) reason: CrashLoopBackOff hostIP: 10.79.23.69 initContainerStatuses: - containerID: docker://f5f9f924dbd0e1c7b4da15e5e9a9d07612f014a187fe88d1636119890b930524 image: towards5gs/initcurl:1.0.0 imageID: docker-pullable://towards5gs/initcurl@sha256:e23221cf71f98e8a46a324a3325650a5f675d9ab198eab079109872c670b6e90 lastState: {} name: wait-nrf ready: true restartCount: 0 state: terminated: containerID: docker://f5f9f924dbd0e1c7b4da15e5e9a9d07612f014a187fe88d1636119890b930524 exitCode: 0 finishedAt: "2021-06-25T13:00:12Z" reason: Completed startedAt: "2021-06-25T12:59:53Z" phase: Running podIP: 10.42.1.39 podIPs: - ip: 10.42.1.39 qosClass: Burstable startTime: "2021-06-25T12:59:38Z"