mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-03 12:40:47 +00:00
Before applying this patch, `cluster/kubectl.sh` failed to find `kubectl` binary in x86 environment. e.g. The latest release v0.17.1 contains following binaries: https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.17.1 ``` $ tree platforms/ platforms/ ├── darwin │ ├── 386 │ │ └── kubectl │ └── amd64 │ └── kubectl ├── linux │ ├── 386 │ │ └── kubectl │ ├── amd64 │ │ └── kubectl │ └── arm │ └── kubectl └── windows └── amd64 └── kubectl.exe ```
3.4 KiB
Executable File
3.4 KiB
Executable File