Closed Manvi07 closed 4 years ago
/kind bug
What steps did you take and what happened: In order to use kubeflow metadata component, I was following the instructions given in the documentation, https://www.kubeflow.org/docs/components/metadata/#installing-the-metadata-component.
But I get the following error:
kustomize build overlays/db/ Error: json: cannot unmarshal array into Go struct field ConfigMapArgs.configMapGenerator.env of type string
(Also reported here: #2650) What did you expect to happen: Kustomize to build successfully.
Anything else you would like to add: Kustomize version error #148:
kustomize version Version: {Version:unknown GitCommit:$Format:%H$ BuildDate:1970-01-01T00:00:00Z GoOs:linux GoArch:amd64}
Environment:
kubectl version
/etc/os-release
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
Solution: reinstalled kustomize using the snap package manager. And made some small changes as described in #202
kustomize
snap
sudo snap install kustomize
/kind bug
What steps did you take and what happened: In order to use kubeflow metadata component, I was following the instructions given in the documentation, https://www.kubeflow.org/docs/components/metadata/#installing-the-metadata-component.
But I get the following error:
(Also reported here: #2650) What did you expect to happen: Kustomize to build successfully.
Anything else you would like to add: Kustomize version error #148:
Environment:
kubectl version
): 1.18.2/etc/os-release
): Ubuntu 18.04