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
47bea96b
Commit
47bea96b
authored
Mar 16, 2017
by
Kubernetes Submit Queue
Committed by
GitHub
Mar 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #43177 from mml/file-exists!
Automatic merge from submit-queue Force create symlinks. Followup from #43070. Fixes #42660 in a way that does not break etcd upgrades.
parents
b1cac347
c79d74f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure-vm.sh
cluster/gce/configure-vm.sh
+1
-1
configure-helper.sh
cluster/gce/gci/configure-helper.sh
+3
-3
No files found.
cluster/gce/configure-vm.sh
View file @
47bea96b
...
@@ -69,7 +69,7 @@ function create-node-pki {
...
@@ -69,7 +69,7 @@ function create-node-pki {
# TODO(mikedanese): remove this when we don't support downgrading to versions
# TODO(mikedanese): remove this when we don't support downgrading to versions
# < 1.6.
# < 1.6.
ln
-s
"
${
CA_CERT_BUNDLE_PATH
}
"
/etc/kubernetes/ca.crt
ln
-s
f
"
${
CA_CERT_BUNDLE_PATH
}
"
/etc/kubernetes/ca.crt
}
}
# A hookpoint for setting up local devices
# A hookpoint for setting up local devices
...
...
cluster/gce/gci/configure-helper.sh
View file @
47bea96b
...
@@ -219,7 +219,7 @@ function create-node-pki {
...
@@ -219,7 +219,7 @@ function create-node-pki {
# TODO(mikedanese): remove this when we don't support downgrading to versions
# TODO(mikedanese): remove this when we don't support downgrading to versions
# < 1.6.
# < 1.6.
ln
-s
"
${
CA_CERT_BUNDLE_PATH
}
"
/etc/srv/kubernetes/ca.crt
ln
-s
f
"
${
CA_CERT_BUNDLE_PATH
}
"
/etc/srv/kubernetes/ca.crt
}
}
function
create-master-pki
{
function
create-master-pki
{
...
@@ -272,8 +272,8 @@ function create-master-pki {
...
@@ -272,8 +272,8 @@ function create-master-pki {
# TODO(mikedanese): remove this when we don't support downgrading to versions
# TODO(mikedanese): remove this when we don't support downgrading to versions
# < 1.6.
# < 1.6.
ln
-s
"
${
APISERVER_SERVER_CERT_PATH
}
"
/etc/srv/kubernetes/server.key
ln
-s
f
"
${
APISERVER_SERVER_CERT_PATH
}
"
/etc/srv/kubernetes/server.key
ln
-s
"
${
APISERVER_SERVER_CERT_PATH
}
"
/etc/srv/kubernetes/server.cert
ln
-s
f
"
${
APISERVER_SERVER_CERT_PATH
}
"
/etc/srv/kubernetes/server.cert
}
}
# After the first boot and on upgrade, these files exist on the master-pd
# After the first boot and on upgrade, these files exist on the master-pd
...
...
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