While trying to install Kubeflow following the steps in the tutorial bellow, i encountered the following problem:
I run: kfctl apply -V -f ${CONFIG_FILE}
And i received the error: Error: unknown shorthand flag: 'f' in -f
The flag - f does not exist in the documentation of kfctl command.
https://www.kubeflow.org/docs/started/k8s/kfctl-existing-arrikto/
Issue-Label Bot is automatically applying the label kind/bug to this issue, with a confidence of 0.76. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@BeneaAlinAndrei This could be a problem with the Kubeflow version - which version of kfctl have you downloaded? The docs refer to Kubeflow v0.7.0. The -f flag is new in kfctl.
If you're looking for the Kubeflow v0.6 docs, you can find them here:
https://v0-6.kubeflow.org/
(You can also access the docs for other versions from the release number dropdown on the docs website.)
/cc @yanniszark
This seems like a wrong kfctl version.
@BeneaAlinAndrei can you give us the output of kfctl version?
You should download this version: https://github.com/kubeflow/kubeflow/releases/tag/v0.7.0-rc.6
or a newer one if available.
Yup, the version was outdated, thanks a lot!