Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add raw to file names #8729

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add raw to file names #8729

wants to merge 1 commit into from

Conversation

bobhenkel
Copy link

The gcp images contain the word raw in the file names. This caused a error when following the online guide.

Pull Request

What? (description)

Online docs reference gcp-amd64.tar.gz but the actual final name is gcp-amd64.raw.tar.gz

Why? (reasoning)

When I followed the instructions they failed because of this file name issue.

Acceptance

Please use the following checklist:

  • [ NA] you linked an issue (if applicable)
  • [ NA] you included tests (if applicable)
  • you ran conformance (make conformance)
  • you formatted your code (make fmt)
  • you linted your code (make lint)
  • you generated documentation (make docs)
  • you ran unit-tests (make unit-tests)

See make help for a description of the available targets.

The gcp images contain the word raw in the file names. This caused a error when following the online guide.

Signed-off-by: Bob Henkel <bob.henkel@gmail.com>
@@ -30,14 +30,14 @@ export REGION="us-central1"
### Create the Image

First, download the Google Cloud image from a Talos [release](https://github.com/siderolabs/talos/releases).
These images are called `gcp-$ARCH.tar.gz`.
These images are called `gcp-$ARCH.raw.tar.gz`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smira are these raw still or .zst?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still .raw (this is disk image suffix), e.g. https://github.com/siderolabs/talos/releases/tag/v1.8.0-alpha.0

GCP natively supports .tar.gz iirc, so we generate that by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants