VMware vSphere

 View Only
  • 1.  K8s Worker Node limited to 16GB root file system

    Posted May 05, 2022 01:19 PM
      |   view attached

    Hello,

    I'm using TanzuKubernetesCluster on vSphere7 (Workload Management -> Supervisor Cluster).

    The issue I'm facing is that Worker's node in my K8s Cluster are all limited to 16GB as root file system.

    I tried to mountPath additional disk but I always end up running out of root filesystem space.

    How can I alter the vcenter's / supervisor cluster's  "VSPHERE_WORKER_DISK_GIB" variable (assuming this has any relevance in TanzuKubernetesCluster environment) ?

    Thank you,

    A.



  • 2.  RE: K8s Worker Node limited to 16GB root file system

    Posted May 05, 2022 05:59 PM

    Hello,

     

    as per https://tanzu.vmware.com/content/blog/new-proxy-support-registry-service-trust-separate-disks-vsphere-tanzu

    I added to worker definition the:

    - name: containerd
    mountPath: /var/lib/containerd
    capacity:
    storage: 50Gi

    and it does help to reduce root file system usage.

    Thx!