Lin
Lin
### Is your feature request related to a problem? According to the vcluster cli source code, every time when we execute command `vcluter connect `, the vlcuster cli program will...
feat: Adding option --use-kubeconfig in vcluster cli arguments, which specify the kubeconfig file to be used for vcluster cli **What issue type does this pull request address?** (keep at least...
hello, I have a question Is there any method to update the certificates inside of the vcluster? Just like physical cluster, for example, k8s , started by kubeadm, the certificate...
Refer to this issue #152
There are many LLM providers provide openai compatible api For example aliyun Qwen use https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions as the endpoint. (refer to this doc https://bailian.console.aliyun.com/?tab=api#/api/?type=model&url=https%3A%2F%2Fhelp.aliyun.com%2Fdocument_detail%2F2712576.html&renderType=iframe) And I read the source code, we...
refer to issuie: #180
### What motivated this proposal? Currenty I can't find how to set pod affinity or antiAffinity for nats , nats usually being deployed as a cluster, it's better to schedule...
### What happened? In pkg/cli/environment.go https://github.com/helm/helm/blob/99d42acf6090b2e585987de441db555f7a5d2f7c/pkg/cli/environment.go#L122 full codes here ```go func New() *EnvSettings { env := &EnvSettings{ namespace: os.Getenv("HELM_NAMESPACE"), MaxHistory: envIntOr("HELM_MAX_HISTORY", defaultMaxHistory), KubeContext: os.Getenv("HELM_KUBECONTEXT"), KubeToken: os.Getenv("HELM_KUBETOKEN"), KubeAsUser: os.Getenv("HELM_KUBEASUSER"), KubeAsGroups: envCSV("HELM_KUBEASGROUPS"),...
```go failed := false var failMsg string complete := false var message string isSuspended := false for _, condition := range job.Status.Conditions { switch condition.Type { case batchv1.JobFailed: failed =...
make the case []interface{} processed consist with the case primitve.A, just like the upper case bson.M and case map[string]interface{} have the same handle function.