Perfect, thanks Alana :)
jeff.williams_1864
@jeff.williams_1864
Best posts made by jeff.williams_1864
Latest posts made by jeff.williams_1864
-
RE: Support for kubernetes-based deployment of ProGet and InedoDB?posted in Support
Thanks Alana, that is fair. I am mainly wanting to make sure that the app remains supported regardless of whether I deploy it on Linux using docker, or on a kubernetes platform. It is assumed there is underlying platform support that will be on us.
-
Support for kubernetes-based deployment of ProGet and InedoDB?posted in Support
I have a Kubernetes/OpenShift-based deployment of the Pro Trial of Proget with the embedded database. We will be deciding whether to purchase licensing soon. Since Inedo does not seem to have an official supported Kubernetes/OpenShift deployment, will support still be provided for the clustered ProGet application and the InedoDB products?
Thank you
Jeff
-
Supported Database for ProGet HA Installationsposted in Support
I have a 2025 version of ProGet deployed in OpenShift using the embedded database at the moment, For an HA deployment, what is the supported database cluster, SQL AlwaysOn, InedoDB, or PostgreSQL? This page https://docs.inedo.com/docs/installation/postgresql points to using InedoDB as the choice for a clustered DB for Inedo products, but this page https://docs.inedo.com/docs/installation/postgresql says "can work with any SQL Server Cluster installation". Finally, this page https://docs.inedo.com/docs/installation/sql-server seems pretty definitive that SQL is supported.
Thanks for your help de-mystifying it for me, I am sure I am just confusing myself.
-
The SSL connection could not be established, see inner exception.posted in Support
I have deployed ProGet on my OpenShift cluster and set up my feeds. It seems pypi works very well, but when I try to search maven and NuGet for packages, I get "The SSL connection could not be established, see inner exception.". When I try to curl the repo url's from my container, I get varied results, but mostly I am seeing things like this:
"* TLSv1.3 (OUT), TLS alert, unknown CA (560):
- SSL certificate problem: self-signed certificate in certificate chain
- Closing connection 0
curl: (60) SSL certificate problem: self-signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above."I have created a configMap of my trusted ca bundle and mounted to /etc/pki/ca-trust/extracted/pem on the pod via a volumeMount.
Is there a specific way to tell my pod to use the trusted ca bundle I have mounted to the pod as a volume?
-
is there a supported OpenShift deployment of ProGet?posted in Support
I am working on testing out ProGet for my organization by using the free version, with the intent to eventually opt in to the Enterprise version if the cost to benefits works out that way. Is there any documentation available that outlines a supported method of deploying ProGet to OpenShift?