一、安装golang环境

登录:https://golang.google.cn/dl/

一路回车,直接安装即可

二、安装git

登录:https://gitforwindows.org/

一路回车即可

三、安装godep

1、在界面执行go get github.com/tools/godep

2、验证是否安装成功:在shell里面键入 godep ,应该会出现帮助信息。

windows安装golang,dep,git,operator-sdk

 四、安装operator-sdk

执行:git clone https://github.com/operator-framework/operator-sdk
make dep &make install

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-05-13
  • 2021-11-24
猜你喜欢
  • 2021-08-14
  • 2021-08-23
  • 2021-09-10
  • 2021-08-14
  • 2022-12-23
相关资源
相似解决方案