Skip to main content
Version: v0.13 🚧

network

network can be used to define workspace-level networking configurations.

Attributes

Name and DescriptionTypeDefault ValueRequired
type
The specific cloud vendor that provides load balancer.
"alicloud" | "aws"Undefinedrequired
labels
The attached labels of the port.
{str:str}Undefinedoptional
annotations
The attached annotations of the port.
{str:str}Undefinedoptional

Examples

modules:
path: oci://ghcr.io/kusionstack/network
version: 0.2.0
configs:
default:
type: alicloud
labels:
kusionstack.io/control: "true"
annotations:
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-spec: slb.s1.small