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 create timescaledb_toolkit extension using helm chart #2848

Open
odev-swe opened this issue Jan 21, 2025 · 0 comments
Open

Unable to create timescaledb_toolkit extension using helm chart #2848

odev-swe opened this issue Jan 21, 2025 · 0 comments

Comments

@odev-swe
Copy link

Hi guys, recently i try to deploy timescaledb using helm chart on k8s, but unfortunely i can't find the timescaledb_toolkit extension after installed

  • Which image of the operator are you using?
  • ghcr.io/zalando/postgres-operator:v1.14.0
  • Where do you run it - cloud or metal? Kubernetes or OpenShift? [AWS K8s | GCP ... | Bare Metal K8s]
  • Helm Chart Kubernetes
  • Are you running Postgres Operator in production? [yes | no]
  • yes
  • Type of issue? [Bug report, question, feature request, etc.]
  • Bug
apiVersion: "acid.zalan.do/v1"
kind: postgresql
metadata:
  name: insight-timescaledb
  namespace: insight-timescaledb
spec:
  teamId: "insight"
  volume:
    size: 32Gi
  numberOfInstances: 2
  users:
    insight:  # db owner
    - superuser
    - createdb
  databases:
    foo: insight
  preparedDatabases:
    insight:
      extensions:
        timescaledb: public
        timescaledb_toolkit: public
      schemas:
        public:
          defaultRoles: false
  postgresql:
    version: "16"
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
        - matchExpressions:
            - key: "application"
              operator: In
              values:
                - dependency
  tolerations:
    - key: "application"
      operator: "Equal"
      value: "dependency"
      effect: "NoSchedule"
@odev-swe odev-swe changed the title Unable to create timescaledb_toolkit using helm chart Unable to create timescaledb_toolkit extension using helm chart Jan 21, 2025
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

1 participant