user-namespace: profile-name replacement #3335
-
|
I'm trying to deploy the entire kubeflow platform using the README "Install with a single command": while ! kustomize build example | kubectl apply --server-side --force-conflicts -f -; do echo "Retrying to apply resources"; sleep 20; donebut I get the following error:
It seems kustomize is not properly replacing $(profile-name) with the value specified in manifests/common/user-namespace/base/params.env: user=user@example.com
profile-name=kubeflow-user-example-comAm I missing something or is it a little bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think the issue is that you're using a Kustomize version that is too new, see also #3315 (comment) for a reference to an issue where I made the same mistake 😄 |
Beta Was this translation helpful? Give feedback.
I think the issue is that you're using a Kustomize version that is too new, see also #3315 (comment) for a reference to an issue where I made the same mistake 😄