Perfect, thanks Alana :)
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts
-
RE: Support for kubernetes-based deployment of ProGet and InedoDB?
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?
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 Installations
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.
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?
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?