You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting error while trying apply eventing core using kustomize tool : mapping key "observedGeneration" already defined
I usually use kustomize (kubectl -k option) to install knative-eventing, so that I can use my custom container image repo as well can patch knative's k8s manifest files. While it was working fine till 1.15.4, for version v1.16.3, I see the error as below:
error: map[string]interface {}(nil): yaml: unmarshal errors: line 128: mapping key "observedGeneration" already defined at line 97
Expected behavior
Should be able to use kustomize to install knative eventing components
just trying to check the diff between previous versions, I commented out these lines on 3222 and that error is not there.
3222 observedGeneration:
3223 description: ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
3224 type: integer
3225 format: int64
Getting error while trying apply eventing core using kustomize tool : mapping key "observedGeneration" already defined
I usually use kustomize (kubectl -k option) to install knative-eventing, so that I can use my custom container image repo as well can patch knative's k8s manifest files. While it was working fine till 1.15.4, for version v1.16.3, I see the error as below:
error: map[string]interface {}(nil): yaml: unmarshal errors: line 128: mapping key "observedGeneration" already defined at line 97
Expected behavior
To Reproduce
Knative release version
1.16.3
The text was updated successfully, but these errors were encountered: