lucky-sideburn / kubeinvaders

Gamified Chaos Engineering Tool for Kubernetes
Apache License 2.0
1.02k stars 127 forks source link

Ability to remove nodes from game board #39

Closed pittar closed 3 years ago

pittar commented 3 years ago

Hi!

I've been looking through the docs and the code to see if there is a way to remove nodes from the game board. It would be nice to have a switch that would only allow you to destroy pods.

Thanks!

lucky-sideburn commented 3 years ago

@pittar working in progress! https://github.com/lucky-sideburn/KubeInvaders/commit/7cb04a38a0dcb540645152c777e281a6385a4268

I have to check some errors con the OpenResty but is not too much work

lucky-sideburn commented 3 years ago

Hi @pittar in the new version tag v1.3 is present this new feature! Can you please try it on openshift?

pittar commented 3 years ago

@lucky-sideburn , no problem. I'll give it a shot in the morning!

pittar commented 3 years ago

Hey @lucky-sideburn ,

Seems to be in a crash loop with the following logs:

*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 13
>>> 'logfile stdou'
Can't open the log file: Permission denied
nginx: [alert] could not open error log file: open() "/usr/local/openresty/nginx/logs/error.log" failed (13: Permission denied)
2021/04/26 20:00:03 [emerg] 10#10: open() "/etc/nginx/conf.d/KubeInvaders.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:26

I don't think I'll have much time to debug this week, but perhaps on the weekend. Thanks for your effort!

lucky-sideburn commented 3 years ago

Hi @pittar,

I close this issue. I would like also inform you that in the version v1.9 have been made many change. You can watch the new UI here

Thanks!