Skip to main content

furyctl get cluster-info

Display cluster information.

Synopsis

Display information about the cluster, Kubernetes, and SD status. The command provides a quick overview of the cluster configuration and its current state; its output can be used for analysis and troubleshooting.

Usage

furyctl get cluster-info [flags]

Examples

  furyctl get cluster-info                 display cluster info in text format (default)
furyctl get cluster-info --format json display cluster info as JSON
furyctl get cluster-info --format yaml display cluster info as YAML

Options

  -b, --bin-path string   Path to the folder where all the dependencies' binaries are installed. When set, furyctl looks for kubectl inside this folder. If not set, kubectl is resolved from PATH.
-f, --format string Output format. Supported values: text, json, yaml (default "text")
-h, --help help for cluster-info

Options inherited from parent commands

  -D, --debug                       Enables furyctl debug output. This will greatly increase the verbosity. Debug logs and additional logs are also always written to the log file. See the --log flag.
-d, --disable-analytics Disable analytics
-g, --git-protocol git-protocol Download repositories using the given protocol. Use when SSH traffic is being blocked or when SSH client has not been configured
set the GITHUB_TOKEN environment variable with your token to use authentication while downloading, for example for private repositories.
Options are: ssh, https (default https)
-H, --https DEPRECATED: by default furyctl uses https protocol to download repositories. See --git-protocol flag (default true)
-l, --log string Path to a file or folder where to write logs to. Set to 'stdout' write to standard output. Target path will be created if it does not exists. Path is relative to --workdir. Default is '<outdir>/.furyctl/furyctl.<timestamp>-<random number>.log'
-T, --no-tty Disable TTY making furyctl's output more friendly to non-interactive shells by disabling animations and colors
-o, --outdir string Path where to create the ".furyctl" data directory. Default is the user's home. Path is relative to --workdir
-w, --workdir string Switch to a different working directory before executing the given subcommand. NOTE: this will affect all the paths passed, including other flags like outdir and log, for example

See Also

  • furyctl get - Get the kubeconfig, available upgrade paths for a cluster or compatible versions to use between SD, providers, furyctl