-
Notifications
You must be signed in to change notification settings - Fork 522
build: fetch etcd from MCR container image #2644
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2644 +/- ##
=======================================
Coverage 71.76% 71.76%
=======================================
Files 134 134
Lines 25001 25001
=======================================
Hits 17941 17941
Misses 6010 6010
Partials 1050 1050 |
{{- if not HasCoreOS}} | ||
time_metric "InstallContainerRuntime" installContainerRuntime | ||
{{end}} | ||
|
||
if [[ -n "${MASTER_NODE}" ]] && [[ -z "${COSMOS_URI}" ]]; then | ||
time_metric "InstallEtcd" installEtcd "docker" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh ooh we can compare before/after etcd installation methods cc: @devigned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, mboersma 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 |
Reason for Change:
Uses Microsoft's container image builds to install
etcd
andetcdctl
, instead of requiring a tarball from the acs-mirror storage.This is the fourth step in an effort to move off the acs-mirror blob storage (and replace manual steps with automated pipelines).
Issue Fixed:
Refs #2545
Requirements:
Notes:
This may take slightly longer than the equivalent "download and untar" function it replaces, is my guess.