Open
Description
Yet Another "pihole-FTL: no process found"
I tried pihole/ftl-build:v2.3-alpine
Image, but it's just entering to crashbackLoop, without even starting the container.
replicaCount: 1
nodeSelector:
kubernetes.io/hostname: kube-node-1-01
image:
# -- the repostory to pull the image from
repository: "pihole/pihole"
# -- the docker tag, if left empty it will get it from the chart's appVersion
tag: ""
# -- the pull policy
pullPolicy: Always
dnsHostPort:
# -- set this to true to enable dnsHostPort
enabled: true
# -- default port for this pod
port: 53
# -- Configuration for the DNS service on port 53
serviceDns:
# -- deploys a mixed (TCP + UDP) Service instead of separate ones
mixedService: true
# -- `spec.type` for the DNS Service
type: LoadBalancer
serviceDhcp:
# -- Generate a Service resource for DHCP traffic
enabled: true
# -- `spec.type` for the DHCP Service
type: LoadBalancer
persistentVolumeClaim:
# -- set to true to use pvc
enabled: true
# -- should the container use host network
hostNetwork: "true"
# -- should container run in privileged mode
privileged: "true"
extraEnvVars: { DNSMASQ_USER: "root" }
capabilities:
add:
- NET_ADMIN
- CAP_NET_RAW
- CAP_NET_ADMIN
- CAP_SYS_NICE
- CAP_CHOWN
Degrading versions doesn't help. Any guidance is highly appreciated.
Metadata
Metadata
Assignees
Labels
No labels