PengYuan

Results 9 issues of PengYuan

## What is the purpose of the change This pull request fix the NPE error of TM pod template file without spec field. ## Brief change log Add validation for...

component=Deployment/Kubernetes

make test ` flink-on-k8s-operator/bin/controller-gen "crd:maxDescLen=0,trivialVersions=true,preserveUnknownFields=false,generateEmbeddedObjectMeta=true" rbac:roleName=manager-role webhook paths="./apis/.../v1beta1/..." output:crd:artifacts:config=config/crd/bases \\# remove status field as they interfer with ArgoCD and Google config-sync \\# https://github.com/kubernetes-sigs/controller-tools/issues/456 yq -i e 'del(.status)' config/crd/bases/flinkoperator.k8s.io_flinkclusters.yaml /flink-on-k8s-operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt"...

## What is the purpose of the change This pull request make an improvement for standalone mode to use StatefulSet instead of Deployment to deploy JM and TM to support...

## Purpose of this pull request Print engine configuration info when seatunnel engine starting. The environment info like below: `2023-01-03 15:55:49,731 INFO org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - -------------------------------------------------------------------------------- 2023-01-03 15:55:49,732 INFO org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -...

improve
SeaTunnel-Engine

## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary package adding...

feature
SeaTunnel-Engine

## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary package adding...

Waiting for code update

### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description There does not have detailed engine configuration when engine starting....

feature
SeaTunnel-Engine

反代api.openai.com没问题,但是反代chat.openai.com时,出现了下面的错误: ![image](https://user-images.githubusercontent.com/9366589/223998160-210f3af5-caf3-4820-9ba0-764c62577c46.png)

现在的模型需要在部署时在环境变量中配置好,后续能不能在前端对话框增加一个模型可选框?哪位同学给搞下?我是做后端的,不懂前端咋搞。

stale