mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue