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

Updating doc to match suggested task (Harbor Package Create) #7802

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
3 changes: 2 additions & 1 deletion docs/content/en/docs/packages/prereq.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,10 @@ prometheus 2.41.0-b53c8be243a6cc3ac2553de24ab9f726d9b851ca

### Generate curated packages configuration

The example shows how to install the `harbor` package from the [curated package list]({{< relref "./packagelist/" >}}).
The example shows how to generate the package manifest, then create `harbor` package from the [curated package list]({{< relref "./packagelist/" >}}).

```bash
export CLUSTER_NAME=<your-cluster-name>
eksctl anywhere generate package harbor --cluster ${CLUSTER_NAME} --kube-version 1.27 > harbor-spec.yaml
eksctl anywhere create packages -f harbor-spec.yaml
```