Go to file
joshvanl b45482355c Fix cobra test now cmctl is the default CLI name
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 16:36:50 +01:00
.github remove krew automation 2021-08-24 11:24:52 +01:00
build Fix cobra test now cmctl is the default CLI name 2021-10-14 16:36:50 +01:00
cmd Adds bazel to build and release cmctl, along with kubectl-cert_manager 2021-10-14 15:49:46 +01:00
deploy Set all non-v1 CRD versions as not-served 2021-09-29 12:17:32 +01:00
design Update certificates.k8s.io-adoption design to include changes which have 2021-07-26 14:20:18 +01:00
devel Test kubectl cert-manager version by running it after install 2021-10-09 10:05:32 +01:00
docs Remove docs/ directory and replace with basic README 2020-01-20 14:53:02 +00:00
hack Uses go/crypto ListCertAlternates function to fetch alternative certificate chains 2021-10-07 15:21:26 +01:00
logo Add logo in svg format 2019-07-08 16:01:11 +01:00
pkg Uses go/crypto ListCertAlternates function to fetch alternative certificate chains 2021-10-07 15:21:26 +01:00
test Code review feedback 2021-09-30 17:23:42 +01:00
tools Fix cobra test now cmctl is the default CLI name 2021-10-14 16:36:50 +01:00
.bazelrc Add timestamps to bazel build output 2021-10-08 17:21:18 +01:00
.gitignore fix vscode crash 2021-07-10 00:08:44 +02:00
.krew.yaml update trigger for gh action, add arm64 darwin for krew 2021-08-16 17:21:07 +01:00
BUILD.bazel don't wait for hooks in kubectl cert-manager x install test & use local chart for tests 2021-08-11 23:18:33 +02:00
CODE_OF_CONDUCT.md update old references to replaced/obsolete email addresses 2021-05-20 18:05:02 +01:00
CONTRIBUTING.md Match CONTRIBUTING language to existing copyright notices 2021-03-05 13:56:21 +00:00
go.mod Uses go/crypto ListCertAlternates function to fetch alternative certificate chains 2021-10-07 15:21:26 +01:00
go.sum Uses go/crypto ListCertAlternates function to fetch alternative certificate chains 2021-10-07 15:21:26 +01:00
LICENSE add apache 2.0 license 2017-07-22 12:04:24 +01:00
LICENSES ./hack/update-all.sh 2021-10-01 12:41:15 +01:00
Makefile Adds bazel to build and release cmctl, along with kubectl-cert_manager 2021-10-14 15:49:46 +01:00
OWNERS Adds sgtcodfish to root OWNERS 2021-03-09 15:01:39 +00:00
README.md Add note about module compat and code style 2021-04-20 13:20:04 +01:00
ROADMAP.md Add a roadmap for the project 2020-10-21 15:57:53 +01:00
SECURITY_CONTACTS.md add @munnerz to SECURITY_CONTACTS.md 2021-05-05 17:35:10 +01:00
SECURITY.md Add SECURITY.md documenting vuln report process 2021-03-30 14:20:31 +01:00
USERS.md Add Acoss to users 2020-10-11 13:56:20 +02:00
WORKSPACE Bumps Bazel deps and ingress-nginx test image version 2021-09-30 10:14:05 +01:00
workspace.bzl Code review feedback 2021-09-30 17:23:42 +01:00

Build Status Go Report Card

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

Documentation

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

Issues and PRs towards the documentation should be filed in the website repo.

For the common use-case of automatically issuing TLS certificates to Ingress resources, aka a kube-lego replacement, see the cert-manager nginx ingress quick start guide.

See Installation within the documentation for installation instructions.

Troubleshooting

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

First of all we recommend looking at the troubleshooting guide of our documentation.

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

The cert-manager-dev Google Group is 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.

Bi-weekly Development Meeting

Once you've joined the cert-manager-dev Google Group, you should receive an invite to the bi-weekly development meeting, hosted every other Wednesday at 5pm London time on Google Meet.

Anyone is welcome to join these calls, even if just to ask questions. Meeting notes are recorded in Google docs.

Daily Standups

You are also welcome to join our daily standup every weekday at 10.30am London time on Google Meet. For more information, see cert-manager.io.

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 and #cert-manager-dev channels on Kubernetes Slack for chat relating to the project.

Developer documentation is available on the cert-manager.io website.

Coding Conventions

Code style guidelines are documented on the coding conventions page of the cert-manager website. Please try to follow those guidelines if you're submitting a pull request for cert-manager.

Importing cert-manager as a Module

⚠️ Please note that cert-manager does not currently provide a Go module compatibility guarantee. That means that most code under pkg/ is subject to change in a breaking way, even between minor or patch releases and even if the code is currently publicly exported.

This lack of a Go module compatibility guarantee does not affect API version guarantees under the Kubernetes Deprecation Policy.

Security Reporting

Security is the number one priority for cert-manager. If you think you've found a security vulnerability, we'd love to hear from you.

Please follow the instructions in SECURITY.md to report a vulnerability to the team.

Changelog

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

Logo design by Zoe Paterson