Marques Johansson
Marques Johansson
### What problem are you facing? Network types (`hybrid`, `layer2-bonded`, `layer2-individual`, `layer3`) have always been a computed value used by the Terraform provider and Equinix Metal UI to represent a...
### What happened? I tried to provision a device with the following parameters: ``` forProvider: userdata: | ... customdata: | ... ``` This failed to provision and I spent a...
### What problem are you facing? New resources will take developer time to research and implement, creating a delay between provider innovations and the user's ability to consume new features...
### What problem are you facing? Equinix Metal offers Projects to confine Devices, IP ranges, and additional resources. These resources can not be managed through this provider. ### How could...
### What problem are you facing? Equinix Metal offers Spot Market Requests to provision pools of devices with pricing constraints. These are not made available through this provider. ### How...
Initially attempted to skip build tests on .md changes in this PR: https://github.com/packethost/crossplane-provider-equinix-metal/pull/42 The rule provided in this PR was either ignored because the rule was included in a PR...
Signed-off-by: Marques Johansson ### Description of your changes ### Checklist I have: - [ ] Run `make reviewable` to ensure this PR is ready for review. - [ ] Ensured...
### Description of your changes This is a work-in-progress (likely doesn't compile). This adds support for the [Packet Spot Market](https://www.packet.com/developers/docs/getting-started/deployment-options/spot-market/). Questions: * How do you provision and access SpotRequestResources devices?...
``` Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ```
Since Kubernetes 1.20, Docker support is deprecated: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation Update this project to take advantage of containerd. Similar to https://github.com/kubernetes-sigs/cluster-api-provider-packet/pull/216