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

Adding new flags to eks-hybrid commands #905

Merged
merged 1 commit into from
Mar 7, 2025
Merged
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
8 changes: 7 additions & 1 deletion latest/ug/nodes/hybrid-nodes-nodeadm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ nodeadm init [flags]

*Values*

`install-validation` skips checking if the proceding install command ran successfully.
`install-validation` skips checking if the preceding install command ran successfully.

`cni-validation` skips checking if either Cilium or Calico cni's VxLan ports are opened if firewall is enabled on the node

|`-h`, `--help`
|FALSE
Expand Down Expand Up @@ -467,6 +469,10 @@ nodeadm debug [flags]
|TRUE
|Source of `nodeadm` configuration. For hybrid nodes the input should follow a URI with file scheme.

|`--no-color`
|FALSE
|Disables color output. Useful for automation.

|`-h`, `--help`
|FALSE
|Displays help message with available flag, subcommand and positional value parameters.
Expand Down