-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: json: unknown field "envs" when building the example in docs #1069
Comments
Note if you are using kubectl 1.15.3, it's still |
Does this change have Backward compatibility? I think this should be considered. |
It looks like the Kustomize docs still refer to the old |
Just got caught by |
|
I'm from 2021. The issue is still there =)
but..
|
@ThePlenkov The version of kustomize in kubectl is still not up to date - it's on v2.0.3. We VERY recently reintegrated the latest version of kustomize into kubectl. In the next release of kubectl (which is coming soon), kubectl apply -k will use kustomize v4.0.5. |
Also, previous comment was incorrect. Updated as of kubectl v1.18 and kustomize v3.8.1. kubernetes-sigs/kustomize#1069
Guys, this is not a rant, but it's SO frustrating using In one moment I'm in a context where If kustomize is a manifest building tools, this is very unexpected and using it for two years now, totally unknow to me. Anyway. Thanks for this great software. Keep up the good work. |
It seems caused by the
secretGenerator
.The error will disappear if we modify
envs
toenv
, e.g.Is there a change in the spec recently?
The text was updated successfully, but these errors were encountered: