kubernetes/cluster
Mike Danese d182ecc1f9 output go_binary rule directly from go_binary_conditional_pure
And same for go_test_conditional_pure.

Instead of aliasing. Aliases are annoying in a number of ways. This is
specifically bugging me now because they make the action graph harder to
analyze programmatically. By using aliases here, we would need to handle
potentially aliased go_binary targets and dereference to the effective
target.

The comment references an issue with `pure = select(...)` which appears
to be resolved considering this now builds.
2020-09-11 13:19:37 -07:00
..
addons gpu device plugin uses EnsureExists addon mode 2020-09-11 10:19:57 -07:00
gce Fix some shellcheck warnings/errors in cluster/gce/util.sh 2020-09-11 08:29:55 +02:00
images output go_binary rule directly from go_binary_conditional_pure 2020-09-11 13:19:37 -07:00
kubemark *.sh: cleanup all white noise 2020-05-29 09:56:00 +08:00
log-dump Revert "fix cluster/log-dump/log-dump.sh shellcheck failures" 2020-09-07 17:13:33 +02:00
pre-existing Merge pull request #90423 from neolit123/1.19-move-cluster-bash-to-util 2020-04-29 04:52:24 -07:00
skeleton /cluster: add / update OWNERS 2020-04-24 03:21:07 +03:00
BUILD Switch to static bash for etcd 2020-05-19 17:05:24 -04:00
common.sh fix shell checks errors in cluster/common.sh 2019-12-25 16:35:11 +08:00
get-kube-binaries.sh Add missing ppc64le architecture in the get-kube* scripts 2020-08-07 11:14:09 +05:30
get-kube.sh Add missing ppc64le architecture in the get-kube* scripts 2020-08-07 11:14:09 +05:30
kube-down.sh fix shellcheck failures on kube-down.sh kubeadm.sh get-build.sh 2019-02-14 15:12:08 +08:00
kube-up.sh Remove deprecated centos/local support 2019-04-17 11:03:34 -04:00
kube-util.sh remove kubernetes-anywhere from this repository 2020-04-21 22:52:51 +03:00
kubectl.sh /cluster: cleanup clientbin.sh 2020-04-28 00:27:33 +03:00
OWNERS sort cluster/ OWNERS 2020-06-26 21:52:29 -07:00
README.md Removed broken link to Analytics 2020-08-13 16:03:37 -04:00
validate-cluster.sh Fix shellcheck failures in cluster/validate-cluster.sh 2019-10-01 15:35:39 +09:00

Cluster Configuration

Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Deployments in this directory will continue to be maintained and supported at their current level of support.

See the Getting started guide for alternatives.