Skip to content

Commit

Permalink
Merge pull request #37 from openshift-cherrypick-robot/cherry-pick-36…
Browse files Browse the repository at this point in the history
…-to-release-4.12

[release-4.12] OCPBUGS-14415: Flush addresses on provisioning interface with global scope only
  • Loading branch information
openshift-merge-robot committed Jun 5, 2023
2 parents 0c7fbba + b090893 commit a8ade8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-static-ip
Expand Up @@ -29,7 +29,7 @@ if [ -n "$PROVISIONING_INTERFACE" ]; then
fi

# Get rid of any DHCP addresses on the dedicated provisioning interface
/usr/sbin/ip address flush dev "$PROVISIONING_INTERFACE"
/usr/sbin/ip address flush dev "$PROVISIONING_INTERFACE" scope global

# Need this to be long enough to bring up the pod with the ip refresh in it.
# The refresh-static-ip container should lower this back to 10 seconds once it starts.
Expand Down

0 comments on commit a8ade8f

Please sign in to comment.