Results 32 comments of dyrnq
trafficstars

明白了,感谢大佬回复

> 有空到官网多看看,资料已经比较丰富了:https://solon.noear.org/ 嗯,必须的,向大佬学习

@qinxingnet 改两个地方可以, ```bash @Bean() @ConditionalOnMissingBean(name="disruptorThreadFactory") public ThreadFactory disruptorThreadFactory() { return new DisruptorEventThreadFactory(); } @Bean @ConditionalOnClass({ Disruptor.class }) @ConditionalOnProperty(prefix = DisruptorProperties.PREFIX, value = "enabled", havingValue = "true") public Disruptor disruptor( DisruptorProperties...

@hiwepy 多谢回复,我看和这个issues重复了,在这里写了下我的修改之处,不知道对不对,请大佬指正。

```bash make package version=1.19.3.2.2 image_base=ubuntu image_tag=20.04 app=apisix-base type=deb ```

嗯,这个需要链接dockerd(/var/run/docker.sock)来实现自动发现,类似prometheus中的docker_sd_config

| 字段 | 内容 | |----------------------|------------------------------------------------------------------------------------------------------| | 项目名称 | apisixWeb | | 项目图标地址(可选) | https://a.dyrnq.com/apisixWeb/images/logo.png | | 项目简介 | apisixWeb是一个Apisix的webui界面,该项目使用apisix的管理API(即数据面API)实现了对apisix实例的业务操作! | | 部署地区 | 开源 | | 公司(可选) | https://gitee.com/dyrnq/apisixWeb...

- must be deployed storageclass `examples/storageclass.yaml` - create an bucket with name **manualbucket** - then kubectl apply -f

When this error occurs, the pod is `Running` but the out systemd unit like `geesefs-pvc` can't be found use `systemctl list-units --no-pager |grep gee` on that pod`s node.

```bash root@debian:~# mount |grep gee pvc-7451f1a3-dcd1-4c08-b57b-c146a8b66105 on /var/lib/kubelet/pods/2eb6faa5-c36e-46a8-bf79-c2d7e054ac52/volumes/kubernetes.io~csi/pvc-7451f1a3-dcd1-4c08-b57b-c146a8b66105/mount type fuse.geesefs (rw,nosuid,nodev,relatime,user_id=65534,group_id=0,default_permissions,allow_other) root@debian:~# df /var/lib/kubelet/pods/2eb6faa5-c36e-46a8-bf79-c2d7e054ac52/volumes/kubernetes.io~csi/pvc-7451f1a3-dcd1-4c08-b57b-c146a8b66105/mount df: /var/lib/kubelet/pods/2eb6faa5-c36e-46a8-bf79-c2d7e054ac52/volumes/kubernetes.io~csi/pvc-7451f1a3-dcd1-4c08-b57b-c146a8b66105/mount: Transport endpoint is not connected ```