Konvoy
To create the Konvoy diagnostics bundle, use:
konvoy diagnose --logs-all-namespaces --yes
Afterwards, check Konvoy troubleshooting techniques.
Kaptain and KUDO
To print the status of the Kaptain operator instance:
kubectl kudo plan status -n kubeflow --instance kaptain
To show deployments and pods in the Kaptain operator instance:
kubectl get deployments -n kubeflow
kubectl get pods -n kubeflow
kubectl describe pod <pod_name> -n kubeflow
To print the logs from the KUDO controller:
kubectl logs -n kudo-system kudo-controller-manager-0 -f
Limitations
Known limitations for Kaptain are listed here by version.