Merge pull request #68379 from immutableT/kms-plugin-via-gke

Enable configure-helper.sh to support two scenarios for etcd level encryption: decryption and adding encryption to existing clusters.
This commit is contained in:
k8s-ci-robot
2018-10-04 23:38:42 -07:00
committed by GitHub
7 changed files with 245 additions and 185 deletions

View File

@@ -417,7 +417,6 @@ function kube::release::package_kube_manifests_tarball() {
cp "${src_dir}/cluster-autoscaler.manifest" "${dst_dir}/"
cp "${src_dir}/etcd.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}/abac-authz-policy.jsonl" "${dst_dir}"
cp "${src_dir}/kube-controller-manager.manifest" "${dst_dir}"