openfaas/docs

Remove Certificate step from SSL page?

开放

#160 创建于 2019年7月1日

 (2 条评论) (1 个反应) (0 位负责人)Makefile (95 个派生)auto 404
good first issuehelp wantedsize/s

仓库指标

星标
 (67 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Proposed change

We may be able to remove the additional create Certificate step from SSL page.. https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/

Context

It seems like cert-manager's Ingress shim (available since 0.2.2) automatically creates certificates if an Ingress object is decorated appropriately. This is simpler than us instructing the user to create a separate Certificate object.

Found by: @ajaegle

https://github.com/openfaas-incubator/ingress-operator/issues/6

Your Environment

We should test that the certificate is created automatically before removing the explicit step.

贡献者指南