pantsel/konga

[enhancement/feature] Ingress Controller persistence

Open

#319 aperta il 7 gen 2019

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)JavaScript (810 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4258 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor