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
83a3cc4e
Commit
83a3cc4e
authored
Jan 03, 2017
by
Slava Semushin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hack/local-up-cluster.sh: fix typo in error message.
And also remove stale comment.
parent
2b7899ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
local-up-cluster.sh
hack/local-up-cluster.sh
+2
-3
No files found.
hack/local-up-cluster.sh
View file @
83a3cc4e
...
@@ -16,8 +16,7 @@
...
@@ -16,8 +16,7 @@
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
# This command builds and runs a local kubernetes cluster. It's just like
# This command builds and runs a local kubernetes cluster.
# local-up.sh, but this one launches the three separate binaries.
# You may need to run this as root to allow kubelet to open docker's socket,
# You may need to run this as root to allow kubelet to open docker's socket,
# and to write the test CA in /var/run/kubernetes.
# and to write the test CA in /var/run/kubernetes.
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
...
@@ -78,7 +77,7 @@ if [ "${CLOUD_PROVIDER}" == "openstack" ]; then
...
@@ -78,7 +77,7 @@ if [ "${CLOUD_PROVIDER}" == "openstack" ]; then
exit
1
exit
1
fi
fi
if
[
!
-f
"
${
CLOUD_CONFIG
}
"
]
;
then
if
[
!
-f
"
${
CLOUD_CONFIG
}
"
]
;
then
echo
"Cloud config
${
CLOUD_CONFIG
}
doesn't exit"
echo
"Cloud config
${
CLOUD_CONFIG
}
doesn't exi
s
t"
exit
1
exit
1
fi
fi
fi
fi
...
...
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