gssjl2008

Results 5 issues of gssjl2008

I use it to check whether NFS is writable, I do not see NFS close the connection ```python nfs = libnfs.NFS("nfs://{server}{path}".format(server=nfs_server, path=nfs_path)) f = nfs.open("/test_nfs_rw.file", "w") f.write(str(time.time())) f.close() ``` Have...

Configure deployment using the default helm ## preheat ```bash [root@xxxx ~]# curl --location --request POST 'http://10.29.18.87:30175/api/v1/jobs' --header 'Content-Type: application/json' -d '{"type": "preheat", "args": { "type": "image", "url": "https://10.29.0.41/v2/release.io/virtnest/system-images/ubuntu-22.04-x86_64/manifests/v1"}}' {"message":"Get \"https://10.29.0.41/v2/\":...

**Is your feature request related to a problem? Please describe.** 我希望在一个页面能够找到并下载所有离线资源 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...

enhancement

### What did you do? Due to some historical reasons, my prometheus is deployed outside the k8s cluster. I have multiple k8s clusters, and each cluster deploys kube-state-metrics. I use...

ubuntu jammy: 本次安装,一共遇到的几个问题。 1. https://docs.daocloud.io/install/commercial/start-install/#ospackage 这个文档,没有提供 ubuntu jammy的安装包,使用 kubean社区的os-pkgs-ubuntu2204-v0.16.3.tar.gz 这个离线包中,没有提供ipset包,V0.17.3的包中有提供。 2. ubuntu jammy 需要确保 systemd-resolved 这个服务 enable, 否则 container的容器,无法挂载 /var/run/systemd/resolve/ 目录 3. kpanda-controller 启动失败,需要设置: fs.inotify.max_user_instances 和 fs.inotify.max_user_watches 这两个内核参数。

bug
installer