You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install sd-ran 1.4 as per the documentation. Environment is generic AKS.
Getting some interesting warnings
W0403 19:41:53.777568 428 warnings.go:70] spec.template.metadata.annotations[seccomp.security.alpha.kubernetes.io/pod]: deprecated since v1.19, non-functional in v1.25+; use the "seccompProfile" field instead
W0403 19:41:53.807099 428 warnings.go:70] spec.template.metadata.annotations[seccomp.security.alpha.kubernetes.io/pod]: deprecated since v1.19, non-functional in v1.25+; use the "seccompProfile" field instead
NAME: sd-ran
LAST DEPLOYED: Mon Apr 3 19:41:51 2023
NAMESPACE: sdran
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing sd-ran Helm chart.
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 2m33s default-scheduler Successfully assigned sdran/onos-e2t-b8cfc66c4-nx5x9 to aks-nodepool1-91329116-vmss000000
Normal Pulled 2m31s kubelet Container image "onosproject/service-model-docker-e2sm_rc_pre_go-1.0.0:v0.8.7" already present on machine
Normal Created 2m31s kubelet Created container service-model-e2sm-rc-pre-go-1-0-0
Normal Started 2m31s kubelet Started container service-model-e2sm-rc-pre-go-1-0-0
Normal Pulled 2m30s kubelet Container image "onosproject/service-model-docker-e2sm_kpm_v2_go-1.0.0:v0.8.7" already present on machine
Normal Created 2m30s kubelet Created container service-model-e2sm-kpm-v2-go-1-0-0
Normal Started 2m30s kubelet Started container service-model-e2sm-kpm-v2-go-1-0-0
Normal Pulled 2m29s kubelet Container image "onosproject/service-model-docker-e2sm_mho_go-1.0.0:v0.8.7" already present on machine
Normal Created 2m29s kubelet Created container service-model-e2sm-mho-go-1-0-0
Normal Started 2m29s kubelet Started container service-model-e2sm-mho-go-1-0-0
Normal Pulled 2m28s kubelet Container image "onosproject/service-model-docker-e2sm_rsm-1.0.0:v0.8.7" already present on machine
Normal Created 2m28s kubelet Created container service-model-e2sm-rsm-1-0-0
Normal Started 2m28s kubelet Started container service-model-e2sm-rsm-1-0-0
Normal Pulled 2m27s kubelet Container image "atomix/atomix-broker:v0.6.2" already present on machine
Normal Created 2m27s kubelet Created container atomix-broker
Normal Pulled 2m26s kubelet Container image "atomix/atomix-raft-storage-driver:v0.9.19" already present on machine
Normal Started 2m26s kubelet Started container driver-raft-v2beta2
Normal Created 2m26s kubelet Created container driver-raft-v2beta2
Normal Started 2m26s kubelet Started container atomix-broker
Warning Unhealthy 2m22s kubelet Startup probe failed: dial tcp 10.244.0.78:5150: connect: connection refused
Normal CreatedProxy 2m20s atomix Created proxy to 'onos-consensus-store' for primitive 'onos-e2t-subscriptions'
Normal StartingAgent 2m20s atomix Starting agent for store 'onos-consensus-store'
Normal StartedAgent 2m20s atomix Started agent for store 'onos-consensus-store'
Normal CreatingProxy 2m20s atomix Creating proxy for primitive 'onos-e2t-subscriptions'
Normal RegisteringPrimitive 2m20s atomix Registering primitive 'onos-e2t-subscriptions'
Normal RegisteredPrimitive 2m20s atomix Registered primitive 'onos-e2t-subscriptions' with broker
Normal CreatingProxy 2m20s atomix Creating proxy for primitive 'onos-e2t-channels'
Normal CreatedProxy 2m20s atomix Created proxy to 'onos-consensus-store' for primitive 'onos-e2t-channels'
Normal RegisteringPrimitive 2m20s atomix Registering primitive 'onos-e2t-channels'
Normal RegisteredPrimitive 2m20s atomix Registered primitive 'onos-e2t-channels' with broker
Normal Started 2m19s (x2 over 2m27s) kubelet Started container onos-e2t
Normal Created 2m19s (x2 over 2m27s) kubelet Created container onos-e2t
Normal Pulled 2m19s (x2 over 2m27s) kubelet Container image "onosproject/onos-e2t:v0.10.13" already present on machine
So the probe is trying to connect to the ip of the pod itself and is getting denied:
aviv [ ~ ]$ k get pods onos-e2t-b8cfc66c4-nx5x9 -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
onos-e2t-b8cfc66c4-nx5x9 2/3 CrashLoopBackOff 7 (69s ago) 12m 10.244.0.78 aks-nodepool1-91329116-vmss000000 <none> 1/1
More specifically, the probe is trying to connect to the onos-et2 container:
Trying to install sd-ran 1.4 as per the documentation. Environment is generic AKS.
onos-et2
container:Logs from the e2t container:
Some protocol is not supported? Please advise.
The text was updated successfully, but these errors were encountered: