Go to file
jetstack-bot b1599bcd36
Merge pull request #998 from munnerz/acme-setup
Refactor ACME account generation
2018-10-26 12:31:34 +01:00
.github Add additional issue template types 2018-08-09 15:22:37 +01:00
cmd webhook: Fix "logging before flag.Parse" errors 2018-10-22 20:46:44 -04:00
contrib Adjust pebble probes 2018-10-23 18:32:55 +01:00
docs Merge pull request #972 from aslafy-z/dns/digitalocean 2018-10-26 11:54:34 +01:00
hack Delete dockerfiles directory 2018-10-25 18:57:19 +01:00
pkg Merge pull request #998 from munnerz/acme-setup 2018-10-26 12:31:34 +01:00
test Merge pull request #1010 from munnerz/tiller-e2e-notice 2018-10-26 02:07:39 +01:00
third_party run //hack:update-gofmt 2018-09-13 11:25:04 +01:00
vendor regenerate 2018-10-23 16:27:30 +02:00
.bazelrc Add root Bazel build files 2018-09-13 11:21:42 +01:00
.gitignore Add root Bazel build files 2018-09-13 11:21:42 +01:00
.gitlab-ci.yml Bump e2e image used on gitlab 2018-10-24 11:51:35 +01:00
.kazelcfg.json Add update-bazel.sh rule to run gazelle and kazel 2018-09-13 11:21:42 +01:00
BUILD.bazel Remove pkg/logs package 2018-10-18 13:27:05 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Add details on DCO sign-off 2018-08-13 16:09:02 +01:00
Gopkg.lock regenerate 2018-10-23 16:27:30 +02:00
Gopkg.toml Add ACME DigitalOcean DNS01 provider 2018-10-23 16:25:49 +02:00
labels.yaml Update wording 2018-07-26 15:16:20 +01:00
LICENSE
Makefile Merge pull request #990 from munnerz/fix-minikube 2018-10-23 23:02:01 +01:00
OWNERS
README.md Proof-reading fixes 2018-08-08 15:20:28 +01:00
WORKSPACE Run all docs generation with Bazel 2018-10-23 02:15:26 +01:00

cert-manager

cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.

It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry.

It is loosely based upon the work of kube-lego and has borrowed some wisdom from other similar projects e.g. kube-cert-manager.

cert-manager high level overview diagram

Current status

As this project is pre-1.0, we do not currently offer strong guarantees around our API stability.

Notably, we may choose to make breaking changes to our API specification (i.e. the Issuer, ClusterIssuer and Certificate resources) in new minor releases.

These will always be clearly documented in the upgrade section of the documentation

Documentation

Documentation for cert-manager can be found at cert-manager.readthedocs.io. Please make sure to select the correct version of the documentation to view on the bottom left of the page.

Troubleshooting

If you encounter any issues whilst using cert-manager, we have a number of places you can use to try and get help.

The quickest way to ask a question is to first post on our Slack channel (#cert-manager) on the Kubernetes Slack. There are a lot of community members in this channel, and you can often get an answer to your question straight away!

You can also try searching for an existing issue. Properly searching for an existing issue will help reduce the number of duplicates, and help you find the answer you are looking for quicker.

Please also make sure to read through the relevant pages in the documentation before opening an issue. You can also search the documentation using the search box on the top left of the page.

If you believe you have encountered a bug, and cannot find an existing issue similar to your own, you may open a new issue. Please be sure to include as much information as possible about your environment.

Community

There is a Google Group used for project wide announcements and development coordination. Anybody can join the group by visiting here and clicking "Join Group". A Google account is required to join the group.

Once you have become a member, you should receive an invite to the weekly development meeting, hosted on Wednesdays at 4pm UTC on Zoom.us.

Anyone is welcome to join these calls, even if just to ask questions.

Meeting notes are recorded in Google docs.

Contributing

We welcome pull requests with open arms! There's a lot of work to do here, and we're especially concerned with ensuring the longevity and reliability of the project.

Please take a look at our issue tracker if you are unsure where to start with getting involved!

We also use the #cert-manager channel on kubernetes.slack.com for chat relating to the project.

Developer documentation is available in the official documentation.

Changelog

The list of releases is the best place to look for information on changes between releases.