Skip to content
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

Added verbiage about infra-specific commands #8518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/content/en/docs/troubleshooting/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ More information on troubleshooting EKS Anywhere is available from the [AWS Know

## General troubleshooting

### Infrastructure-specific commands and output (vSphere vs Bare Metal, for example)

You may need to adapt the commands in the troubleshooting examples provided on this page for the infrastructure you are using.
Here are examples of what you may see depending on which infrastrurcture you are deploying to:

* capi-system (General)
* capv-system (vSphere)
* capc-system (CloudStack)
* capv-system (Nutanix)
* capd-system (Docker)
* capt-system (Tinkerbell)

### Increase eksctl anywhere output

If you’re having trouble running `eksctl anywhere` you may get more verbose output with the `-v 6` option. The highest level of verbosity is `-v 9` and the default level of logging is level equivalent to `-v 0`.
Expand Down