Skip to content

Commit

Permalink
Merge branch 'master' into maximsmol/gpus
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Oct 9, 2023
2 parents 302c3f5 + a308c4d commit 3d0bfcd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [Consider Plural's fork](https://github.com/pluralsh/sysbox-eks-ami)

Improvements:
- [Working KinD (#7)](https://github.com/latchbio/sysbox-eks-ami/issues/7)
- Reportedly more closely matches the official installation method
- Automatic builds for multiple K8s versions and system architectures
- Automatically builds with new SysBox versions
- Pre-built public AMIs for testing (make sure you understand the security implications!)

The usual liability and warranty waivers apply. This banner is based on assumption of good faith and should not be seen as an endorsement of any kind.

---

# Sysbox EKS AMI

Packer script for building an AMI with pre-installed Sysbox based on an Ubuntu EKS AMI.
Expand Down
2 changes: 1 addition & 1 deletion sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "sysbox_version" {

variable "k8s_version" {
type = string
default = "1.23"
default = "1.24"

validation {
condition = can(regex("^\\d+\\.\\d+$", var.k8s_version))
Expand Down

0 comments on commit 3d0bfcd

Please sign in to comment.