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
0d5f1273
Commit
0d5f1273
authored
Dec 04, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18195 from kevin-wangzefeng/centos_fix
Auto commit by PR queue bot
parents
c55b136a
4136219d
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 @
0d5f1273
...
...
@@ -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 @
0d5f1273
...
...
@@ -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