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 Mar 13, 2021. It is now read-only.
The riff doctor command gives users the ability to perform basic checks on the health of the cluster and whether riff is ready for use. We should not bake intimate knowledge of the system runtime into the CLI.
For example, the command currently looks for the knative-build namespace. Knative Build is an implementation detail that is likely to change in the near future.
We have a few options:
live with the tight coupling
reduce the scope of riff doctor to only focus on user land concerns
create a generic configuration that lives in the cluster that the doctor command can process
The text was updated successfully, but these errors were encountered:
The
riff doctor
command gives users the ability to perform basic checks on the health of the cluster and whether riff is ready for use. We should not bake intimate knowledge of the system runtime into the CLI.For example, the command currently looks for the
knative-build
namespace. Knative Build is an implementation detail that is likely to change in the near future.We have a few options:
riff doctor
to only focus on user land concernsThe text was updated successfully, but these errors were encountered: