Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"features": {
    "ghcr.io/roost-io/features/roost:1.0.0": {
      "entroost_server": "${localEnv:ENTROOST_SERVER}",
      "roost_auth_token": "${localEnv:ROOST_AUTH_TOKEN}",
      "k8s_version": "1.22.2",
      "aws_region": "ap-northeast-1",
      ...
    }
}

...

Options Id

Description

Type

Default Value

Required / optional

roost_auth_token

Roost Authorization Token

string

-

Required

email

User email address

string

-

Required

alias

Alias name for cluster

string

-

optional

k8s_version

Kubernetes version

string

1.22.2

optional

cluster_expires_in_hours

Cluster expiry in Hrs

string

1

optional

num_workers

Number of worker nodes

string

1

optional

namespace

Default namespace

string

roost-codesapace

optional

region

Aws region, to create cluster into

string

ap-northeast-1

optional

disk_size

Disk size in GB

string

50

optional

instance_type

Instance type

string

t3.large

optional

ami

AMI

string

ubuntu focal 20.04

optional

entroost_server

Enterprise server IP

string

app.roost.ai

optional

...