Hacker News new | ask | show | jobs
by pikdum 843 days ago
Just ran into this while trying to do some patching:

    *******************************************
    * This script is deprecated and no longer *
    * installs stable releases.               *
    *                                         *
    * The latest edge release has been        *
    * installed. In the future, please use    *
    *   run.linkerd.io/install-edge           *
    * for this behavior.                      *
    *                                         *
    * For stable releases, please see         *
    *  https://linkerd.io/releases/           *
    *******************************************
Bit frustrating, wasn't expecting to have to rework my scripts right now.
1 comments

Wow that just upgraded a portion of your cluster to development software with no prior warning? Glad I haven't had time to mess with this service mesh I suppose, how absolutely user hostile.
That message is from updating the linkerd CLI, so not quite that bad. My script updates the CLI and then the cluster, though, so if I hadn't interrupted then it would have.