简体   繁体   中英

Newbie Installation Help: Calico CLI - Windows

hopefully this is rookie and easy question. I'm trying to install CLI on my local Windows machine to modify a hosted Kubernetes server.

Upon downloading basic Windows Installer from their Github, I cannot seem to run successfully to install. A command line opens for a brief second, disappears and nothing happened.

I've tried on two different Windows PCs (Win10 and Win7), both with admin priv and run as admin used. I've tried to download the source code and see calicotcl\\commands folder where it has the resources as .go that I am looking to utilize. I've tried calling those directly from CMD line with no luck but I'm pretty green in this world.

I've spent two days trying to get past this one step... any help is immensely appreciated.

I think the downloaded package is not a installer, it's a portable command line tool. I have downloaded the calicoctl v3.1.3, then i can run it in cmd.exe, see the picture here: run calicoctl in command line

The binary available there is not an installer but the binary itself. If you open a terminal and run that binary and pass version to it you should see the version information printed out (just as an example to check that it is run-able).

Check out the docs to configure access to Calico for the calicoctl command.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM