Mars

Results 43 comments of Mars

> Hi guys. Faced same issue with s3fs : > > > > > > ``` > > Warning | FailedMount | Unable to attach or mount volumes: unmounted volumes=[webroot],...

> @wenhuwang as i told before I faced this issue with s3fs ;/ Check you yaml with the repo directory deploy/kubernetes,and use s3fs.

希望增加kubelet、CNI、CSI相关的剖析

- kubernetes项目源码,分支release-1.14 - kubernetes环境,版本推荐v1.14 - go语言环境,版本推荐1.12(当使用其他go版本时,本地编译二进制包时可能会有问题),[k8s常见版本与go版本对应关系](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#go)

hi,大家好,我们为期二周的阅读`Informer`源码的活动结束了,以下同学笔记经过Maintainer审核,笔记内容很优秀,特此鼓励: Github ID | 笔记链接 -- | -- AbyssViper @AbyssViper | [Kubernetes - 源码研习社 -(client-go)-Informer 机制](https://app.yinxiang.com/fx/ec97d6db-9d59-446d-bc6e-0cf778cf1ad4) lianghao208 @lianghao208 | [Client-go 源码分析(三)Informer 机制](https://blog.csdn.net/qq_17305249/article/details/107923423) donychen1134 @donychen1134 | [K8s 源码学习 2020-08-22](https://gist.github.com/donychen1134/0efc54c55f0a69166568f3646a956033) janeliul @janeliul...

hi,大家好,我们第四周的阅读`workqueue`源码的活动结束了,以下同学笔记经过Maintainer审核,笔记内容很优秀,特此鼓励: Github ID | 笔记链接 -- | -- AbyssViper @AbyssViper | [Kubernetes-源码研习社-(client-go)-Workqueue机制](https://app.yinxiang.com/fx/2c3c4485-56d9-4f02-b76c-b8f04ddbe307) lianghao208 @lianghao208 | [Client-go源码分析(四)WorkQueue](https://blog.csdn.net/qq_17305249/article/details/108110524) donychen1134 @donychen1134 | [K8s 源码学习 2020-08-23](https://gist.github.com/donychen1134/0d8f63ed9e7656cb65a16a8d92f6e4cc) janeliul @janeliul | [学习Informer机制并且学习Informer各个组件的设计](https://github.com/JaneLiuL/study-client-go/blob/master/workqueue.md) strive-after @strive-after | [Client-go之util(workqueue)](https://blog.csdn.net/weixin_45413603/article/details/108047999)...

this problem has been fixed, because deepflow-server can't access deepflow-clickhouse through nodeport svc, deepflow-clickhouse svc yaml as follow: ``` $ kubectl -n deepflow get svc deepflow-clickhouse -oyaml apiVersion: v1 kind:...

I guess there needs to allow the current process to lock memory for eBPF resource. If there is no problem with this solution, i can deal with this issues.

> @wenhuwang is it possible to describe daemonset you applied as yaml here, i want to see the permissions applied on init container. @vakalapa retina-agent daemonset yaml: ``` kind: DaemonSet...

I encountered the same problem ``` $ sudo RUST_BACKTRACE=full ./devfiler-appimage-x86_64.AppImage 2024-04-23T06:19:22.254142Z INFO devfiler::collector: Collector listening on 0.0.0.0:11000 thread 'main' panicked at src/main.rs:29:35: called `Result::unwrap()` on an `Err` value: WinitEventLoop(Os(OsError {...