Score:0

Increase Disk for Gitlab with Kubernetes

my flag
mkn

I have setup gitlab with helm and set gitaly.persistence.size=150Gi. When I check the generated aws ebs size it matches the claimed 150Gi. Checking the Statefulset of gitaly I also see the 150Gi

volumeClaimTemplates:
  - apiVersion: v1
    kind: PersistentVolumeClaim
    metadata:
      creationTimestamp: null
      labels:
        app: gitaly
        release: gitlab
      name: repo-data
    spec:
      accessModes:
      - ReadWriteOnce
      resources:
        requests:
          storage: 150Gi
      volumeMode: Filesystem
    status:
      phase: Pending

When I check the stats in System Info of Gitlab, it shows me strange numbers. 50GB max disk and current usage 21.9GB. I would have expected 150GB and the current usage close to 0GB, because it is a fresh clean installation.

enter image description here

Does anyone have a clue what I am doing wrong?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.