disable packages to install when provisioning
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 328
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 9
Description
I am trying to setup on local using docker, how can I disable it to not install cert-manager when creating cluster?
after install if I use this I get error but the package is installed
```
$ eksctl anywhere delete package --cluster dev-cluster cert-manager
Error: Error from server (NotFound): packages.packages.eks.amazonaws.com "cert-manager" not found
```
Contributor guide
Research direction
Start by tracing local Docker cluster provisioning and the `eksctl anywhere delete package` command mentioned in the report. Determine how cert-manager is selected for installation and how installed packages are tracked, then verify that disabling it prevents installation and that package deletion reports the correct result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100