Recent confluent images are based on ubi8 that doesn't include tc anymore.
We need to rebuild those images to be able to :
install tc
run as root (because tc requires permissions)
I would not recommend the second step for production usage but since this is made just to "break things" it's fine.
The alternative would be to change the scripts to leverage docker run with --privileged options, but I thought that would be much more painful.
Recent confluent images are based on ubi8 that doesn't include tc anymore.
We need to rebuild those images to be able to :
I would not recommend the second step for production usage but since this is made just to "break things" it's fine. The alternative would be to change the scripts to leverage docker run with --privileged options, but I thought that would be much more painful.
Let me know if you have any comments.