Skip to content

How to specify Kubernetes Cluster initial pod CIDR and service subnet network masks #45

@yevon

Description

@yevon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions