-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help me diagnose common issues with kn doctor
#1
Comments
This sounds much more like an operator tool, rather than a developer tool, though a valuable one. It would depend on the knative implementation, not the knative API spec. Let's put it on the list that a parallel operator tools project should handle?
… On Jan 10, 2019, at 8:33 AM, Scott Andrews ***@***.***> wrote:
Like any distributed system, a Knative install includes a lot of moving parts. An error in any one of them can impact the behavior of the system. It would be nice to have a tool that can audit a cluster and check for common configuration issues.
Simple things to check:
is knative serving installed
are the controller, webhook, activator and autoscaler ready
does the knative-ingressgateway service have an external ip (assuming it's a load balancer)
does the cluster's dns name resolve to that external ip
is knative build installed
are the controller and webhook ready
is knative eventing installed
are the controller and webhook ready
is the default channel provisioner installed
is Istio installed
are the Istio deployments ready
A first pass can be fairly trivial so long as there is the ability to add in more advanced checks in the future.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
It could also pop up in a |
+1 on separate tool for this kind of functionality as it seems to be more installation specific; however, i could see a similar command for a developer to diagnose problems with tree of resources that they deal with: service/builds/etc. |
Adds docs about bash auto completion in README.md
Perfect as a plugin, once we figure that story out :) |
Agreed, especially as this kind of functionality touches the implementation of Knative, which could be different (like Kubernetes or Appengine) |
Adds OpenShift specific files
* disable Dialog warning with apt-get * configure docker to use GCR for auth
This issue is stale because it has been open for 90 days with no |
Like any distributed system, a Knative install includes a lot of moving parts. An error in any one of them can impact the behavior of the system. It would be nice to have a tool that can audit a cluster and check for common configuration issues.
Simple things to check:
A first pass can be fairly trivial so long as there is the ability to add in more advanced checks in the future.
The text was updated successfully, but these errors were encountered: