Skip to content

Commit

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

echo '
!!!!!!!!!!
!!!!!!!!!! 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/
!!!!!!!!!!
'

0 comments on commit c18fe9e

Please sign in to comment.