Self-Managed Instance of Gitlabs, New Values in Minio After Reconfiguring No Being Applied

Juan Perez 1 Reputation point
2021-07-17T23:21:55.803+00:00

I need to reconfigure Minio after a standard Gitlab install via Helm Charts, would like to increase to 100GB from the 9GB installed, however any time I run the upgrade with the file change looks like successfully upgraded, but the changes have not been applied and Minio Browser still showing 9GB

USER-SUPPLIED VALUES:
certmanager-issuer:
email: ******************
gitlab-runner:
install: true
gitlab-runner.runners.privileged: true
gitlab-runner.imagePullPolicy: IfNotPresent
global:
edition: ce
hosts:
domain: ******************
minio:
persistence:
size: 100Gi
imagePullPolicy: IfNotPresent
init:
image:
imagePullPolicy: IfNotPresent

(looks like the indentation of my yaml file is gone!)

Then applied my changes
![115641-image.png]1

image
Found the problem when launching
kubectl get events -w -n gitlabs

115559-image.png

Any ideas how to workaround or fix this issue?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,120 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SRIJIT-BOSE-MSFT 4,336 Reputation points Microsoft Employee
    2021-07-19T05:52:04.217+00:00

    @Juan Perez , Thank you for your question.

    If the Azure managed disk is already attached to a running VM, disk resize will fail.

    Before running kubectl edit pvc pvc-azuredisk operation, please make sure this PVC is not mounted by any pod (change the replica count to 0, this will terminate the pod and detach the disk, need wait a few minutes) otherwise there would be resize error. Now run kubectl edit pvc pvc-azuredisk to change azuredisk PVC size.

    Please refer to this GitHub PR for detailed instructions.

    ----------

    Hope this helps.

    Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.