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
04ba8ec5
Commit
04ba8ec5
authored
Jun 12, 2018
by
immutablet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add kms-plugin-container.manifest to release manifest tarball.
parent
db6dfcc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
release.sh
build/lib/release.sh
+1
-0
BUILD
cluster/gce/manifests/BUILD
+1
-0
No files found.
build/lib/release.sh
View file @
04ba8ec5
...
@@ -382,6 +382,7 @@ function kube::release::package_kube_manifests_tarball() {
...
@@ -382,6 +382,7 @@ function kube::release::package_kube_manifests_tarball() {
cp
"
${
src_dir
}
/cluster-autoscaler.manifest"
"
${
dst_dir
}
/"
cp
"
${
src_dir
}
/cluster-autoscaler.manifest"
"
${
dst_dir
}
/"
cp
"
${
src_dir
}
/etcd.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/etcd.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kube-scheduler.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kube-scheduler.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kms-plugin-container.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kube-apiserver.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kube-apiserver.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/abac-authz-policy.jsonl"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/abac-authz-policy.jsonl"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kube-controller-manager.manifest"
"
${
dst_dir
}
"
cp
"
${
src_dir
}
/kube-controller-manager.manifest"
"
${
dst_dir
}
"
...
...
cluster/gce/manifests/BUILD
View file @
04ba8ec5
...
@@ -9,6 +9,7 @@ pkg_tar(
...
@@ -9,6 +9,7 @@ pkg_tar(
mode = "0644",
mode = "0644",
)
)
# if you update this, also update function kube::release::package_kube_manifests_tarball() in build/lib/release.sh
filegroup(
filegroup(
name = "manifests",
name = "manifests",
srcs = [
srcs = [
...
...
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