knative-inspect
knative-inspect copied to clipboard
A light-weight debugging tool for Knative's system components
`inspect` command works fine, but when I specify a Man-in-the-middle proxy through standard env vars, it shows nothing, but doesn't fail either: ``` $ http_proxy=:8080 kni inspect --service hello Resources...
config-changes uses the data structure in https://github.com/knative/serving to determine difference between the defaults and what is changed in the kubernetes cluster. However if there is a version discrepancy between the...
kni should strictly validate required input params to its commands and throw an error when those params are missing. An example from a conversation with @ahmetb : ``` kni inspect...