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
  • Loading branch information
k8s-merge-robot committed Mar 23, 2016
2 parents 69b3cb3 + 0a8e68f commit f8bb10b
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 @@ -946,6 +946,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 f8bb10b

Please sign in to comment.