question

sharath.koushik_136885 avatar image
sharath.koushik_136885 asked Erick Ramirez edited

What should "host: repair.YOURADDRESS" be set to in k8ssandra.yaml?

I am trying to get k8ssandra setup on my machine. However, I am having difficulty in getting the containers to start. Could you please advice with an example as to how the value for host be set below in k8ssandra.yaml

reaper:

autoschedule: false

enabled: true

ingress:

enabled: true

host: repair.<YOURADDRESS>

method: traefik

traefik:

entrypoint: web

Below is the error

k8ssandra-cass-operator-756f985c7f-bsk4g 0/1 ImagePullBackOff 0 4m57s
k8ssandra-dc1-stargate-776bdbc4c5-fjbpl 0/1 Init:0/1 0 4m57s
k8ssandra-grafana-778457d768-l7b4l 0/2 Init:ImagePullBackOff 0 4m57s
k8ssandra-kube-prometheus-admission-patch-47nw5 0/1 CreateContainerError 0 4m55s
k8ssandra-kube-prometheus-operator-5556885bd6-57tbk 0/1 CreateContainerError 0 4m57s
k8ssandra-reaper-operator-f6bc9b77b-hjr76 0/1 CreateContainerError 0 4m57s
traefik-dcdb65599-n4z7f 1/1 Running 0 7m59s
k8ssandra
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Simon avatar image
Simon answered

Try localhost as per the example found here:

https://k8ssandra.io/docs/topics/ingress/traefik/repair/

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.