Skip to content

Commit

Permalink
Add documentation for management components upgrade commands
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Sep 6, 2024
1 parent a983cc3 commit fefbb85
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
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

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

0 comments on commit fefbb85

Please sign in to comment.