Remove localkube

This commit is contained in:
Justin Huff
2014-06-26 11:52:23 -07:00
parent 3dddb1694c
commit 253a783365
5 changed files with 5 additions and 169 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,8 +35,7 @@ function make-binaries() {
apiserver
controller-manager
kubelet
kubecfg
localkube"
kubecfg"
ARCH_TARGET="${KUBE_TARGET}/${GOOS}/${GOARCH}"
mkdir -p "${ARCH_TARGET}"