Service does not have load balancer ingress IP address

Hallo,
question of a beginner.
Whats my mistake?
Thanks for help.

Ralf

Use Previous Container

Connected

Wed, Oct 25 2023 12:28:59 pmhelm install --namespace=default --timeout=10m0s --values=/home/shell/helm/values-traefik-25.0.0.yaml --version=25.0.0 --wait=true traefik /home/shell/helm/traefik-25.0.0.tgz 2023-10-25T10:28:59.689311170Z creating 1 resource(s) 2023-10-25T10:28:59.704919063Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s) 2023-10-25T10:28:59.736742732Z creating 1 resource(s) 2023-10-25T10:28:59.752836781Z creating 1 resource(s) 2023-10-25T10:28:59.761905224Z creating 1 resource(s) 2023-10-25T10:28:59.772652866Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s) 2023-10-25T10:28:59.797569199Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s) 2023-10-25T10:28:59.826910900Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s) 2023-10-25T10:28:59.854824567Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s) 2023-10-25T10:28:59.881816691Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s) 2023-10-25T10:28:59.908238562Z creating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s)

Wed, Oct 25 2023 12:28:59 pmcreating 1 resource(s)

Wed, Oct 25 2023 12:29:00 pmcreating 7 resource(s)

Wed, Oct 25 2023 12:29:00 pmbeginning wait for 7 resources with timeout of 10m0s

Wed, Oct 25 2023 12:29:00 pmService does not have load balancer ingress IP address: default/traefik

1 Like

Solved:
Using ClusterIP works for first steps.
I ve to learn how ingress is working.
A test using wordpress fails ; forwarding doesn r work.
Ralf

I got the same issue. How did you solved it ? I tagged my resources but still…

Hallo, how did you rancher start. Which ports are mapped?
Ralf

The problem is on the Kubernetes created by Rancher on EC2.

Witch ports did you mapped?

ports:
  metrics:
    expose: false
    exposedPort: 9100
    port: 9100
    protocol: TCP
  traefik:
    expose: false
    exposedPort: 9000
    port: 9000
    protocol: TCP
  web:
    expose: true
    exposedPort: 80
    port: 8000
    protocol: TCP
  websecure:
    expose: true
    exposedPort: 443
    http3:
      enabled: false
    middlewares: null
    port: 8443
    protocol: TCP
    tls:
      certResolver: ''
      domains: null
      enabled: true
      options: ''

Default option in Traefik apps

Ok I did not use Traefik and Kuberntes.

Got the same issue with Nginx

What happens with a simple ingress rule?