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 was archived by the owner on Feb 21, 2023. It is now read-only.
Hey, great work with K3ai. Works For most of the operations pretty smooth.
After experimenting a bit with Kubeflow I wanted to remove a plugin, but it seems that the command is not implemented:
➜ k3ai plugin remove --name kf-pa
Remove a given plugin based on NAME
Usage:
k3ai[options] plugin remove [-n NAME] [other flags]
Flags:
-n, --name string NAME of plugin to be created/deleted
-t, --target string Target from where to remove plugin.
-q, --quiet Suppress output messages. Useful when k3ai is used within scripts.
-c, --config string Configure K3ai using a custom config file.[-c /path/tofile] [-c https://urlToFile]
Hey, great work with K3ai. Works For most of the operations pretty smooth.
After experimenting a bit with Kubeflow I wanted to remove a plugin, but it seems that the command is not implemented:
See here: https://github.com/k3ai/k3ai/blob/main/cmd/plugin.go#L138
I am not sure, whether I am missing something but couldn't find anything related in the issues or Roadmap.