docker / compose-on-kubernetes

Deploy applications described in Compose onto Kubernetes clusters
Apache License 2.0
1.42k stars 159 forks source link

Prepare v0.4.18 #47

Closed simonferquel closed 5 years ago

simonferquel commented 5 years ago

We are about to tag before merging v1alpha3. We need first to update docs as the --skip-livenessprobes won't be needed anymore

collabnix commented 5 years ago

I tried Compose on Kubernetes for Minikube and GKE and one problem is Docker CLI failing to import Stack API. This problem existed with 18.09.0. As per your suggestion, the latest CLI 19.03.x fixes the problem. Don't you think we need to document that too under each of README docs.

chris-crone commented 5 years ago

I agree with @collabnix, it would be good to document that you need an as yet unreleased Docker CLI for GKE.

I think the best place would be in a guide for GKE (like the ones we have for AKS and Minikube).

simonferquel commented 5 years ago

Minikube should not require a different CLI: its config file does not use GCloud Authentication provider.

simonferquel commented 5 years ago

v0.4.18 is done, closing