Hacker News new | ask | show | jobs
by matthewrudy 3645 days ago
It means the `kube-up` scripts now work with ap-northeast-2 straight out of the box.

Just set

    export KUBERNETES_PROVIDER=aws
    export KUBE_AWS_ZONE=ap-northeast-2a
    kube-up.sh
Here's the PR https://github.com/kubernetes/kubernetes/pull/24464