Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1bcf03f3
Commit
1bcf03f3
authored
Nov 16, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16646 from aalexand/dns-poll
Auto commit by PR queue bot
parents
081b2168
26439bb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure-vm.sh
cluster/gce/configure-vm.sh
+2
-2
No files found.
cluster/gce/configure-vm.sh
View file @
1bcf03f3
...
@@ -32,11 +32,11 @@ function ensure-basic-networking() {
...
@@ -32,11 +32,11 @@ function ensure-basic-networking() {
echo
'Waiting for functional DNS (trying to resolve metadata.google.internal)...'
echo
'Waiting for functional DNS (trying to resolve metadata.google.internal)...'
sleep
3
sleep
3
done
done
until
getent hosts
$(
hostname
-f
)
&>/dev/null
;
do
until
getent hosts
$(
hostname
-f
||
echo
_error_
)
&>/dev/null
;
do
echo
'Waiting for functional DNS (trying to resolve my own FQDN)...'
echo
'Waiting for functional DNS (trying to resolve my own FQDN)...'
sleep
3
sleep
3
done
done
until
getent hosts
$(
hostname
-i
)
&>/dev/null
;
do
until
getent hosts
$(
hostname
-i
||
echo
_error_
)
&>/dev/null
;
do
echo
'Waiting for functional DNS (trying to resolve my own IP)...'
echo
'Waiting for functional DNS (trying to resolve my own IP)...'
sleep
3
sleep
3
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment