You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ The default variables make use of 6 [c3.small.x86](https://metal.equinix.com/pro
39
39
40
40
The Terraform has been successfully tested with following versions of Anthos on Baremetal:
41
41
42
+
- 1.7.0
42
43
- 1.6.0
43
44
44
45
To simplify setup, this is designed to use manual LoadBalancing with [Kube-VIP](https://kube-vip.io) load balancer. No other load balancer support is planned at this time.
The Anthos on Baremetal install requires several service accounts and keys to be created. See the [Google documentation](https://cloud.google.com/anthos/gke/docs/bare-metal/1.6/installing/install-prereq#service_accounts_prerequisites) for more details. By default, Terraform will create and manage these service accounts and keys for you (recommended). Alternatively, you can create these keys manually, or use a provided helper script to make the keys for you.
95
+
The Anthos on Baremetal install requires several service accounts and keys to be created. See the [Google documentation](https://cloud.google.com/anthos/gke/docs/bare-metal/1.7/installing/install-prereq#service_accounts_prerequisites) for more details. By default, Terraform will create and manage these service accounts and keys for you (recommended). Alternatively, you can create these keys manually, or use a provided helper script to make the keys for you.
95
96
96
97
If you choose to manage the keys yourself, the Terraform files expect the keys to use the following naming convention, matching that of the Google documentation:
97
98
@@ -106,7 +107,7 @@ util
106
107
```
107
108
108
109
If doing so manually, you must create each of these keys and place it in a folder named `keys` within the `util` folder.
109
-
The service accounts also need to have IAM roles assigned to each of them. To do this manually, you'll need to follow the [instructions from Google](https://cloud.google.com/anthos/gke/docs/bare-metal/1.6/installing/install-prereq#service_accounts_prerequisites)
110
+
The service accounts also need to have IAM roles assigned to each of them. To do this manually, you'll need to follow the [instructions from Google](https://cloud.google.com/anthos/gke/docs/bare-metal/1.7/installing/install-prereq#service_accounts_prerequisites)
110
111
111
112
Much easier (and recommended) is to use the helper script located in the `util` directory called `setup_gcp_project.sh` to create these keys and assign the IAM roles. The script will allow you to log into GCP with your user account and the GCP project for your Anthos cluster.
112
113
@@ -182,7 +183,7 @@ A complete list of variables can be found at <https://registry.terraform.io/modu
182
183
| bgp_asn | string | 65000 | BGP ASN to peer with Equinix Metal |
183
184
| ccm_version | string | v2.0.0 | The version of the Equinix Metal CCM |
184
185
| kube_vip_version | string | 0.2.3 | The version of Kube-VIP to install |
185
-
| anthos_version | string | 1.6.0 | The version of Google Anthos to install |
186
+
| anthos_version | string | 1.7.0 | The version of Google Anthos to install |
186
187
| ccm_deploy_url | string |**Too Long to put here...**| The deploy url for the Equinix Metal CCM |
187
188
| kube_vip_daemonset_url | string |**Too Long to put here...**| The deploy url for the Kube-VIP Daemonset |
0 commit comments