Skip to content

Commit

Permalink
Fixing jgw typos (#4118)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Pandey <[email protected]>
  • Loading branch information
abhinavmpandey08 and abhnvp authored Dec 10, 2024
1 parent 250d525 commit 23bf9b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/kubernetes-sigs/image-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ EKS-A CLI project uses these images as the node image when constructing workload
1. Run `git format-patch <commit>`, where `<commit>` is the last upstream commit on that tag. Move the generated patches from under the upstream fork to the projects/kubernetes-sigs/image-builder/patches/ folder in this repo.
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
1. Compare the old tag to the new, looking specifically for Makefile changes. If any of the make targets used in projects/kubernetes-sigs/image-builder/Makefile to call upstream make changed, make those appropriate changes.
1. Update the version at the top of this Readme.
1. Ensure [REQUIRED_DEPENDENCY_VERSIONS.yaml](./REQUIRED_DEPENDENCY_VERSIONS.yaml) is updated, by running `make update-dependency-versions`, with the newly required python/ansible/packer/plugins versions. Uses these versions to update the [builder-base](https://github.com/aws/eks-distro-build-tooling/blob/main/builder-base/versions.yaml)
which will need to be done before presubmits will pass. Before merging, also update the ECImageBuilder recipe in the build account and generate a new AMI we use for raw image builds.
1. Update the version at the top of this README.
1. Ensure [REQUIRED_DEPENDENCY_VERSIONS.yaml](./REQUIRED_DEPENDENCY_VERSIONS.yaml) is updated, by running `make update-dependency-versions`, with the newly required python/ansible/packer/plugins versions. Use these versions to update the [builder-base](https://github.com/aws/eks-distro-build-tooling/blob/main/builder-base/versions.yaml)
which will need to be done before presubmits will pass. Before merging, also update the EC2ImageBuilder recipe in the build account and generate a new AMI we use for raw image builds.
1. Ensure that the RHEL 8 and RHEL 9 semvers and the `kmod-megaraid` RPMs in the Makefile are updated. This will require uploading the corresponding ISO and QCOW2 images and RPM to the `redhat-iso-pdx` S3 bucket.
1. Monitor node image builds and e2e tests as updates to this project can potentially break cluster create and update process.

Expand Down

0 comments on commit 23bf9b5

Please sign in to comment.