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
4136219d
Commit
4136219d
authored
Dec 04, 2015
by
Kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
centos baremetal: fix centos baremetal kube-up failure and update default…
centos baremetal: fix centos baremetal kube-up failure and update default download k8s version to v1.1.1
parent
a5100ef0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config-build.sh
cluster/centos/config-build.sh
+1
-1
util.sh
cluster/centos/util.sh
+1
-1
No files found.
cluster/centos/config-build.sh
View file @
4136219d
...
...
@@ -26,7 +26,7 @@ FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.3"}
ETCD_VERSION
=
${
ETCD_VERSION
:-
"2.2.1"
}
# Define k8s version to use.
K8S_VERSION
=
${
K8S_VERSION
:-
"1.
0.4
"
}
K8S_VERSION
=
${
K8S_VERSION
:-
"1.
1.1
"
}
FLANNEL_DOWNLOAD_URL
=
\
"https://github.com/coreos/flannel/releases/download/v
${
FLANNEL_VERSION
}
/flannel-
${
FLANNEL_VERSION
}
-linux-amd64.tar.gz"
...
...
cluster/centos/util.sh
View file @
4136219d
...
...
@@ -293,7 +293,7 @@ function kube-scp() {
# KUBE_USER
# KUBE_PASSWORD
function
get-password
{
get-kubeconfig
-basicauth
load-or-gen-kube
-basicauth
if
[[
-z
"
${
KUBE_USER
}
"
||
-z
"
${
KUBE_PASSWORD
}
"
]]
;
then
KUBE_USER
=
admin
KUBE_PASSWORD
=
$(
python
-c
'import string,random; \
...
...
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