You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: coreupdate/coreupdate-aws-s3.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Configure CoreUpdate to Serve Packages from AWS S3
1
+
# Configure CoreUpdate to serve packages from AWS S3
2
2
3
3
The [updateservicectl][updateservicectl] tool can be used to fetch Container Linux updates from upstream and push the update payload to AWS S3. This process is documented for a general file server at: [CoreUpdate - Air Gapped Package Management][airgap]
4
4
@@ -8,7 +8,7 @@ Download the update payload from the upstream public CoreUpdate instance. The co
Now the /packages/ directory contains a json file with update metadata and the gzipped update payload:
11
+
Now the /packages/ directory contains a JSON file with update metadata and the Gzipped update payload:
12
12
13
13
```
14
14
$ tree packages
@@ -19,15 +19,15 @@ packages
19
19
0 directories, 2 files
20
20
```
21
21
22
-
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`.
22
+
Use the `updateservicectl package create bulk` command to create the package on a CoreUpdate instance. In the example below, CoreUpdate is running at: `http://coreupdate.example.com:8000`.
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.
29
29
30
-
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]".
30
+
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]".
31
31
32
32
On successful creation of the package, the output of this command will state where to upload payloads:
33
33
@@ -37,7 +37,7 @@ On successful creation of the package, the output of this command will state whe
37
37
2018/02/06 15:59:41 Please upload payloads to https://s3-us-west-1.amazonaws.com/core-update-support.
0 commit comments