-
Notifications
You must be signed in to change notification settings - Fork 296
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
The instructions to add the metallb and harbor packages fail with an error #2762
Comments
Packages is a gated feature in preview right now, so you have to |
Looks like I don't have the packageBundleController its looking for.
The commands for adding the package bundle do not seem to work on 0.10.1 either.
Ok, apparently you have to create the cluster with Also note that having this flag set to true in a cluster not created with CURATED_PACKAGES_SUPPORT=true it seems to interfere with destroying the management cluster. Maybe these features should be marked with some sort of warning on the eks anywhere guide? I assumed they were GA already. |
Were you able to install the packagecontroller on an EKS-A cluster? |
Closing due to no activity |
What happened:
eksctl anywhere generate package metallb --source cluster > metallb.yaml
Error: this command is currently not supported
echo $?
255
The same thing happens with Harbor
eksctl anywhere generate package harbor --source cluster > harbor.yaml
Error: this command is currently not supported
echo $?
255
What you expected to happen:
It to generate the metallb package yaml per the instructions found here https://anywhere.eks.amazonaws.com/docs/tasks/packages/metallb/
How to reproduce it (as minimally and precisely as possible):
Install eksctl anywhere per the instructions with brew installing what is currently latest
Warning: aws/tap/eks-anywhere 0.10.1 already installed
Anything else we need to know?:
Environment:
MacOS Intel
The text was updated successfully, but these errors were encountered: