node pool の概要はこちらです。 https://cloud.google.com/container-engine/docs/node-pools?hl=ja 今回は1.6.4から1.6.6にバージョンアップをします。 さて、kubernetes の node pool のバージョンアップをやるには 1, 新しい node pool を作成する。 2, 古い node に対して unschedule を設定する。 3, pods を再構築して新しい node に乗るかを確認する。 4, すべての pods を乗せ変える。 1, 新しい node pool を作成する。 コマンドはこちらです。 $ gcloud container node-pools create NODE_NAME --cluster=CLUSTER_NAME --machine-type=n1-standar