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

Conversation

jaradtke-aws
Copy link
Member

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.

@eks-distro-bot
Copy link
Collaborator

[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 eks-distro-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 7, 2024
@github-actions github-actions bot added area/docs Documentation documentation and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants