coderanger / kitchen-kubernetes

A Test Kitchen driver for testing on top of a Kubernetes cluster.
Apache License 2.0
29 stars 10 forks source link

Add CPU and Memory limits #4

Closed HarryYC closed 6 years ago

HarryYC commented 6 years ago

add four new options:

update README.md

coderanger commented 6 years ago

I think a better approach is probably to allow passing in arbitrary values to be added to the container spec (and probably pod spec) rather than trying to model every k8s option. Thoughts?

HarryYC commented 6 years ago

I didn't find a good way, close for now.