anhnch30820
anhnch30820
Hi @haorenfsa, Does helm support dynamic for now?
@haorenfsa @aoiasd here is the logs of milvus v2.4.5 [milvus-milvus-proxy-746fbd5d-724dk_proxy.log](https://github.com/user-attachments/files/15949944/milvus-milvus-proxy-746fbd5d-724dk_proxy.log)
@aoiasd here is the logs of querycoord and querynode. [milvus-milvus-querynode-0-865dff889-xftxs_querynode.log](https://github.com/user-attachments/files/15951130/milvus-milvus-querynode-0-865dff889-xftxs_querynode.log) [milvus-milvus-querycoord-5f558b84ff-4dw8p_querycoord.log](https://github.com/user-attachments/files/15951133/milvus-milvus-querycoord-5f558b84ff-4dw8p_querycoord.log)
@aoiasd The kafka config I get from milvus sizing tool ``` apiVersion: milvus.io/v1beta1 kind: Milvus metadata: name: milvus labels: app: milvus spec: dependencies: msgStreamType: kafka kafka: inCluster: values: heapOpts: "-Xmx4096M...
@haorenfsa @aoiasd those pods's status running with no problem. I try to use pulsar but it also doesn't work like kafka. Here is log of querynode when use pulsar [milvus-milvus-querynode-0-596f9b47fb-szs6p_querynode.log](https://github.com/user-attachments/files/15984224/milvus-milvus-querynode-0-596f9b47fb-szs6p_querynode.log)
@haorenfsa No, it doesn't work. Collection unloaded and it stuck at 0%
@haorenfsa [get_pods.log](https://github.com/user-attachments/files/16007098/get_pods.log) [describe_milvus.log](https://github.com/user-attachments/files/16007099/describe_milvus.log) You see
@rom1504 I have configured as follows, but I only get jpg image: ``` download( processes_count=8, thread_count=128, url_list=f"/content/drive/MyDrive/image2dataset/coyo700m_shard_0000{shard_index}.parquet", image_size=256, output_folder=output_dir, # output_format="files", output_format="webdataset", input_format="parquet", url_col="url", caption_col="text", enable_wandb=False, # enable_wandb=True, resize_mode="no", save_additional_columns=['id',...