late-needle-80860
10/14/2022, 12:29 PMnarrow-egg-98197
10/14/2022, 1:42 PMlate-needle-80860
10/14/2022, 1:46 PMnarrow-egg-98197
10/14/2022, 1:54 PMkubectl version
and share the result?late-needle-80860
10/14/2022, 1:58 PMhelm template …
command itself … we run
ytt ... | helm template longhorn/longhorn --namespace longhorn-system --version 1.3.2 --values -
we get the err.
But when we use:
ytt ... | helm upgrade --install --atomic longhorn/longhorn -version 1.3.2 --create-namespace --namespace longhorn-system --values -
No issuekubectl version
[linuxlars@LT-PF1ADC4J iac-conductor (⎈ |default:default)]$ kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: <http://version.Info|version.Info>{Major:"1", Minor:"25", GitVersion:"v1.25.2", GitCommit:"5835544ca568b757a8ecae5c153f317e5736700e", GitTreeState:"clean", BuildDate:"2022-09-21T14:25:45Z", GoVersion:"go1.19.1", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.7
Server Version: <http://version.Info|version.Info>{Major:"1", Minor:"24", GitVersion:"v1.24.4+k3s1", GitCommit:"c3f830e9b9ed8a4d9d0e2aa663b4591b923a296e", GitTreeState:"clean", BuildDate:"2022-08-25T03:45:26Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/amd64"}
narrow-egg-98197
10/14/2022, 4:53 PM--kube-version <your_k8s_version>
when try to rendering the templates like this
helm template longhorn/longhorn --namespace longhorn-system --version 1.3.2 --kube-version 1.24.4
late-needle-80860
10/14/2022, 7:54 PM