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

Replace docker engine feature flag by existing cloud spec#51

Merged
jackfrancis merged 2 commits intoAzure:masterfrom
jackfrancis:docker-engine-cloud-spec
Nov 21, 2018
Merged

Replace docker engine feature flag by existing cloud spec#51
jackfrancis merged 2 commits intoAzure:masterfrom
jackfrancis:docker-engine-cloud-spec

Conversation

@jackfrancis
Copy link
Member

What this PR does / why we need it: Remove the need for a feature flag to get docker-engine w/ GPU nodes in a non-VHD scenario. Instead, simply pass in a docker-engine repo URL when GPU nodes are present.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

If applicable:

  • documentation
  • unit tests
  • tested backward compatibility (ie. deploy with previous version, upgrade with this branch)

Release note:

Replace docker engine feature flag by existing cloud spec

@codecov
Copy link

codecov bot commented Nov 21, 2018

Codecov Report

Merging #51 into master will decrease coverage by <.01%.
The diff coverage is 25%.

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   52.44%   52.44%   -0.01%     
==========================================
  Files          91       91              
  Lines       12801    12801              
==========================================
- Hits         6714     6713       -1     
+ Misses       5481     5480       -1     
- Partials      606      608       +2

installContainerRuntime
installNetworkPlugin
installContainerd
if [[ "${GPU_NODE}" = true ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

we'll need to backport this fix to acs-engine

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon 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 acs-bot added the lgtm label Nov 21, 2018
@acs-bot
Copy link

acs-bot commented Nov 21, 2018

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, jackfrancis

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

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [CecileRobertMichon,jackfrancis]

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

@jackfrancis
Copy link
Member Author

Manually validated N series + ubuntu distro

@jackfrancis jackfrancis merged commit c00deb2 into Azure:master Nov 21, 2018
@jackfrancis jackfrancis deleted the docker-engine-cloud-spec branch November 21, 2018 19:10
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