The effect of deleted policy still exits in the cluster #670
Unanswered
viveksahu26
asked this question in
Q&A
Replies: 3 comments 1 reply
|
0 replies
|
Can you share the archive generated by |
0 replies
|
I don't have above setup right now because I used in killercoda environment. By the way I would like to correct the above statement that the policy updating the policy doesn't work. Steps to proceed.
Now, apply kubearmor policy Now get into container shell and run sleep command and it works fine. Means it blocked as stated in the policy.
And change label from
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, @daemon1024 @nyrahul I don't understand why such uncertainity is seen with the policy.
Basically, I applied policy to block execution of
sleepcommand and it works very well. Fine till here. Then I deleted that policy and try to execute thesleepcommand inside same container, but surprise to see its blocking from executingsleepcommand. Though policy has been deleted. Then why it seems like the effect of deleted policy still exits.Below, there is no policy exit. But then also blocking from executing
sleepcommand inside container.All reactions