Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to complete sentry helm fresh install #1658

Open
dmuralibabu opened this issue Jan 16, 2025 · 2 comments
Open

Unable to complete sentry helm fresh install #1658

dmuralibabu opened this issue Jan 16, 2025 · 2 comments

Comments

@dmuralibabu
Copy link

dmuralibabu commented Jan 16, 2025

Hi Team,

I tried to do sentry fresh install with helm and able to see all the pvc created by helm are in pending state.

NAME                                         STATUS    VOLUME   CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE
data-sentry-kafka-controller-0               Pending                                      standard       <unset>                 14m
data-sentry-kafka-controller-1               Pending                                      standard       <unset>                 14m
data-sentry-kafka-controller-2               Pending                                      standard       <unset>                 14m
data-sentry-sentry-postgresql-0              Pending                                                     <unset>                 14m
data-sentry-zookeeper-clickhouse-0           Pending                                      standard       <unset>                 14m
redis-data-sentry-sentry-redis-master-0      Pending                                                     <unset>                 14m
redis-data-sentry-sentry-redis-replicas-0    Pending                                                     <unset>                 14m
sentry-clickhouse-data-sentry-clickhouse-0   Pending                                                     <unset>                 14m
sentry-data                                  Pending                                                     <unset>                 14m

My values.yaml file is:

user:
  create: true
  email: [email protected]
  password: "xxx"
ingress:
  enabled: true
  regexPathStyle: nginx
  alb:
    httpRedirect: false
  hostname: sentry.app.example.com
postgresql:
  enabled: true
  persistence:
    storageClass: "standard"
rabbitmq:
  enabled: false
hooks:
  activeDeadlineSeconds: 10000

kafka:
  enabled: true
  resources:
    requests:
      cpu: "500m"
      memory: "1Gi"
    limits:
      cpu: "750m"
      memory: "2Gi"
  extraConfig: |-
      log.retention.ms=10000000
  controller:
     replicaCount: 3
     resources:
        requestes:
        cpu: "500m"
        memory: "1Gi"
     limits:
        cpu: "700m"
        memory: "2Gi"
     persistence:
        size: "1Gi"
        storageClass: "standard"
zookeeper:
  enabled: true
  persistence:
     storageClass: "standard"

clickhouse:
  enabled: true
  persistence:
     storageClass: "standard"

redis:
  enabled: true
  persistence:
     storageClass: "standard"


sentry:
   cleanup:
     days: 30


filestore:
    persistence:
      storageClass: "standard"

I already created pv in the namespace:

NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE
sentry-pv   10Gi       RWO            Retain           Bound    sentry/sentry-data   standard       <unset>```

@avznog
Copy link

avznog commented Jan 16, 2025

You should describe your pvc and check if the storage class exist on your cluster. I had the same problem a few minutes ago, and I just did a typo on the storageClass

@kalan89
Copy link

kalan89 commented Jan 19, 2025

Able to install sentry after delete pv,PVC and clean fresh install.
We should close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants