Marques Johansson
Marques Johansson
I captured the following log output while attempting to provision [this module](https://github.com/packet-labs/google-anthos//tree/41093eaa2ecd83ec506023ba9c0ae419a6172aa9) with the following non-default, Packet device, settings: ``` esxi_size = "c3.medium.x86" router_size = "c2.medium.x86" esxi_host_count = "1" facility...
We should update the README.md or create an GH Issue template that offers advice on reporting issues. This should advice users to include a snippet of the errors messages. If...
As noted in the [README.md Troubleshooting tips](https://github.com/packet-labs/google-anthos#null_resourcedownload_vcenter_iso-remote-exec-e-could-not-get-lock-varlibdpkglock---open-11-resource-temporarily-unavailable): > Occasionally the Ubuntu automatic `unattended-upgrades` will run at an unfortunate time and lock apt while the script is attempting to run. >...
Users providing `--hostname-override` should not have that hostname overridden by CPEM. This should be considered with #194 because the hostname and node name may have some codependence today. * https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetesiohostname...
Users have reported confusion aligning versions of kube-vip with CPEM. In the documentation, we should point out which versions of kube-vip/metallb are compatible (recommended!) with the versions of CPEM. This...
In some settings, the LoadBalancer helper functionality of CPEM is desired while the Node labeling is not. - Introduce a flag to disable the Node controller. - The Service controller...
https://www.terraform.io/docs/providers/linode/ https://github.com/terraform-providers/terraform-provider-linode/blob/master/examples/main.tf
TODO * tests should unmarshal the new structs (fix the ipnet tests) * provide examples of the new structures in the text fixture * provide comments for each field (and...
The API will accept and return CustomData with any JSON value or structure. The previous type (map[string]interface{}) did not allow for string only values, which are acceptable, as are ints,...
Handle pagination in /ips GET responses. This is a recent addition to the API. The default pagination count is high enough to not affect existing projects. Related to https://github.com/packethost/packngo/issues/63