buildkite / agent-stack-k8s

Spin up an autoscaling stack of Buildkite Agents on Kubernetes
MIT License
77 stars 27 forks source link

Stop using old k8s exec envvar #351

Closed zhming0 closed 1 month ago

zhming0 commented 1 month ago

This change will prevent users from being spammed with warning messages.

Reviewer please read:

The risk of this change is that users won't be able be downgrade agent to anything below v3.74.0. I don't expect users would be manually pinging agent version but if it's a risk we can do something smarter like: "if agent version > X then don't use the old experimental flag".