openfaas/ofc-bootstrap

[Feature] Add check command

Open

#173 opened on Dec 29, 2019

 (1 comment) (0 reactions) (0 assignees)Go (61 forks)auto 404
help wantedsize/lskill/intermediate

Repository metrics

Stars
 (177 stars)
PR merge metrics
 (PR metrics pending)

Description

This feature would add a ‘ofc-bootstrap check -f init.yaml’ command which would run through a number of diagnostics and advise the user of the status of their deployment.

To start with, these items would be of most value to check:

  • Were secrets created?
  • Is OpenFaaS deployed?
  • Does the gateway respond?
  • Is the advertised DNS valid and pointing to the correct domain?
  • Is cert-manager available?
  • Is the registry credential valid?

Contributor guide