> ## Documentation Index
> Fetch the complete documentation index at: https://tensorfuse.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# tensorkube configure

## `tensorkube configure`

Configure the Tensorkube runtime on your private cloud

**Usage:**

```bash theme={null}
tensorkube configure [OPTIONS]
```

**Options:**

* `--vpc-public-subnets TEXT`: \[Experimental] List of public subnets should be given if you want to create in existing VPC. If not given, a new VPC will be created. You should ignore this flag unless you want to create cluster in existing vpc. Tensorfuse recommends to create a new vpc for the tensorkube cluster instead of deploying in existing vpc. This is a enterprise feature. Reach out to tensorfuse for more information.

* `--vpc-private-subnets TEXT`: \[Experimental] List of private subnets should be given if you want to create in existing VPC. If not given, a new VPC will be created.You should ignore this flag unless you want to create cluster in existing vpc. Tensorfuse recommends to create a new vpc for the tensorkube cluster instead of deploying in existing vpc. This is a enterprise feature. Reach out to tensorfuse for more information.

* `--legacy BOOLEAN` \[default: False]: Use the legacy configuration.

* `--test BOOLEAN` \[default: False]: Deploy using test configurations.

* `--override-policy-checks BOOLEAN` \[default: False]: NOT RECOMMENDED! ONLY USE IN RESEARCH SCENARIOS. Overrides policy checks.

* `--help BOOL` \[default: false]: Show this message and exit.
