Giter Site home page Giter Site logo

Comments (6)

harshavardhana avatar harshavardhana commented on June 16, 2024

@dbason can you share your tenant yaml ?

from minio.

dbason avatar dbason commented on June 16, 2024
spec:
  buckets:
  - name: bucket1
    region: us-east-1
  - name: bucket2
    region: us-east-1
  configuration:
    name: minio-config-secret
  exposeServices:
    console: true
    minio: true
  externalCertSecret:
  - name: api-cert-secret
    type: kubernetes.io/tls
  - name: console-cert-secret
    type: kubernetes.io/tls
  features:
    domains:
      console: https://minio-console.example.com:9443
      minio:
      - https://minio-api.example.com
      - https://minio.test.svc.cluster.local
  image: quay.io/minio/minio:RELEASE.2024-04-06T05-26-02Z
  imagePullPolicy: IfNotPresent
  pools:
  - labels:
      app: minio-tenant
    name: default
    servers: 4
    volumeClaimTemplate:
      metadata:
        name: minio-data
      spec:
        accessModes:
        - ReadWriteOnce
        resources:
          requests:
            storage: 10Gi
    volumesPerServer: 1
  requestAutoCert: true

from minio.

harshavardhana avatar harshavardhana commented on June 16, 2024

I just logged into play.min.io:9443, which is running the latest release.

MINIO_VOLUMES="/disk{1...4}/data"
# Use if you want to run MinIO on a custom port.
MINIO_OPTS="--address play.min.io:9000 --console-address :9001"
# Root user for the server.
MINIO_ROOT_USER=Q3AM3UQ867SPQQA43P2F
# Root secret for the server.
MINIO_ROOT_PASSWORD=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
MINIO_SITE_REGION=us-east-1
MINII_REGION_NAME=us-east-1
MINIO_PROMETHEUS_AUTH_TYPE="public"
MINIO_PROMETHEUS_URL=http://services.min.io:9090
#MINIO_PROMETHEUS_JOB_ID="play-minio-dashboard"
MINIO_BROWSER_REDIRECT_URL=https://play.min.io:9443
  features:
    domains:
      console: https://minio-console.example.com:9443
      minio:
      - https://minio-api.example.com
      - https://minio.test.svc.cluster.local

Can you remove these these are meant to be added here not sure what help does this bring.

from minio.

dbason avatar dbason commented on June 16, 2024

I'm not sure if they're meant to be there, the documentation is pretty light on this. I'll try removing them.

from minio.

dbason avatar dbason commented on June 16, 2024

That resolved the issue, however I think this is still a bug. The domains are part of the tenant helm chart:
https://github.com/minio/operator/blob/master/helm/tenant/templates/tenant.yaml#L98-L103

They seem to be not working as intended unless I'm missing the intention of them somehow.

from minio.

harshavardhana avatar harshavardhana commented on June 16, 2024

Yeah please report the issue at minio/operator closing it here.

from minio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.