-
Notifications
You must be signed in to change notification settings - Fork 111
Add consul-k8s cli debug command docs #1308
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
base: main
Are you sure you want to change the base?
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
aimeeu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! I left some suggestions so that the text complies with the Education style guide.
|
|
||
| - [`config`](#config): Interact with helm configuration. | ||
| - [`config read`](#config-read): Read helm configuration of a Consul installation. | ||
| - [`debug`](#debug): Collect configs, logs, and other data from a Consul on Kubernetes deployment in a archive/dir. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - [`debug`](#debug): Collect configs, logs, and other data from a Consul on Kubernetes deployment in a archive/dir. | |
| - [`debug`](#debug): Collect configs, logs, and other data from a Consul on Kubernetes deployment in an archive directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated it to "in an archive." directory is not required.
|
|
||
| ### `debug` | ||
|
|
||
| The debug command collect configs, logs, and other data from a Consul on Kubernetes deployment in a archive/dir. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The debug command collect configs, logs, and other data from a Consul on Kubernetes deployment in a archive/dir. | |
| The debug command collect configs, logs, and other data from a Consul on Kubernetes deployment into an archive directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated it to "in an archive." directory is not required.
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
content/consul/v1.22.x/content/docs/reference/cli/consul-k8s.mdx
Outdated
Show resolved
Hide resolved
f897b93 to
869a3c4
Compare
Docs change for PR: hashicorp/consul-k8s#4800
Changes:
Added
consul-k8s debugcommand to consul-k8s cli.The command will capture helm config, CRDs and its resources, consul-injected sidecar pods, consul-components(statefulsets, daemonsets, deployments, sidecars) pod logs and Envoy admin endpoint data for all the proxies(gateways and sidecars) and create archive of them.