cluster-api-provider-packet
cluster-api-provider-packet copied to clipboard
Cluster API Provider Packet (now Equinix Metal)
**User Story** I would like kubectl and crictl to be configured by default on machines created by CAPP. This will aid in debugging, testing, and troubleshooting. **Detailed Description** Set up...
Expose an environment variable that overrides the build time value for User Agent. This would be helpful for environments like EKS-A using CAPP. Something like: CAPP_UA_PREFIX=“…” The idea is that...
**What steps did you take and what happened:** Provision a machine and have it fail (ask for a server type that isn't available in that metro for example). Then try...
The README.md could be improved in a few ways: - move 0.3 - 1.0 CAPI guidance to docs/MIGRATION.md - add a development readme (tilt based would be nice) - Add...
Updates the README with some install and debugging notes. Restructures the README.md
While kube-vip code has been in master for a while, there has not been a release including it. To do that, I would like to see the following issues resolved....
https://cluster-api.sigs.k8s.io/developer/providers/v1.1-to-v1.2.html
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.17.0 to 1.20.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.2 1.20.2 Fixes label specs that rely on remote access; bump timeout on short-circuit test to make it...
**User Story** When using the cluster autoscaler, one of the big advantages is that it is possible to add multiple sizes of node groups that can automatically scale as needed....
- [x] If capp tries to provision an instance type that isn’t available in a facility, it cannot automatically cleanup the packetmachine resources. I have to manually delete the finalizer....