Aaaand here I am again XD We are deploying Pinot t...
# general
d
Aaaand here I am again XD We are deploying Pinot to our staging environment (on k8s). We are using the provided helm package, but we need the option to have an ingress resource. We couldn't find it inside project's the helm files (https://github.com/apache/pinot/blob/master/kubernetes/helm/) Are we missing something here?
Also, we are willing to help add it to the project in case you are short-handed
k
@Daniel Lavoie ^^
d
Hi! That would be a nice addition to the chart indeed. Just make sure it can be opt-out (or opt-in). Some people prefer to use seperate ingress mechanism such as Load Balancer services or other custom CRD (Traefik has IngressRouteCRD for example).
d
Thanks, I'll take this back to my team πŸ™‚
Ok, we are starting to add the ingress (we'll create an issue soon and do all that's asked). And we have a (maybe) dumb question: why is the appVersion
0.2.5-SNAPSHOT
? can we bump it to
0.2.6-SNAPSHOT
or should we remove the
SNAPSHOT
part of it?
Or should we correct it to
0.9.3
?
Also: what is the minimum version of kubernetes you want to support? So we can use the correct api version
Here's a draft PR for adding Ingress to the project's helm chart: https://github.com/apache/pinot/pull/7997
πŸ™ 2
And it is ready for release. Sorry for the delay
@Xiang Fu can you please answer the questions above? Thanks πŸ™‚
x
Thanks @Diana Arnos! for versioning, it’s different than the pinot release version. Typically I will build and put the binaries in the folder, but feel free to bump it for significant changes
For the k8s version, usually we want to catch up with most the cloud vendors. So far the lowest version is 1.18.16 from Amazon EKS.
d
@Xiang Fu I just answered all your questions and updated the PR. Let me know if you need anything else
x
Thanks! @Diana Arnos
d
I was out on PTO and I couldn't answer the comments sooner. Let me know if this solves the issue, @Xiang Fu: https://github.com/apache/pinot/pull/7997#discussion_r800652169
x
sure
lgtm! thanks!
d
Thanks!!!