Skip to content

Commit

Permalink
Merge pull request kubernetes#22818 from andyzheng0831/enhance
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
(cherry picked from commit f8bb10b)
  • Loading branch information
k8s-merge-robot authored and eparis committed Mar 24, 2016
1 parent 570b3bb commit 3e9daa2
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 726 deletions.
1 change: 1 addition & 0 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ function kube::release::package_kube_manifests_tarball() {
cp "${salt_dir}/kube-addons/namespace.yaml" "${release_stage}/trusty"
cp "${salt_dir}/kube-addons/kube-addons.sh" "${release_stage}/trusty"
cp "${salt_dir}/kube-addons/kube-addon-update.sh" "${release_stage}/trusty"
cp "${KUBE_ROOT}/cluster/gce/trusty/configure-helper.sh" "${release_stage}/trusty"
cp -r "${salt_dir}/kube-admission-controls/limit-range" "${release_stage}/trusty"
local objects
objects=$(cd "${KUBE_ROOT}/cluster/addons" && find . \( -name \*.yaml -or -name \*.yaml.in -or -name \*.json \) | grep -v demo)
Expand Down
Loading

0 comments on commit 3e9daa2

Please sign in to comment.