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
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
The generated kustomize config should contain a folder titled 'istio' as my old build do:
But there is no such directory when I do a new build now. All the others are there, it's just this one that is missing. The result is that when I do a kfctl apply from the generated kfapp I get:
ERRO[0018] error evaluating kustomization manifest for istio Error absolute path error in '../kustomize/istio' : evalsymlink failure on '../kustomize/istio' : lstat /home/ryan/Documents/src/seldon-deploy/seldonctl/seldon-deploy-install/prerequisites-setup/tempresources/kf-install/kfapp/kustomize/istio: no such file or directory filename="kustomize/kustomize.go:173"
Error: failed to apply: (kubeflow.error): Code 500 with message: kfApp Apply failed for kustomize: (kubeflow.error): Code 500 with message: error evaluating kustomization manifest for istio Error absolute path error in '../kustomize/istio' : evalsymlink failure on '../kustomize/istio' : lstat /home/ryan/Documents/src/seldon-deploy/seldonctl/seldon-deploy-install/prerequisites-setup/tempresources/kf-install/kfapp/kustomize/istio: no such file or directory
The text was updated successfully, but these errors were encountered:
I do:
The generated kustomize config should contain a folder titled 'istio' as my old build do:
But there is no such directory when I do a new build now. All the others are there, it's just this one that is missing. The result is that when I do a
kfctl apply
from the generated kfapp I get:The text was updated successfully, but these errors were encountered: