Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Conversation

kbrwn
Copy link
Contributor

@kbrwn kbrwn commented Feb 7, 2018

No description provided.

Copy link
Contributor

@sdemos sdemos left a comment

Choose a reason for hiding this comment

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

content looks solid to me.

0 directories, 2 files
```

Use the `updateservicectl package create bulk` command to create the package on an CoreUpdate instance. In the example below, CoreUpdate is running at: `http://coreupdate.example.com:8000`.
Copy link
Contributor

Choose a reason for hiding this comment

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

... a CoreUpdate instance ...

$ updateservicectl --server=https://public.update.core-os.net package download --dir=/packages/ --version=1632.2.1
```

Now the /packages/ directory contains a json file with update metadata and the gzipped update payload:
Copy link
Contributor

Choose a reason for hiding this comment

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

JSON ... Gzipped

@@ -0,0 +1,58 @@
# Configure CoreUpdate to Serve Packages from AWS S3
Copy link
Contributor

Choose a reason for hiding this comment

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

... serve packages ...


Note the use of the flags `--user` and `--key` these will be required. Most often the user will be `admin` and the key can be found in the `/etc/coreupdate/config.yaml` file.

Be certain to format the URL passed to the `--base-url` flag as described in the AWS document: " [AWS S3 Regions and Endpoints][aws-endpoints]".
Copy link
Contributor

Choose a reason for hiding this comment

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

remove extra space - "[AWS ...

2018/02/06 15:59:41 Please upload payloads to https://s3-us-west-1.amazonaws.com/core-update-support.
```

Upload the update package to s3:
Copy link
Contributor

Choose a reason for hiding this comment

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

AWS S3

Copy link
Contributor

@euank euank Feb 8, 2018

Choose a reason for hiding this comment

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

I think to the S3 bucket reads better

```

Consult the document [CoreUpdate - Configure Machines][core-update-config] for details on configuring a Container Linux host to use CoreUpdate.

Copy link
Contributor

Choose a reason for hiding this comment

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

we leave two blank lines between doc and links

Consult the document [CoreUpdate - Configure Machines][core-update-config] for details on configuring a Container Linux host to use CoreUpdate.

[updateservicectl]: https://github.com/coreos/updateservicectl/releases
[airgap]: https://coreos.com/products/coreupdate/docs/latest/on-premises-deployment.html#air-gapped-package-management
Copy link
Contributor

Choose a reason for hiding this comment

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

use relative to markdown, rather than absolute to rendered: [airgap]: on-premises-deployment.md#air-gapped-package-management

[updateservicectl]: https://github.com/coreos/updateservicectl/releases
[airgap]: https://coreos.com/products/coreupdate/docs/latest/on-premises-deployment.html#air-gapped-package-management
[aws-endpoints]: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
[core-update-config]: https://coreos.com/products/coreupdate/docs/latest/configure-machines.html
Copy link
Contributor

Choose a reason for hiding this comment

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

No description provided.

Copy link
Contributor

@zbwright zbwright left a comment

Choose a reason for hiding this comment

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

👍

@lucab
Copy link
Contributor

lucab commented Sep 26, 2018

Already approved PR. I'm not doing further checks on the docs change, just merging to unblock this fix.

@lucab lucab merged commit 9157293 into coreos:master Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants