Skip to content

Commit

Permalink
docs: gcp: fix controlplane nodes tags
Browse files Browse the repository at this point in the history
Fix GCP docs.

Signed-off-by: Roman Ivanov <me@roivanov.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
roivanov authored and frezbo committed Nov 10, 2024
1 parent 4fe6dc8 commit a07f66c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ for i in $( seq 0 2 ); do
gcloud compute instances create talos-controlplane-$i \
--image talos \
--zone $REGION-b \
--tags talos-controlplane \
--tags talos-controlplane,talos-controlplane-$i \
--boot-disk-size 20GB \
--metadata-from-file=user-data=./controlplane.yaml \
--tags talos-controlplane-$i
--metadata-from-file=user-data=./controlplane.yaml
done

# Add control plane nodes to instance group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ for i in $( seq 0 2 ); do
gcloud compute instances create talos-controlplane-$i \
--image talos \
--zone $REGION-b \
--tags talos-controlplane \
--tags talos-controlplane,talos-controlplane-$i \
--boot-disk-size 20GB \
--metadata-from-file=user-data=./controlplane.yaml \
--tags talos-controlplane-$i
--metadata-from-file=user-data=./controlplane.yaml
done

# Add control plane nodes to instance group
Expand Down

0 comments on commit a07f66c

Please sign in to comment.