You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Allow downloading prebuilt binary in kubectl toolchain (#253)
* Allow downloading prebuilt binary in kubectl toolchain
Addresses customer request to download v1.10.0 in #245 because
v1.10.0 can't be built from source.
* Address review comments
* Doc fix
for the `@io_kubernetes_build` to get the commit pin, sha256 and prefix values.*
93
95
96
+
### Download a custom kubectl binary
97
+
98
+
If you want to download a standard binary released by the kubernetes project,
99
+
get the URL and SHA256 for the binary for your platform from [here](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-using-curl).
100
+
For example, if you want to use kubectl v1.10.0 on a x86 64 bit Linux platform,
101
+
add to your `WORKSPACE` file the following lines (Note: The call to
102
+
`kubectl_configure` must be before the call to `k8s_repositories`):
0 commit comments