JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

Github Action - Error: Kubectl '1.29.0' for 'amd64' arch not found

发布时间 2023-12-20 21:47:36作者: ZhangZhihuiAAA

Error: Kubectl '1.29.0' for 'amd64' arch not found

 

Changing

      - name: Install kubectl
        uses: azure/setup-kubectl@v3
        with:
          version: '1.28.2' # version of kubectl
        id: install

to:

      - name: Install kubectl
        uses: azure/setup-kubectl@v3
        with:
          version: 'v1.28.2' # version of kubectl
        id: install

fixed this issue.

    本栏目推荐文章
  • 去年最火的 JS 开源项目「GitHub 热点速览」
  • GitHub常用搜索技巧
  • A connection was successfully established with the server but then an error
  • vscode错误:Unable to connect to VS Code server: Error in request.
  • 【解决方案】Error running,Command line is too long
  • 【五期李伟平】CCF-A(AAAI'21)Game of Gradients: Mitigating Irrelevant Clients in Federated Learning
  • Chrome 浏览器插件 V3 版本 Manifest.json 文件中 Action 的类型(Types)、方法(Methods)和事件(Events)的属性和参数解析
  • 2024-01-13 Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. ==》引用了未使用的方法导致
  • Python中出现"No module named 'requests'"的图文解决办法
  • fish和pacman:“error: Unable to read input file: 是一个目录”报错的处理
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们