-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for "forwarded-ip[v6]s" to be available from metadata server bef…
…ore reading value (#267) * Adds loop to write-metadata to be sure metadata value exists There was a race between this script and whatever populates the "forwarded-ip[v6]s" metadata values where sometimes the requests for the values would return 404s, other times not. This adds a loop to be sure the values are populated before continuing. * Enforce that write-metadata.service runs before kubelet.service
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters