Skip to content

HTTP 204 returned from /ping endpoint is unsuitable for Google Kubernetes Cloud healthcheck #9772

@cypressious

Description

@cypressious

Use case

I want to deploy an InfluxDB instance to the Google Kubernetes Cloud. In order to expose the application to the outer world, I need to create an Ingress.

Problem

The Ingress requires a health check. I can configure the endpoint of the health check but it needs to return a HTTP 200. The /ping endpoint currently returns an HTTP 204 which is unsuitable.

Sugggestion

Consider adding an endpoint that returns a HTTP 200 or make the status code returned from /ping configureable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions