Dalamud
Dalamud
> Are you installing kubesphere on kubernetes? If yes, how did you install calico before and what is the calico version. yep,calico version is v3.22.3. reproduce the error: 1.install kubernetes...
> I skipped steps 3/4/5 and did not reproduce the bug. Which pod does this log belong to? What is the status of calico ipamblocks and ippools?   ...
sorry,i forgot some steps. 1.install kubernetes with kubeadm,enable bgp mode. 2.install calico,metallb,cert-manage and piraeus. 3.install kubesphere 4.delete kubesphere with kubesphere-delete.sh,it will stuck at `customresourcedefinition.apiextensions.k8s.io "fluentbits.logging.kubesphere.io" deleted` and `customresourcedefinition.apiextensions.k8s.io "ippools.network.kubesphere.io" deleted`...
it doesn't support intermediate CA certificates.[feature request](https://github.com/kubesphere/ks-installer/issues/2047) you can fix it with these steps,but it's at your own risk. 1.patch the ks-installer image. ``` FROM kubesphere/ks-installer:v3.3.0 USER root RUN sed...
> This is not a bug, the cluster gateway and the project gateway are essentially the same thing, the cluster gateway is actually the project gateway for the kubesphere-system namespace,...
我也有这个问题,但不是开机后无法输入中文,就是打游戏用着用着,算法服务可能就掉了,打不出来中文,得手动启动一下算法服务🤣
> Yes, you are correct. Currently, we only support Ampere or newer architecture. The flash_attn1 implementation does indeed work for Turing GPUs. At the moment, we don't have plans to...
从官方社区找到的,手动修改 ``` /usr/share/opensearch/plugins/opensearch-security/tools/securityadmin.sh \ -icl \ -cacert /usr/share/opensearch/config/root-ca.pem \ -cert /usr/share/opensearch/config/kirk.pem \ -key /usr/share/opensearch/config/kirk-key.pem \ -r \ -cd current-config ``` ``` ./plugins/opensearch-security/tools/hash.sh -p $NEW_PASSWORD ``` 修改current-config/internal_users_$DATE.yml里面admin用户的hash,提交变更 ``` /usr/share/opensearch/plugins/opensearch-security/tools/securityadmin.sh \ -icl...
之前以为部署的时候配置不正确导致的,又重新部署一遍还是一样的报错,重新打开看看有没有人有一样的问题
目前容器配置如下 ``` lobe: image: lobehub/lobe-chat-database:latest container_name: lobe-chat networks: - traefik environment: - 'APP_URL=https://openai.xxxxxx.com' - 'NEXT_AUTH_SSO_PROVIDERS=github,authentik' - 'KEY_VAULTS_SECRET=xxxxxx' - 'NEXT_AUTH_SECRET=xxxxxx' - 'AUTH_URL=https://openai.xxxxxx.com/api/auth' - 'AUTH_GITHUB_ID=xxxxxx' - 'AUTH_GITHUB_SECRET=xxxxxx' - 'AUTH_AUTHENTIK_ID=xxxxxx' - 'AUTH_AUTHENTIK_SECRET=xxxxxx' -...