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

build: fetch etcd from MCR container image #2644

Merged
merged 6 commits into from
Jan 30, 2020

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Jan 28, 2020

Reason for Change:
Uses Microsoft's container image builds to install etcd and etcdctl, 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.

@codecov
Copy link

codecov bot commented Jan 28, 2020

Codecov Report

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

@@           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"
Copy link
Member

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

@jackfrancis jackfrancis added this to the v0.47.0 milestone Jan 29, 2020
Copy link
Member

@jackfrancis jackfrancis 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 Jan 30, 2020

[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:
  • OWNERS [jackfrancis,mboersma]

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

@jackfrancis jackfrancis merged commit c249e40 into Azure:master Jan 30, 2020
@mboersma mboersma deleted the etcd-from-mcr branch January 31, 2020 17:16
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.

3 participants