Skip to content

Commit

Permalink
Merge pull request #2326 from patrickdillon/bz-1910738-nodeip-config
Browse files Browse the repository at this point in the history
Bug 1910738: [on-prem] fix nodeip-configuration.service template
  • Loading branch information
openshift-merge-robot committed Jan 13, 2021
2 parents b17a5e6 + 87e48ef commit 69ac8b9
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,7 +1,6 @@
name: nodeip-configuration.service
enabled: true
enabled: {{if (onPremPlatformAPIServerInternalIP .)}}true{{else}}false{{end}}
contents: |
{{ if (onPremPlatformAPIServerInternalIP .) -}}
[Unit]
Description=Writes IP address configuration so that kubelet and crio services select a valid node IP
# This only applies to VIP managing environments where the kubelet and crio IP
Expand Down Expand Up @@ -45,4 +44,3 @@ contents: |
[Install]
WantedBy=multi-user.target
{{ end -}}

0 comments on commit 69ac8b9

Please sign in to comment.