Kong / kong-operator

Kong Operator for Kubernetes and OpenShift
https://konghq.com
Apache License 2.0
58 stars 27 forks source link

Install docs for non-OperatorHub setup #75

Closed sepulworld closed 2 years ago

sepulworld commented 2 years ago

Hi! We don't use the OperatatorHub. The quickstart references the using the OperatorHub. When I install kong-operator via a Helm chart install directly it appears to be missing some CRDs?

After kong-operator helm install I try to add an Ingress and get an error:

no matches for kind "Kong" in group "configuration.konghq.com"
shaneutt commented 2 years ago

Hi @sepulworld thanks for getting in touch,

We're actually in the process of deprecating this repository (more details in the README.md) and we're now working on a Golang-based Operator to replace it. In the meantime we recommend using the Helm Chart as the supported method for deploying Kong on Kubernetes, can you let us know if that works for you and if you run into any further troubles or have other questions/concerns?

sepulworld commented 2 years ago

Ah! Good to know. I figured so after seeing the Helm chart you linked a few weeks back. Perhaps add a note to README.md saying this project is depreciated

shaneutt commented 2 years ago

Ah! Good to know. I figured so after seeing the Helm chart you linked a few weeks back. Perhaps add a note to README.md saying this project is depreciated

We do, that is what I linked you to above, if you feel there's anything else you would like to see that would better help convey the message, let us know. I was considering trying to add some like "warning" coloration or something :thinking: