Skip to content

Commit cb64fda

Browse files
authored
Merge pull request #567 from wuestkamp/2.3
updated deployment kubernetes for docker client versions above 18.03
2 parents 998a98a + bb77a64 commit cb64fda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deployment/kubernetes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,18 @@ package manager) chart to deploy in a wink on any of these platforms.
2424

2525
2. Push your images to your Docker registry, example with [Google Container Registry](https://cloud.google.com/container-registry/):
2626

27+
Docker client versions <= 18.03:
28+
2729
gcloud docker -- push gcr.io/test-api-platform/php
2830
gcloud docker -- push gcr.io/test-api-platform/nginx
2931
gcloud docker -- push gcr.io/test-api-platform/varnish
32+
33+
Docker client versions > 18.03:
34+
35+
gcloud auth configure-docker
36+
docker push gcr.io/test-api-platform/php
37+
docker push gcr.io/test-api-platform/nginx
38+
docker push gcr.io/test-api-platform/varnish
3039

3140
## Deploying
3241

0 commit comments

Comments
 (0)