-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for management components upgrade commands
- Loading branch information
1 parent
a983cc3
commit fefbb85
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
docs/content/en/docs/reference/eksctl/anywhere_upgrade_management-components.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "anywhere upgrade management-components" | ||
linkTitle: "anywhere upgrade management-components" | ||
--- | ||
|
||
## anywhere upgrade management-components | ||
|
||
Upgrade management components in a management cluster | ||
|
||
### Synopsis | ||
|
||
The term _management components_ encompasses all Kubernetes controllers and their CRDs present in the management cluster that are responsible for reconciling your EKS Anywhere (EKS-A) cluster. This command is specifically designed to facilitate the upgrade of these management components. Post this upgrade, the cluster itself can be upgraded by updating the 'eksaRelease' field in your eksa cluster object. | ||
|
||
``` | ||
anywhere upgrade management-components [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--bundles-override string A path to a custom bundles manifest | ||
-f, --filename string Path that contains a cluster configuration | ||
-h, --help help for management-components | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbosity int Set the log level verbosity | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [anywhere upgrade](../anywhere_upgrade/) - Upgrade resources | ||
|
37 changes: 37 additions & 0 deletions
37
...content/en/docs/reference/eksctl/anywhere_upgrade_plan_management-components.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: "anywhere upgrade plan management-components" | ||
linkTitle: "anywhere upgrade plan management-components" | ||
--- | ||
|
||
## anywhere upgrade plan management-components | ||
|
||
Lists the current and target versions for upgrading the management components in a management cluster | ||
|
||
### Synopsis | ||
|
||
Provides a list of current and target versions for upgrading the management components in a management cluster. The term _management components_ encompasses all Kubernetes controllers and their CRDs present in the management cluster that are responsible for reconciling your EKS Anywhere (EKS-A) cluster | ||
|
||
``` | ||
anywhere upgrade plan management-components [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--bundles-override string Override default Bundles manifest (not recommended) | ||
-f, --filename string Filename that contains EKS-A cluster configuration | ||
-h, --help help for management-components | ||
--kubeconfig string Management cluster kubeconfig file | ||
-o, --output string Output format: text|json (default "text") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbosity int Set the log level verbosity | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [anywhere upgrade plan](../anywhere_upgrade_plan/) - Provides information for a resource upgrade | ||
|