pantsel/konga

[enhancement/feature] Ingress Controller persistence

Open

#319 创建于 2019年1月7日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)JavaScript (4,258 star) (810 fork)batch import
enhancementhelp wanted

描述

When installed as an Ingress Controller (this is not a bug) Kong only respects configs saved to the cluster as CRDs. This means that it deletes any config set in Konga UI (i.e. it is useless to create resources with Admin API).

A really nice feature for Konga would be the ability to save changes as CRDs into a cluster instead of saving them with Admin API.

The known CRDs are:

  • KongConsumer
  • KongCredential
  • KongPlugin
  • KongIngress

贡献者指南