摘要:
1、在gitee上新建gotest项目,为了方便演示,main.go代码简略如下package main func main(){ println("hello world") }2、编写makefile文件3、创建流水线,选择go项目4、修改部署规则5、测试运行,看到最后输出了go程序的输出 he 阅读全文
摘要:
从官网下载了最新版的 Rancher.Desktop.Setup.1.8.1.msi 安装包,安装很顺利。但是安装完,启动时报错 The k3s cache is empty and there is no network connection. 不明所以,网上查了,原来是github访问不了的原因 阅读全文