Go to file
jetstack-ci-bot b589bf6b42
Merge pull request #253 from munnerz/fix-versions
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update to use Kubernetes 1.9 and fixed version tags

**What this PR does / why we need it**:

This PR updates us to use the kubernetes 1.9.1 client library.

It also stops us generating our own informers for core kubernetes types in the third_party directory.

**Release note**:
```release-note
Update to use Kubernetes 1.9.1 client library
```
2018-01-15 22:44:12 +00:00
.github
cmd Update third_party import paths 2018-01-15 22:07:51 +00:00
contrib/charts Update version for 0.2.3 2018-01-15 19:57:41 +00:00
docs Update version for 0.2.3 2018-01-15 19:57:41 +00:00
hack No longer generate third_party directory 2018-01-15 22:07:50 +00:00
pkg Update third_party import paths 2018-01-15 22:07:51 +00:00
test Increase test timeouts 2018-01-13 21:26:58 +00:00
vendor dep ensure 2018-01-15 22:07:43 +00:00
.gitignore Clean up Makefile and place Dockerfiles in subdirectory 2017-11-22 01:19:46 +00:00
.gitlab-ci.yml Update Makefile targets 2018-01-15 20:28:36 +00:00
.travis.yml Setup minikube on travis, don't install docker-compose 2018-01-13 15:43:59 +00:00
CODE_OF_CONDUCT.md
Gopkg.lock dep ensure 2018-01-15 22:07:43 +00:00
Gopkg.toml Upgrade to kubernetes-1.9.1 release tags 2018-01-15 22:06:00 +00:00
labels.yaml
LICENSE
Makefile Merge pull request #216 from munnerz/e2e-helm 2018-01-15 18:20:38 +00:00
OWNERS
README.md

cert-manager Build Status

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

This project is not yet ready to be a component in a critical production stack, however it is at a point where it offers comparable features to other projects in the space. If you have a non-critical piece of infrastructure, or are feeling brave, please do try cert-manager and report your experience here in the issue section.

NOTE: currently we provide no guarantees on our API stability. This means there may be breaking changes that will require changes to all Issuer/Certificate resources you have already created. We aim to provide a stable API after a 1.0 release.

Quickstart

Prebuilt images for cert-manager are made available on Dockerhub.

Pre-requisites

  • Kubernetes cluster with CustomResourceDefinition or ThirdPartyResource support

Deploying cert-manager

The easiest way to deploy cert-manager into your cluster is to use the Helm chart. For information on how to do this see the Deploying cert-manager using Helm user guide.

Creating your first Issuer and Certificate

An Issuer in cert-manager describes a source of X.509 certificates. A Certificate in cert-manager defines a desired X.509 certificate. Below is a list of user guides that can be used to get started with both resources:

Further documentation

For further documentation, please check the /docs directory in this repository.

Troubleshooting

If you encounter any issues whilst using cert-manager, and your issue is not documented, please file an issue.

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 #kube-lego channel on kubernetes.slack.com for chat relating to the project.

Developer documentation should be available soon at docs/devel.

Changelog

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