Hua Siyuan
Hua Siyuan
### Description Parent issue: #8336 Add Hive connector on flink 1.15 ### Use case Add Hive connector on flink 1.15 ### Are you willing to submit PR? ### Code of...
### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be replaced by the...
## What version of Knative? Kubernetes v1.29, Knative v1.13 > 0.9.x > 0.10.x > 0.11.x > Output of `git describe --dirty` ## Expected Behavior When I send five requests to...
I create pvc by executing `curl -X POST "http://10.0.0.77:2002/pvcs" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"name\": \"pvc-32ze341nncwlczm47bsre\", \"namespace\": \"default\", \"need_format\": true, \"volume_id\": \"32ze341nncwlczm47bsre\", \"volume_type\": \"lun\"}"` but get error:...
I install polardb by install.sh and I have modify env.yaml according to my own configuration. However, pod created by polarstack-daemon can't work properly. Here is the log of the pod....
I plan to install polardb by _install.sh_. However I get the following error: ``` install.go:178: [debug] Original chart version: "" install.go:195: [debug] CHART PATH: /home/vm08-1/PolarDB-Stack-Operator/polardb-stack-chart Error: INSTALLATION FAILED: unable to...
When I try to apply config.all.yaml, I get following error: `Error from server (Invalid): error when creating "config/all.yaml": Deployment.apps "manager" is invalid: spec.template.spec.containers[0].volumeMounts[2].name: Not found: "config-etcd"` I read all.yaml and...
**Describe the enhancement** In Lambda, the maximum execution time for each request is 15 minutes, and the instance executing the request will not be terminated prematurely. However, based on experiments...
**Describe the bug** When deploy kubernetes, create_multinode_cluster.go will obtain ip starting with 10 and pass it as a parameter for kubeadm. ```go masterNodeIp, iperr := utils.ExecShellCmd(`ip route | awk '{print...
## What version of Knative? > 1.13 ## Expected Behavior I follow the [knative docs](https://github.com/knative/docs/tree/main/code-samples/serving/hello-world/helloworld-java-spring) to build helloworld image and create service with following config. ```yaml apiVersion: serving.knative.dev/v1 kind: Service...