Merge pull request #47497 from mikedanese/binary

Automatic merge from submit-queue (batch tested with PRs 54773, 52523, 47497, 55356, 49429). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

don't check in mounter binary

```release-note
GCI mounter is moved from the manifests tarball to the server tarball.
```
This commit is contained in:
Kubernetes Submit Queue
2017-11-08 22:11:53 -08:00
committed by GitHub
8 changed files with 8 additions and 51 deletions

View File

@@ -32,6 +32,7 @@ kube::golang::server_targets() {
vendor/k8s.io/kube-aggregator
vendor/k8s.io/apiextensions-apiserver
plugin/cmd/kube-scheduler
cluster/gce/gci/mounter
)
echo "${targets[@]}"
}