How to install kuberenetes Cli for 32 bit machine having linux

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: v1.0
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS:
CNI and version:
CRI and version:

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.

Follow instructions for the 64bit but change amd64 to 386:

curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl

To:

curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/386/kubectl

Kind regards,
Stephen