Skip to content

Commit 9e2ecbb

Browse files
Merge pull request #5456 from aabughosh/addlocalhostip
OCPBUGS-66314: Add hostIP 127.0.0.1 to machine-config-daemon port 8798
2 parents dee711a + 3d32332 commit 9e2ecbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/machineconfigdaemon/daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ spec:
2424
image: {{.Images.MachineConfigOperator}}
2525
ports:
2626
- containerPort: 8798
27+
hostIP: 127.0.0.1
2728
name: health
2829
protocol: TCP
2930
command: ["/usr/bin/machine-config-daemon"]

0 commit comments

Comments
 (0)