Skip to content

Kafka error quick start. #109

@hberg-ule

Description

@hberg-ule

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions