Hi,
I am working through the book Chaos Engineering and run into trouble with deploying the before state in chapter 6. When I run:
sudo kubectl apply -f ./before
I don't know if this is a change in kubernetes or I did not catch something to do. Was a bit frustrating to want to learn from the book and surprisingly finding myself having to setup a kubernetes cluster without basically any documentation.
Hi, I am working through the book Chaos Engineering and run into trouble with deploying the before state in chapter 6. When I run:
sudo kubectl apply -f ./before
I get the error:
error: error reading [./before]: recognized file extensions are [.json .yaml .yml]
I don't know if this is a change in kubernetes or I did not catch something to do. Was a bit frustrating to want to learn from the book and surprisingly finding myself having to setup a kubernetes cluster without basically any documentation.