kubeadm: Cut unnecessary kubectl dependency

This commit is contained in:
Lucas Käldström
2017-08-27 18:39:26 +03:00
parent 877ee91930
commit cb00bf904e
4 changed files with 2 additions and 6 deletions

View File

@@ -81,7 +81,6 @@ package_group(
package_group(
name = "KUBEADM_BAD",
packages = [
"//cmd/kubeadm/app",
"//cmd/kubeadm/app/cmd",
],
)