-
Notifications
You must be signed in to change notification settings - Fork 34
Description
After using make aether-5gc-install it comes out as this error.
TASK [core : deploy aether 5gc] ************************************************************************************************************************************************************************************ fatal: [node1]: FAILED! => {"changed": false, "command": "/usr/local/bin/helm --version=3.0.0 upgrade -i --reset-values --wait --timeout 2m30s --create-namespace --values=/tmp/sdcore-5g-values.yaml sd-core 'aether/sd-core'", "msg": "Failure when executing Helm command. Exited 1.\nstdout: Release \"sd-core\" does not exist. Installing it now.\n\nstderr: coalesce.go:237: warning: skipped value for kafka.config: Not a table.\nError: context deadline exceeded\n", "stderr": "coalesce.go:237: warning: skipped value for kafka.config: Not a table.\nError: context deadline exceeded\n", "stderr_lines": ["coalesce.go:237: warning: skipped value for kafka.config: Not a table.", "Error: context deadline exceeded"], "stdout": "Release \"sd-core\" does not exist. Installing it now.\n", "stdout_lines": ["Release \"sd-core\" does not exist. Installing it now."]
and if I use this: aether-onramp$ kubectl -n aether-5gc describe pod kafka-0
`Events:
Type Reason Age From Message
Normal Scheduled 82s default-scheduler Successfully assigned aether-5gc/kafka-0 to node1
Warning FailedMount 81s kubelet MountVolume.SetUp failed for volume "scripts" : failed to sync configmap cache: timed out waiting for the condition
Normal AddedInterface 76s multus Add eth0 [10.42.0.44/32] from k8s-pod-network
Normal Pulling 76s kubelet Pulling image "busybox"
Normal Pulled 75s kubelet Successfully pulled image "busybox" in 718.965005ms
Normal Created 75s kubelet Created container wait-for-zookeeper
Normal Started 75s kubelet Started container wait-for-zookeeper
Normal Pulling 19s (x3 over 63s) kubelet Pulling image "docker.io/bitnami/kafka:3.3.1-debian-11-r34"
Warning Failed 19s (x3 over 62s) kubelet Failed to pull image "docker.io/bitnami/kafka:3.3.1-debian-11-r34": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/kafka:3.3.1-debian-11-r34": failed to resolve reference "docker.io/bitnami/kafka:3.3.1-debian-11-r34": docker.io/bitnami/kafka:3.3.1-debian-11-r34: not found
Warning Failed 19s (x3 over 62s) kubelet Error: ErrImagePull
Normal BackOff 5s (x2 over 34s) kubelet Back-off pulling image "docker.io/bitnami/kafka:3.3.1-debian-11-r34"
Warning Failed 5s (x2 over 34s) kubelet Error: ImagePullBackOff`
I use a ubuntu server distribution and i was triying diferent configurations and uses but when i did a reset this happend and after i tried fixing i was not able, so i tried to do a clean install but it keeps happening.