paasta icon indicating copy to clipboard operation
paasta copied to clipboard

file: docker-compose.k8s.yaml missing, or documentation needs to be updated

Open jpizagno opened this issue 5 years ago • 2 comments

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'

jpizagno avatar Oct 20 '20 15:10 jpizagno

Hm, the documentation about docker-compose.k8s.yaml was added in #2422. @Rob-Johnson, do you remember what's happened with it?

vkhromov avatar Oct 20 '20 16:10 vkhromov

Seems like https://github.com/Yelp/paasta/pull/2596 was when it got removed

mattmb avatar Oct 20 '20 16:10 mattmb