Is there a way to set the initial podCIDR and service subnet when creating the cluster? I want to be able to specify specific ones, because once created it cannot be changed isn't it? I haven't seen the way to specify this. Right now I have this:
apiVersion: lke.linode.upbound.io/v1alpha1
kind: Cluster
metadata:
name: my-cluster
namespace: crossplane-system
spec:
forProvider:
region: my-region
k8sVersion: "1.29"
label: my-label
pool:
- count: 1
type: g6-standard-1
tags:
- g6-standard-1-node-pool
tags:
- tag1
- tag2
controlPlane:
acl:
enabled: "true"
addresses:
- "<ip_address"
highAvailability: "false"
providerConfigRef:
name: linode-provider
Is there a way to set the initial podCIDR and service subnet when creating the cluster? I want to be able to specify specific ones, because once created it cannot be changed isn't it? I haven't seen the way to specify this. Right now I have this: