github ricoberger/vault-secrets-operator 1.4.2
Version 1.4.2 / 2019-12-02

latest releases: 1.19.6, 1.19.5, 1.19.4...
4 years ago

In case the metrics server in a Kubernetes cluster was not available the Vault Secrets Operator fails to start, because the endpoint for the liveness and readiness probe was also not available (#22). Thanks to @rust84 for pointing out the issue.

Now we are using more useful checks for the readiness and liveness probe (#25):

  • Liveness: Returns true if the HTTP server is running.
  • Readiness: Returns true if a valid token for Vault is passed to the operator.

Don't miss a new vault-secrets-operator release

NewReleases is sending notifications on new releases.