-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retina-agent pod initialization failed #153
Comments
I guess there needs to allow the current process to lock memory for eBPF resource. |
@wenhuwang is it possible to describe daemonset you applied as yaml here, i want to see the permissions applied on init container. |
Same here.
Platform (please complete the following information):
|
This bug is caused by the same issue as #115 |
The clang issue was fixed here before v0.0.2. Is the solution here just to upgrade to v0.0.2? |
Architecture of our node is amd64.
I just tried upgrading to v0.0.2 and it didn't fix the issue.
|
@vakalapa retina-agent daemonset yaml:
I have solved this issues by removing lock memory limit for eBPF resource.
Could you please assign this issues to me? |
We would most likely see this error for kernal versions < 5.11 and be able to reproduce |
# Description fixes: #153 ## Testing Done 1. Built amd64 image and deployed them in a K8s cluster 2. agent pod is up and running Signed-off-by: wenhuwang <wang15691700816@gmail.com>
# Description fixes: microsoft#153 ## Testing Done 1. Built amd64 image and deployed them in a K8s cluster 2. agent pod is up and running Signed-off-by: wenhuwang <wang15691700816@gmail.com>
# Description fixes: microsoft#153 ## Testing Done 1. Built amd64 image and deployed them in a K8s cluster 2. agent pod is up and running Signed-off-by: wenhuwang <wang15691700816@gmail.com>
# Description fixes: microsoft#153 ## Testing Done 1. Built amd64 image and deployed them in a K8s cluster 2. agent pod is up and running Signed-off-by: wenhuwang <wang15691700816@gmail.com>
Describe the bug
installation commands:
make helm-install-with-operator
retina-agent pod status as follows:
init-retina containers logs is:
Expected behavior
retina-agent pod status is normal.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: