Linode
Fields
path | type | description |
---|---|---|
auth | string | Name of the secret containing the Linode API token, under the LINODE_TOKEN secret key |
region | string | Region ID of the Linode datacenter to provision the exit node in. See https://api.linode.com/v4/regions |
size | string? = “g6-nanode-1” | Size for the Linode. instance See https://api.linode.com/v4/linode/ |
Examples
apiVersion: chisel-operator.io/v1kind: ExitNodeProvisionermetadata: name: linode-provisioner namespace: defaultspec: Linode: auth: linode-auth region: us-east
apiVersion: chisel-operator.io/v1kind: ExitNodeProvisionermetadata: name: linode-provisioner namespace: defaultspec: Linode: auth: linode-auth region: us-east---apiVersion: v1kind: Secretmetadata: name: linode-auth namespace: defaulttype: OpaquestringData: LINODE_TOKEN: xxxxx