chaoskube icon indicating copy to clipboard operation
chaoskube copied to clipboard

limited by one ns and no event

Open PunchGrey opened this issue 3 years ago • 1 comments

  • in case when we can run the chaoskube only in the namespace w/o use cluster permission , then you can use the limited-by-one-namespace flag.
  • in case when the chaoskube doesn't have write event permissions, then we can use the no-event flag.

PunchGrey avatar Apr 25 '22 08:04 PunchGrey

The part limiting access has been done in https://github.com/linki/chaoskube/pull/399 and released in v0.27.0.

This leaves the --no-events feature in this PR.

linki avatar Jan 05 '23 09:01 linki