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
e3abf89a
Commit
e3abf89a
authored
Sep 02, 2015
by
Derek Carr
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13268 from cameronbrunner/ISSUE_13267
Remove kubectl deprecation warning in Vagrant Cluster Provider
parents
f5c2d90c
7f76c077
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
util.sh
cluster/vagrant/util.sh
+1
-1
No files found.
cluster/vagrant/util.sh
View file @
e3abf89a
...
@@ -237,7 +237,7 @@ function verify-cluster {
...
@@ -237,7 +237,7 @@ function verify-cluster {
local
count
=
"0"
local
count
=
"0"
until
[[
"
$count
"
==
"1"
]]
;
do
until
[[
"
$count
"
==
"1"
]]
;
do
local
minions
local
minions
minions
=
$(
"
${
KUBE_ROOT
}
/cluster/kubectl.sh"
get nodes
-o
template
-
t
'{{range.items}}{{.metadata.name}}:{{end}}'
--api-version
=
v1
)
minions
=
$(
"
${
KUBE_ROOT
}
/cluster/kubectl.sh"
get nodes
-o
template
-
-template
'{{range.items}}{{.metadata.name}}:{{end}}'
--api-version
=
v1
)
count
=
$(
echo
$minions
|
grep
-c
"
${
MINION_IPS
[i]
}
"
)
||
{
count
=
$(
echo
$minions
|
grep
-c
"
${
MINION_IPS
[i]
}
"
)
||
{
printf
"."
printf
"."
sleep
2
sleep
2
...
...
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