Open
Description
Hey so im deploying this on my raspberry pi cluster with this comand:
helm install --version '2.5.8' --namespace pihole --values values.yaml pihole mojo2600/pihole
but when i check the pods the ServiceWeb pods are stuck in pending:
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
svclb-pihole-web-9nsfv 0/2 Pending 0 3m37s <none> <none> <none> <none>
svclb-pihole-web-gdllc 0/2 Pending 0 3m37s <none> <none> <none> <none>
svclb-pihole-web-z2t75 0/2 Pending 0 3m37s <none> <none> <none> <none>
svclb-pihole-web-xshwc 0/2 Pending 0 3m37s <none> <none> <none> <none>
svclb-pihole-dhcp-v8gkd 1/1 Running 0 3m37s 10.42.1.9 worker1 <none> <none>
svclb-pihole-dhcp-5rj2v 1/1 Running 0 3m37s 10.42.0.33 raspberrypi <none> <none>
svclb-pihole-dhcp-vnqh5 1/1 Running 0 3m37s 10.42.2.9 worker2 <none> <none>
svclb-pihole-dhcp-ptmxq 1/1 Running 0 3m37s 10.42.3.9 worker3 <none> <none>
pihole-5f7b84cfb8-ms4w8 1/1 Running 0 3m37s 10.42.0.35 raspberrypi <none> <none>
also this is my values.yaml:
---
persistentVolumeClaim:
enabled: true
ingress:
enabled: true
serviceWeb:
type: ClusterIP
loadBalancerIP: 192.168.178.210
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer
serviceDNS:
loadBalancerIP: 192.168.178.211
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer
serviceDhcp:
loadBalancerIP: 192.168.178.212
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer
podDnsConfig:
enabled: true
policy: "None"
nameservers:
- 8.8.8.8
- 8.8.4.4
(Note that loadBalancerIP
never is the IP of a node but a random free IP in the network and i dont really know if that is how it is supposed to be 😅)
When is describe a pod im getting this error:
0/4 nodes are available: 1 node(s) didn't have free ports for the requested pod ports, 3 node(s) didn't match Pod's node affinity/selector.
Do you guys have any idea?
Metadata
Metadata
Assignees
Labels
No labels