We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 998a98a + bb77a64 commit cb64fdaCopy full SHA for cb64fda
deployment/kubernetes.md
@@ -24,9 +24,18 @@ package manager) chart to deploy in a wink on any of these platforms.
24
25
2. Push your images to your Docker registry, example with [Google Container Registry](https://cloud.google.com/container-registry/):
26
27
+ Docker client versions <= 18.03:
28
+
29
gcloud docker -- push gcr.io/test-api-platform/php
30
gcloud docker -- push gcr.io/test-api-platform/nginx
31
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
39
40
## Deploying
41
0 commit comments