我正在尝试在Mac中安装kustomize v3.2.1,但在执行这些步骤时遇到以下错误。 wget "https://github.com/kubernetes-sigs/kustomize/archive/refs/tags/kustomize/v3.2.1.tar.gz“解压源代码 tar xzf xxxxx.tar.gz cd xxxxxx make install 输出: go install /cmd/kustomize
make: go: No such file or directory
make: *** [install] Error 1
How can I in
获取命令kubectl apply -n prod -f kustomize/kustomization.yaml的以下错误 error: unable to recognize "kustomize/kustomization.yaml": no matches for kind "Kustomization" in version "kustomize.config.k8s.io/v1beta1" 请给我建议。
请问有人能建议如何在Windows上安装3.2.0版本的kustomize吗?
我特别需要Windows上的3.2.0版本。我正在遵循教程。
源代码:
我下载了压缩文件并安装了Go。然而,当我在那个kustomize文件夹中运行go install .时,我得到:no Go files in path/kustomize/..也一步一步地尝试了前面提到的教程,但是同样的错误。
编辑:尝试通过 ./install_kustomize.sh 3.2.0安装I get:Version v3.2.0 does not exist.
当我尝试./install_kustomize.sh 3.2.1时,我
我正在尝试在Mac中安装kustomize v3.2.1,但在执行这些步骤时遇到以下错误。 wget "https://github.com/kubernetes-sigs/kustomize/archive/refs/tags/kustomize/v3.2.1.tar.gz“解压源代码 tar xzf xxxxx.tar.gz cd xxxxxx make install 输出: go install /cmd/kustomize
make: go: No such file or directory
make: *** [install] Error 1 如何安装此版本而不会出现
当我对我的kustomization.yaml文件运行以下命令时,我的GitHub操作出现测试失败: Run kubeval
ERR - plant-simulator-deployment/templates/base/kustomization.yaml: Failed initalizing schema https://kubernetesjsonschema.dev/master-standalone-strict/kustomization-kustomize-v1beta1.json: Could not read schema from HTTP, response sta
我有一个管道,我正试图实现库伯内特斯声明的烘焙动作,使用一个Kustomize渲染。然而,当我运行这个程序时,我会得到以下错误:
##[error]Error: got file 'kustomization.yaml', but '/home/administrator/BA-L01/_work/80/s/Infrastructure/STARS.API.Web/overlays/devtest/kustomization.yaml' must be a directory to be a root
pipeline.yaml:
- task: Kuberne