cluster-api-provider-packet
cluster-api-provider-packet copied to clipboard
Cluster API Provider Packet (now Equinix Metal)
You'll get this when creating a new machine: E1128 21:06:38.366424 302 packetmachine_controller.go:83] "error contents:" err="PacketMachine.infrastructure.cluster.x-k8s.io \"macbook-22-128-control-plane-g7dhr\" not found" controller="packetmachine" controllerGroup="infrastructure.cluster.x-k8s.io" controllerKind="PacketMachine" PacketMachine="default/macbook-22-128-control-plane-g7dhr" namespace="default" name="macbook-22-128-control-plane-g7dhr" reconcileID=ad11a4c5-66c0-4997-9be7-eab38834b731 It would be nice to...
Use same packet-ci yaml file for actions and tests. Maintaining both is confusing and leads to issues and mistakes.
Test starting with 0 machine deployments and scaling up vs starting with a md. Seems the latter isn't working.
Update the device-id logging lines in packetmachine_controller.go to just use deviceID instead of using machineScope.ProviderID(), which is an unnecessary call and use of the machineScope object.
**What steps did you take and what happened:** Controller logs for CAPP have a message in them that says it can't open the standard output. Figure out if this is...
**User Story** If machine's fail but can be fixed, having custom scripts that can run and fix them is way faster than re-deploying. We should look into what we can...
**User Story** As a developer, I'd like to have PacketMachinePools support MachinePool Machines by leveraging the new logic in CAPI core. This way, other providers have an example implementation to...
**User Story** Equinix Metal is a provider where the new [CAPI IPAM features](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20220125-ipam-integration.md#ipam-provider) could be beneficial. In Equinix Metal, Layer2 and Hybrid modes give users more control over the IPs...
**User Story** As a user I would like to have additional template choices for various deployment scenarios **Detailed Description** - HA Control Plane vs Single Control Plane - Support for...
cluster-api v0.3.7 capp v0.3.2 packet-ccm v1.1.0 I am hitting an issue with cluster-api's ability to roll the control plane nodes. This appears to be because of how we bind the...