Kent R. Spillner
Kent R. Spillner
Just my two cents as a user who would appreciate this functionality: I understand your desire to avoid special-casing future intervals, however the behavior of of `timew start` when there's...
This looks great! However, a few suggestions (I apologize for the bikeshedding yet again...): * Why do we need an entirely new `annotation` sub-command for this? Can't this just replace...
As a work-around we are changing line 148 of `eks-worker-al2.json` from: ```"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",``` to: ```"AWS_ACCESS_KEY_ID=''",``` In order to force `scripts/install-worker.sh` to download EKS binaries using `wget` instead of the aws...