VMware Cloud Community
abuzzi
Enthusiast
Enthusiast

K8s Worker Node limited to 16GB root file system

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.

0 Kudos
1 Reply
abuzzi
Enthusiast
Enthusiast

Hello,

 

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

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!

0 Kudos