pantsel/konga

[enhancement/feature] Ingress Controller persistence

開放

#319 建立於 2019年1月7日

 (2 則留言) (1 個反應) (0 位負責人)JavaScript (810 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (4,258 顆星)
PR 合併指標
 (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

貢獻者指南