40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
---
|
|
title: Gcp-Masters
|
|
---
|
|
|
|
## Description
|
|
|
|
Create DC/OS Master instance and have conditional DC/OS Prereqs for GCP
|
|
|
|
## Specification
|
|
|
|
|
|
### Properties
|
|
|
|
Name | Description | Type | Required | Default
|
|
------------ | ------------- | ------------- | ------------- | -------------
|
|
tags | Add custom tags to all resources | list | false |
|
|
labels | Add custom labels to all resources | map | false |
|
|
machine_type | Instance Type | | true |
|
|
disk_type | Disk Type to Leverage The GCE disk type. Can be either 'pd-ssd', 'local-ssd', or 'pd-standard'. (optional) | | true |
|
|
public_ssh_key | SSH Public Key | | true |
|
|
master_subnetwork_name | Master Subnetwork Name | | true |
|
|
ssh_user | SSH User | | true |
|
|
hostname_format | Format the hostname inputs are index+1, region, cluster_name | | false |
|
|
dcos_instance_os | Operating system to use. Instead of using your own AMI you could use a provided OS. | | false |
|
|
image | Source image to boot from | | true |
|
|
disk_size | Disk Size in GB | | true |
|
|
user_data | User data to be used on these instances (cloud-init) | | false |
|
|
num_masters | Specify the amount of masters. For redundancy you should have at least 3 | | true |
|
|
cluster_name | Name of the DC/OS cluster | | true |
|
|
zone_list | Element by zone list | list | false |
|
|
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
|
|
|
|
|
|
#### writeConnectionSecretToRef
|
|
|
|
Name | Description | Type | Required | Default
|
|
------------ | ------------- | ------------- | ------------- | -------------
|
|
name | The secret name which the cloud resource connection will be written to | string | true |
|
|
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
|