Marques Johansson
Marques Johansson
The current `master` branch is modular and more parallelized. The `for-cli` branch is used by the `linode-cli k8s-alpha` command. In order for the `linode-cli` to take advantage of the updates...
Include in the README guidelines about what ports are required and which ports may be restricted. Note where the API server is listening (both public and private port 6443) and...
The Helm + Tiller combination dependencies should be updated to use newer versions of Helm.
The Packet CSI project and service are no longer available. A different storage provider should be used.
Signed-off-by: Marques Johansson
Users would like to provision Anthos 1.7 through this module. What changes are needed to support this?
https://github.com/equinix/terraform-metal-anthos-on-vsphere/blob/main/variables.tf#L38-L71 includes a `Management` network which is a special network that the vSphere module provisions. The vSphere module advises not to create this network: https://github.com/equinix/terraform-metal-vsphere/blob/main/variables.tf#L38-L69
The GCP key generating script https://github.com/equinix/terraform-metal-anthos-on-vsphere/blob/main/anthos/create_service_accounts.sh creates keys with a fixed name. This prevents other users sharing that project from generating keys themselves. The keys must then be shared among...
Integrations are currently failing with: ``` module.vsphere.null_resource.apply_esx_network_config[0] (remote-exec): Trying to connect to ESX Host . . . module.vsphere.null_resource.apply_esx_network_config[0] (remote-exec): Connected to ESX Host ! module.vsphere.null_resource.apply_esx_network_config[0] (remote-exec): Successfully created vSwitch vSwitch1...
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...