https://github.com/spectrocloud/rke-runtime-upload
Upload runtime binaries to s3 bucket
https://github.com/spectrocloud/rke-runtime-upload
Last synced: 5 months ago
JSON representation
Upload runtime binaries to s3 bucket
- Host: GitHub
- URL: https://github.com/spectrocloud/rke-runtime-upload
- Owner: spectrocloud
- Created: 2022-08-18T08:29:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T08:39:30.000Z (about 1 year ago)
- Last Synced: 2025-03-24T09:38:35.391Z (about 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rke-runtime-upload
Upload runtime binaries to s3 bucket
Run below command to build and run docker images
examples:
```docker build --platform linux/amd64 --build-arg KUBERNETES_VERSION=v1.24.3-rke2r1-build20220713 --build-arg CONTAINERD_VERSION=v1.6.6-k3s1-build20220606 --build-arg CRICTL_VERSION=v1.24.0-build20220506 --build-arg RUNC_VERSION=v1.1.2-build20220606 -t ImageName:Tag .```
```docker run --env AWS_ACCESS_KEY_ID= --env AWS_SECRET_ACCESS_KEY= --env AWS_BUCKET_NAME= --env AWS_REGION=us-east-1 --env KUBERNETES_VERSION=1.24.3-rke2r1-build20220713 imageName:Tag```