Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 37858

askthedev.com Latest Questions

Asked: February 6, 20252025-02-06T20:57:32+05:30 2025-02-06T20:57:32+05:30In: Kubernetes

MinIO liveness probe fails and causes pod to restart

nikhitha chandana

I created two ingresses for Minio deployment. One for minio-api https://minio.righive.local and one for minio-ui https://minio-ui.righive.local.

This is my helm values file

ingress:
enabled: true
ingressClassName: “traefik”
hostname: “minio-ui.righive.local”
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: “true”
apiIngress:
enabled: true
ingressClassName: “traefik”
hostname: “minio.righive.local”
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: “true”

Provided a tls-certificate from tls-secret (Using a self-signed certificate)

extraVolumes:
– name: minio-certs
secret:
secretName: tls-cert
items:
– key: tls.crt
path: public.crt
– key: tls.key
path: private.key
– key: tls.crt
path: CAs/public.crt
extraVolumeMounts:
– name: minio-certs
mountPath: “/certs”
readOnly: true

env variables
– name: MINIO_LOG_LEVEL
value: DEBUG
– name: MINIO_IDENTITY_OPENID_CONFIG_URL
value: “https://authentik.righive.local/application/o/minio/.well-known/openid-configuration”
– name: MINIO_IDENTITY_OPENID_CLIENT_ID
value: “yyy”
– name: MINIO_IDENTITY_OPENID_CLIENT_SECRET
value: “xxx”
– name: MINIO_IDENTITY_OPENID_REDIRECT_URI
value: “https://minio.righive.local/oauth_callback”
– name: MINIO_IDENTITY_OPENID_SCOPES
value: “openid,profile,email,minio”
– name: MINIO_BROWSER_REDIRECT_URL
value: “https://minio-ui.righive.local”
– name: MINIO_SERVER_URL
value: “https://minio.righive.local”

When I deploy, the liveness probe fails with 400 status code.

kubernetesminioquestiontraefik
  • 0
  • 0
  • 0 0 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    Related Questions

    • How can I incorporate more control plane nodes into my currently operating Kubernetes cluster?
    • I'm working with an Azure Kubernetes Service (AKS) that utilizes Calico for its network policy management, but I'm encountering an issue where the network policies I have set up do ...
    • which service runs containerized applications on aws
    • what is karpenter in aws eks
    • How can I utilize variables within the values.yaml file when working with Helm templates? Is it possible to reference these variables in my template files effectively?

    Sidebar

    Related Questions

    • How can I incorporate more control plane nodes into my currently operating Kubernetes cluster?

    • I'm working with an Azure Kubernetes Service (AKS) that utilizes Calico for its network policy management, but I'm encountering an issue where the network policies ...

    • which service runs containerized applications on aws

    • what is karpenter in aws eks

    • How can I utilize variables within the values.yaml file when working with Helm templates? Is it possible to reference these variables in my template files ...

    • What are the best practices for deploying separate frontend and backend applications, and what strategies can be employed to ensure they work together seamlessly in ...

    • I'm experiencing an issue where my Argo workflows are remaining in a pending state and not progressing to execution. I've reviewed the configurations and logs, ...

    • How can I efficiently retrieve the last few lines from large Kubernetes log files generated by kubectl? I'm looking for methods that can handle substantial ...

    • How can I find the ingresses that are associated with a specific Kubernetes service?

    • How can I solve the issue of using dashes in names when templating with Helm, given that it seems to be restricted?

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.