mhoshi-vm
mhoshi-vm
**What steps did you take:** The goal is I want to install a helm chart to a offline env using kbld and imgpkg to reallocate the images. The procedure I...
**Describe the problem/challenge you have** Related to #141 . Although the above issue has introduce to disable cluster overview page(`disable-cluster-overview` flag), the namespace overview request cluster scope access to several...
**Describe the problem/challenge you have** Related to #141. Currently the first landing overview page, requests full access to CRDs installed on the cluster. However usually developers have limited access to...
Our local OpenAI endpoint has a very small default max_tokens against the chat completion. We like to make it adjustable **Expected Behavior** Hoping this code. https://github.com/spring-projects-experimental/spring-ai/blob/main/spring-ai-openai/src/main/java/org/springframework/ai/openai/client/OpenAiClient.java Looks something like this...
**Is your feature request related to a problem? Please describe.** As written below, we need to copy paste the base64 pem file to the following parameter https://github.com/vmware-tanzu/pinniped/blob/main/generated/1.20/README.adoc#k8s-api-go-pinniped-dev-generated-1-20-apis-supervisor-idp-v1alpha1-tlsspec This is pretty...
We have an OpenAI compatible url that has the following url ``` https://local.openai.com/api ``` Using this library we realized we were getting 404 not found. Debuggin the final url was...
Currently the python buildpack uses "print" to log. For example here https://github.com/vmware-tanzu/function-buildpacks-for-knative/blob/f37ccf933318d9e4c1cdc7c4a0d5b5e6b43a44e8/invokers/python/pyfunc/invoke.py#L72 and here https://github.com/vmware-tanzu/function-buildpacks-for-knative/blob/f37ccf933318d9e4c1cdc7c4a0d5b5e6b43a44e8/invokers/python/pyfunc/invoke.py#L60 As a result the console log is getting pretty messy. For example, this is a...
spring cloud bindings is failing in spring boot 3 due to pointing against old value
**Describe the feature request** While exploring the creation of custom convention service, currently the convention controller performs very strict checks and fails the entire podintent when even 1 convention server...
My software requires PKCS8 format rsa keys, but it seems this tool only can output PKCS1 format Want a spec to choose the format