Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

fix: change addons image pull policy to IfNotPresent #3562

Merged
merged 2 commits into from
Jun 30, 2020

Conversation

jadarsie
Copy link
Member

@jadarsie jadarsie commented Jun 30, 2020

Reason for Change:

Addon manifests that set imagePullPolicy: Always wont be functional (ImagePullBackOff) after upgrading an air-gaped environment, even if the required image is in the upgrade VHD.

Switching to IfNotPresent will prevent this problem.

Requirements:

Notes:

@codecov
Copy link

codecov bot commented Jun 30, 2020

Codecov Report

Merging #3562 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3562   +/-   ##
=======================================
  Coverage   73.19%   73.19%           
=======================================
  Files         147      147           
  Lines       25078    25078           
=======================================
  Hits        18355    18355           
  Misses       5589     5589           
  Partials     1134     1134           
Impacted Files Coverage Δ
pkg/engine/templates_generated.go 54.08% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1655d6...086352c. Read the comment docs.

@sozercan
Copy link
Member

/lgtm

Copy link
Member

@mboersma mboersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@acs-bot
Copy link

acs-bot commented Jun 30, 2020

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jadarsie, mboersma, sozercan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Member

@aramase aramase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jadarsie jadarsie merged commit 591fc58 into Azure:master Jun 30, 2020
penggu pushed a commit to penggu/aks-engine that referenced this pull request Oct 28, 2020
* fix: change addons image pull policy to IfNotPresent

* make generate
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants