Jeremy

Results 30 issues of Jeremy

### Ⅰ. Describe what this PR does Fix https://github.com/openkruise/kruise/issues/1498 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Describe how to verify it Run test `TestValidateDaemonSetUpdate ` or...

size/L

### Ⅰ. Describe what this PR does Fix https://github.com/openkruise/kruise/issues/1486 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Describe how to verify it ### Ⅳ. Special notes for...

do-not-merge/hold
size/M
needs-rebase

### Is your feature request related to a problem? Since [databend](https://github.com/datafuselabs/databend) already has it's own drivers such as [Rust](https://github.com/datafuselabs/bendsql/tree/main/driver), [Golang](https://github.com/datafuselabs/databend), [Python](https://github.com/databendcloud/databend-py), and [JDBC](https://github.com/databendcloud/databend-jdbc), and there are a lot of users...

enhancement

R.I.P

### Issue description Tell us what should happen and what happens instead ### Example code ```go package main import ( "fmt" "github.com/databendcloud/databend-go2" "time" ) func main() { conn := clickhouse.OpenDB(&clickhouse.Options{...

bug

A clear and concise description of what the bug is. #### How to reproduce the bug According [this doc](https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/#1-install-a-docker-engine-and-docker-compose) 1. git clone 2. cd superset 3. touch ./docker/requirements-local.txt and echo...

#bug

### Ⅰ. Describe what this PR does Add proposal for support progressDeadlineSeconds in CloneSet ### Ⅱ. Does this pull request fix one issue? To fix https://github.com/openkruise/kruise/issues/1468 ### Ⅲ. Describe how...

do-not-merge/work-in-progress
size/L

Reference https://github.com/openkruise/kruise/issues/943

enhancement

According [kubectl reference](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-poddisruptionbudget-em-) , kubectl support create pdb. So that `kubectl kruise` can support create pub, like ` kubectl kruise create podunavailablebudget my-pub --selector=app=rails --min-available=1`