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
107d0f6d
Commit
107d0f6d
authored
Oct 06, 2015
by
Marek Grabowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15143 from gmarek/fix-kubemark
Wait for all HollowNodes to become ready in start-kubemark.sh
parents
b53c9d8c
4dfd2808
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
start-kubemark.sh
test/kubemark/start-kubemark.sh
+8
-0
No files found.
test/kubemark/start-kubemark.sh
View file @
107d0f6d
...
@@ -182,3 +182,11 @@ kubectl create -f ${KUBECONFIG_SECRET} --namespace="kubemark"
...
@@ -182,3 +182,11 @@ kubectl create -f ${KUBECONFIG_SECRET} --namespace="kubemark"
kubectl create
-f
${
KUBE_ROOT
}
/test/kubemark/hollow-kubelet.json
--namespace
=
"kubemark"
kubectl create
-f
${
KUBE_ROOT
}
/test/kubemark/hollow-kubelet.json
--namespace
=
"kubemark"
rm
${
KUBECONFIG_SECRET
}
rm
${
KUBECONFIG_SECRET
}
echo
"Waiting for all HollowNodes to become Running..."
echo
"This can loop forever if something crashed."
until
[[
"
$(
kubectl
--kubeconfig
=
${
KUBE_ROOT
}
/test/kubemark/kubeconfig.loc get node |
grep
Ready |
wc
-l
)
"
==
"
${
NUM_MINIONS
}
"
]]
;
do
echo
-n
.
sleep
1
done
echo
""
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