Issue with Airbyte installation on GCP VM

Summary

The user is facing issues with installing Airbyte on a GCP VM due to ‘no space left on device’ errors during deployment. The VM has Docker and Kubernetes installed, and there is free space on the disk.


Question

Hi, im trying to install OSS in GCP VM 4vCPU 16GB RAM and im still having issue with install:

  INFO    Using Kubernetes provider:
            Provider: kind
            Kubeconfig: /root/.airbyte/abctl/abctl.kubeconfig
            Context: kind-airbyte-abctl
 SUCCESS  Found Docker installation: version 27.3.1
 SUCCESS  Existing cluster 'airbyte-abctl' found
 SUCCESS  Cluster 'airbyte-abctl' validation complete
  INFO    Namespace 'airbyte-abctl' already exists
  INFO    Persistent volume 'airbyte-minio-pv' already exists
  INFO    Persistent volume 'airbyte-volume-db' already exists
  INFO    Persistent volume claim 'airbyte-minio-pv-claim-airbyte-minio-0' already exists
  INFO    Persistent volume claim 'airbyte-volume-db-airbyte-db-0' already exists
  INFO    Starting Helm Chart installation of 'airbyte/airbyte' (version: 1.1.1)
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-worker-647c8f5c7-jkhr2.1802a8eb9d8d21a5
            Reason: FailedMount
            Message: (combined from similar events): MountVolume.SetUp failed for volume "kube-api-access-sbzxl" : write /var/lib/kubelet/pods/bff45697-6e3f-480d-a2b1-cbd04e6dcdd5/volumes/kubernetes.io~projected/kube-api-access-sbzxl/..2024_10_28_20_52_36.1829598019/ca.crt: no space left on device
            Count: 147
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-server-76795777b4-z72lj.1802a8ec0971402f
            Reason: FailedMount
            Message: (combined from similar events): MountVolume.SetUp failed for volume "kube-api-access-hvwvt" : write /var/lib/kubelet/pods/29e583e7-95a9-4290-8292-f5198e2bd734/volumes/kubernetes.io~projected/kube-api-access-hvwvt/..2024_10_28_20_52_38.1800455860/token: no space left on device
            Count: 147
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-worker-647c8f5c7-jkhr2.1802a8eb9d8d21a5
            Reason: FailedMount
            Message: (combined from similar events): MountVolume.SetUp failed for volume "kube-api-access-sbzxl" : write /var/lib/kubelet/pods/bff45697-6e3f-480d-a2b1-cbd04e6dcdd5/volumes/kubernetes.io~projected/kube-api-access-sbzxl/..2024_10_28_20_56_40.2414475037/ca.crt: no space left on device
            Count: 149
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-server-76795777b4-z72lj.1802a8ec0971402f
            Reason: FailedMount
            Message: (combined from similar events): MountVolume.SetUp failed for volume "kube-api-access-hvwvt" : write /var/lib/kubelet/pods/29e583e7-95a9-4290-8292-f5198e2bd734/volumes/kubernetes.io~projected/kube-api-access-hvwvt/..2024_10_28_20_56_42.2687328006/namespace: no space left on device
            Count: 149```
I have Docker and Kubernetes installed on this VM
System Ubuntu 20.04.6 LTS

while install i have free space on sda
```root@airbyte:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        39G   15G   25G  38% /
devtmpfs        7.9G     0  7.9G   0% /dev
tmpfs           7.9G     0  7.9G   0% /dev/shm
tmpfs           1.6G  1.2M  1.6G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1730149496568419) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["airbyte-installation", "gcp-vm", "no-space-left", "docker", "kubernetes", "ubuntu-20.04"]
</sub>