0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Kubernetes】イメージを更新するたびに最新のイメージをpullする no.13

Posted at

名称未設定のデザイン (12).png

Kubernetesにおいて、Containerのイメージを更新するとき、イメージ名にtagがついてないと更新する事ができなかった。

ただ、タグを変えなくても最新のイメージを引っ張ってこさせることもできる

①イメージ名の後ろに:latestを付ける

②imagePullPolicy: Alwaysにする

2021-07-27_8-09-13.png

①か②のどちらかをyamlファイルのcontainerの設定に書けば、最新のイメージを引っ張ってきてcontainerが作られる。

①と②の両方どちらも書いていてもエラーにはならない。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?