1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 17 09:22:03 UTC 2022

This commit is contained in:
Automated 2022-08-17 09:22:03 +00:00
parent fa820bfa8d
commit c614d893da
Failed to extract signature
183 changed files with 3129 additions and 270 deletions

View file

@ -35,6 +35,19 @@ EXAMPLES
gs://template-file-gcs-path --image=gcr://image-path \
--metadata-file=/local/path/to/metadata.json --sdk-language=JAVA
If using prebuilt template image from private registry, run:
$ gcloud beta dataflow flex-template build \
gs://template-file-gcs-path \
--image=private.registry.com:3000/image-path \
--image-repository-username-secret-id="projects/test-project/sec\
rets/username-secret" \
--image-repository-password-secret-id="projects/test-project/sec\
rets/password-secret/versions/latest" \
--metadata-file=metadata.json --sdk-language=JAVA
To build the template image and flex template json file, run:
$ gcloud beta dataflow flex-template build \
gs://template-file-gcs-path \
--image-gcr-path=gcr://path-tos-tore-image \