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
6aa5cae0
Commit
6aa5cae0
authored
Oct 22, 2017
by
zouyee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cluster/centos] fix https
parent
9a7800f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apiserver.sh
cluster/centos/master/scripts/apiserver.sh
+1
-1
flannel.sh
cluster/centos/node/scripts/flannel.sh
+1
-1
No files found.
cluster/centos/master/scripts/apiserver.sh
View file @
6aa5cae0
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
MASTER_ADDRESS
=
${
1
:-
"8.8.8.18"
}
MASTER_ADDRESS
=
${
1
:-
"8.8.8.18"
}
ETCD_SERVERS
=
${
2
:-
"http://8.8.8.18:2379"
}
ETCD_SERVERS
=
${
2
:-
"http
s
://8.8.8.18:2379"
}
SERVICE_CLUSTER_IP_RANGE
=
${
3
:-
"10.10.10.0/24"
}
SERVICE_CLUSTER_IP_RANGE
=
${
3
:-
"10.10.10.0/24"
}
ADMISSION_CONTROL
=
${
4
:-
""
}
ADMISSION_CONTROL
=
${
4
:-
""
}
...
...
cluster/centos/node/scripts/flannel.sh
View file @
6aa5cae0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
# limitations under the License.
# limitations under the License.
ETCD_SERVERS
=
${
1
:-
"http://8.8.8.18:2379"
}
ETCD_SERVERS
=
${
1
:-
"http
s
://8.8.8.18:2379"
}
FLANNEL_NET
=
${
2
:-
"172.16.0.0/16"
}
FLANNEL_NET
=
${
2
:-
"172.16.0.0/16"
}
CA_FILE
=
"/srv/kubernetes/etcd/ca.pem"
CA_FILE
=
"/srv/kubernetes/etcd/ca.pem"
...
...
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