paasta
paasta copied to clipboard
file: docker-compose.k8s.yaml missing, or documentation needs to be updated
I would like to start the k8s cluster, and am following the documentation here: https://github.com/Yelp/paasta/tree/master/example_cluster#kubernetes
However, it seems that when I try to run the playground, the file 'docker-compose.k8s.yaml' is not found:
shell% docker-compose -f docker-compose.k8s.yaml run playground
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: './docker-compose.k8s.yaml'
Hm, the documentation about docker-compose.k8s.yaml was added in #2422.
@Rob-Johnson, do you remember what's happened with it?
Seems like https://github.com/Yelp/paasta/pull/2596 was when it got removed