We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26965d commit f62f217Copy full SHA for f62f217
1 file changed
components/ironic/dnsmasq-ss.yaml
@@ -38,7 +38,7 @@ spec:
38
hostNetwork: true
39
containers:
40
- name: dnsmasq
41
- image: ghcr.io/rackerlabs/understack/dnsmasq:latest
+ image: ghcr.io/rackerlabs/understack/dnsmasq:pr-2136
42
securityContext:
43
allowPrivilegeEscalation: false
44
readOnlyRootFilesystem: true
@@ -47,7 +47,8 @@ spec:
47
add: ["NET_ADMIN", "NET_RAW"]
48
args:
49
- /usr/sbin/dnsmasq
50
- - '--no-daemon'
+ - "--no-daemon"
51
+ - "--conf-poll"
52
envFrom:
53
- configMapRef:
54
name: ironic-dnsmasq
0 commit comments