Skip to content

Commit

Permalink
feat(al2023): warn about bootstrap.sh usage (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Nov 15, 2024
1 parent ae96e6d commit 1675cca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/al2023/runtime/rootfs/etc/eks/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash

echo >&2 '
!!!!!!!!!!
!!!!!!!!!! ERROR: bootstrap.sh has been removed from AL2023-based EKS AMIs.
!!!!!!!!!!
!!!!!!!!!! EKS nodes are now initialized by nodeadm.
!!!!!!!!!!
!!!!!!!!!! To migrate your user data, see:
!!!!!!!!!!
!!!!!!!!!! https://awslabs.github.io/amazon-eks-ami/nodeadm/
!!!!!!!!!!
'

exit 1

0 comments on commit 1675cca

Please sign in to comment.