diff --git a/docs/content/en/docs/packages/prereq.md b/docs/content/en/docs/packages/prereq.md index b3a60445620c..8d0d285b201d 100644 --- a/docs/content/en/docs/packages/prereq.md +++ b/docs/content/en/docs/packages/prereq.md @@ -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= eksctl anywhere generate package harbor --cluster ${CLUSTER_NAME} --kube-version 1.27 > harbor-spec.yaml +eksctl anywhere create packages -f harbor-spec.yaml ```