-
Notifications
You must be signed in to change notification settings - Fork 348
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
testcase #9 is always failed in minikube #213
Comments
@nam-jaehyun. Deploting kubearmor on minikube gives me this error which I think is related to ebpf support on minikube.
My minikube version is: v1.20.0
I found this issue which might be related to this kubernetes/minikube#8556. I think I will need to have minikube with newer kernel versions in it(v5.x i guess). Can you please tell me the minikube version which you used? |
@oneiro-naut did you install kernel-headers too? |
@nam-jaehyun I didn't use the script earlier now I am using it. Thanks. |
This commit adds new field ReadOnly to MatchPolicy struct. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit adds new field ReadOnly to MatchPolicy struct. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit adds new field ReadOnly to MatchPolicy struct. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit makes it possible for the Allow action MatchedPolicy logs to be returned in audit mode. Originally MatchedPolicy logs with action equal Allow returned nothing in audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit makes it possible for the Allow action MatchedPolicy logs to be returned in audit mode. Originally MatchedPolicy logs with action equal Allow returned nothing in audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit makes it possible for the Allow action MatchedPolicy logs to be returned in audit mode. Originally MatchedPolicy logs with action equal Allow returned nothing in audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit makes it possible for the Allow action MatchedPolicy logs to be returned in audit mode. Originally MatchedPolicy logs with action equal Allow returned nothing in audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit changes log action Allow to Audit and Block to Audit (Block) if its audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit changes log action Allow to Audit and Block to Audit (Block) if its audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
This commit changes log action Allow to Audit (Allow) and Block to Audit (Block) if its audit mode. Fixes: kubearmor#213 Signed-off-by: Ayush Dwivedi <ayush.dwivedi@accuknox.com>
With minikube, all test cases except for test case 9 are passed.
However, test case 9 is always failed; thus, we need to check the reason and fix this issue.
The text was updated successfully, but these errors were encountered: