インフラ系SEの技術メモ

雑なエンジニアが低信頼性のメモを書いています。参考程度にとどめてください。

(IBMCloud)ALBってロールバックできるのね

コマンドを発見

一つ前のバージョンをどこかに保持しているっぽい。

$ ibmcloud ks alb rollback --help
NAME:
        rollback - Roll back the Ingress ALB add-on to the previous build. All ALB pods in your cluster revert
to their previously running state.

USAGE:
        ibmcloud ks alb rollback --cluster CLUSTER [--output OUTPUT] [-q]

PARAMETERS:
    --cluster value, -c value  Specify the cluster name or ID.
    --output                   Prints the command output in the provided format. Available options: json
    -q                         Do not show the message of the day or update reminders.

覚えておきます。