I work with Raoni and we have been getting issues due to the second point mentioned above on new c7i instance types:
"
Adding the log function to bootstrap.sh, it fails in another step:
# /etc/eks/max-pods-calculator.sh --instance-type-from-imds --cni-version 1.10.0 --show-max-allowed
/etc/eks/max-pods-calculator.sh: line 84: imds: command not found
/etc/eks/max-pods-calculator.sh: line 85: imds: command not found
Hi Robby,
I work with Raoni and we have been getting issues due to the second point mentioned above on new c7i instance types:
" max-pods- calculator. sh --instance- type-from- imds --cni-version 1.10.0 --show-max-allowed max-pods- calculator. sh: line 84: imds: command not found max-pods- calculator. sh: line 85: imds: command not found
Adding the log function to bootstrap.sh, it fails in another step:
# /etc/eks/
/etc/eks/
/etc/eks/
imds is a helpter script that was added in this PR: https:/ /github. com/awslabs/ amazon- eks-ami/ pull/1044
The script exists under /usr/local/ share/eks/ imds but it's not in the path."
Is there a chance that this secondary part for adding "imds" was missed from the fix you mentioned in serials 20230830 and newer?
Let me know if you would prefer us to raise a second ticket for this.