Skip to content

Linode

Fields

pathtypedescription
authstringName of the secret containing the Linode API token, under the LINODE_TOKEN secret key
regionstringRegion ID of the Linode datacenter to provision the exit node in. See https://api.linode.com/v4/regions
sizestring? = “g6-nanode-1”Size for the Linode. instance See https://api.linode.com/v4/linode/

Examples

apiVersion: chisel-operator.io/v1
kind: ExitNodeProvisioner
metadata:
name: linode-provisioner
namespace: default
spec:
Linode:
auth: linode-auth
region: us-east
apiVersion: chisel-operator.io/v1
kind: ExitNodeProvisioner
metadata:
name: linode-provisioner
namespace: default
spec:
Linode:
auth: linode-auth
region: us-east
---
apiVersion: v1
kind: Secret
metadata:
name: linode-auth
namespace: default
type: Opaque
stringData:
LINODE_TOKEN: xxxxx