keventmesh / llm-tool-provider

Teach your LLM to dynamically call your services in Kubernetes
7 stars 3 forks source link

update install script to install into openshift and non default namespaces #19

Closed Cali0707 closed 4 months ago

Cali0707 commented 5 months ago

From #10, there were a few issues with installing into openshift:

  1. Need to use s2i builder
  2. Need to have a route
  3. Need to deploy into a non default namespace This PR should add options for this into the deploy script
Cali0707 commented 5 months ago

cc @matzew