sparse-apartment-71989
07/15/2021, 3:09 PMcivo kubernetes application add NAME:PLAN --cluster CLUSTER_NAME
I’m going to see if the KubernetesClusterArgs applications field will support something like this:
const k8sCluster = new civo.KubernetesCluster('my-k8s', {
applications: '-Traefik,-metrics-server,istio,Minio:10GB',
kubernetesVersion: '1.20.0+k3s1', // if not specified, latest will be used
networkId: network.id,
numTargetNodes: 3,
region: cfg.require(CIVO_REGION_KEY),
tags: "org:<http://example.com|example.com>",
targetNodesSize: "g3.k3s.medium"
})