eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Updating doc to match suggested task (Harbor Package Create)

Open jaradtke-aws opened this issue 1 year ago • 1 comments

Issue #, if available: The verbiage indicated you would be creating a package, however the commands were not complete

Description of changes: -begin- The example shows how to install the harbor package from the curated package list . export CLUSTER_NAME= eksctl anywhere generate package harbor --cluster ${CLUSTER_NAME} --kube-version 1.27 > harbor-spec.yaml -end-

Updating to reflect -begin- The example shows how to generate the package manifest, then create harbor package from the curated package list . 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 -end- As shown in other Harbor example: https://anywhere.eks.amazonaws.com/docs/packages/harbor/addharbor/

Testing (if applicable): N/A

Documentation added/planned (if applicable): (see "Description" (above))

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jaradtke-aws avatar Mar 07 '24 21:03 jaradtke-aws

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign csplinter for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

eks-distro-bot avatar Mar 07 '24 21:03 eks-distro-bot