pantsel/konga

[enhancement/feature] Ingress Controller persistence

Open

#319 opened on 2019年1月7日

GitHub で見る
 (2 comments) (1 reaction) (0 assignees)JavaScript (810 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,258 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド