Boris Polonsky

Results 37 comments of Boris Polonsky

> This is the final execution directory for the Python plugin. Each time a pod restarts, it reads the plugin from the `PLUGIN_STORAGE_LOCAL_ROOT` directory and installs it, so there’s no...

A quick workaround for this issue is setting `.Values.grpcService.enabled=false` and both HTTP and gRPC routing will be merged as a single service: ```bash kubectl get svc -n $NAMESPACE | grep...

> A quick workaround for this issue is setting `.Values.grpcService.enabled=false` and both HTTP and gRPC routing will be merged as a single service: > > kubectl get svc -n $NAMESPACE...

> meet_ports = core.get_not_black_port(10000 + 10 * notebook.id) > > notebook的端口范围是10000以上 https://github.com/data-infra/cube-studio/blob/3a7c6fc38e387fd8948708254ae7f18a21051adf/myapp/views/view_notebook.py#L775-L776 如果在创建-external的Service时NodePort和ExternalIP是互斥的(i.e. `conf.get('K8S_NETWORK_MODE','iptables')!='ipvs'`),是否可以针对NodePort分支更新端口匹配逻辑保证符合NodePort分支的端口范围30000-32767的约束

> notebook web界面,不需要这个端口,端口是为了给ssh 登录使用,端口不开放,可以使用跳板机登录容器的端口。这样就不使用-external的Service 目前-external Service的创建触发条件未考虑web界面使用,不依赖ssh的场景: https://github.com/data-infra/cube-studio/blob/3a7c6fc38e387fd8948708254ae7f18a21051adf/myapp/views/view_notebook.py#L757 当用户以域名的形式从集群外通过访问平台并创建notebook时,会同时满足上述`SERVICE_EXTERNAL_IP`和`meet_ports[0]

> 👋 Thanks for opening this issue! > > I found a similar issue in our tracker that might address your problem: > > _- [Issue weaviate/weaviate#8558: Query call with...

> hi [@BorisPolonsky](https://github.com/BorisPolonsky) !! > > Thanks for reporting. > > We do not recommend jump versions while upgrading: https://docs.weaviate.io/deploy/migration#upgrades > > Can you confirm you see this same issue...