This project simply provides customizeable default and error pages for your Nginx Ingress Controller on a Kubernetes cluster. By default it already ships with simple but nice pages for standard errors.
You can download prebuilt binaries from our GitHub releases, or you can use our Docker images published on Docker Hub or Quay. If you need further guidance how to install this take a look at our documentation.
Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.17, at least that's the version we are using.
git clone https://github.com/webhippie/errors.git
cd errors
make generate build
./bin/errors -h
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2018 Thomas Boerger <[email protected]>