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

chore: clean up containerd and cc-runtime when unused #1129

Merged
merged 1 commit into from Apr 23, 2019

Conversation

CecileRobertMichon
Copy link
Contributor

@CecileRobertMichon CecileRobertMichon commented Apr 23, 2019

Reason for Change:

Remove the installs for containerd and clear containers during CSE when that cluster does not need them. These are pre-installed as part of the VHD.

Issue Fixed:

Fixes #1091

Requirements:

Notes:

@acs-bot acs-bot added the size/S label Apr 23, 2019
@@ -17,7 +17,7 @@ removeEtcd() {
}

removeMoby() {
sudo apt-get purge -y moby-engine moby-cli
apt-get purge -y moby-engine moby-cli
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is already running as root, no need for sudo

@codecov
Copy link

codecov bot commented Apr 23, 2019

Codecov Report

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

@@          Coverage Diff           @@
##           master   #1129   +/-   ##
======================================
  Coverage    74.4%   74.4%           
======================================
  Files         131     131           
  Lines       18283   18283           
======================================
  Hits        13603   13603           
  Misses       3901    3901           
  Partials      779     779

@jackfrancis
Copy link
Member

/lgtm

@acs-bot acs-bot added the lgtm label Apr 23, 2019
@acs-bot acs-bot merged commit acfdd2a into Azure:master Apr 23, 2019
@acs-bot
Copy link

acs-bot commented Apr 23, 2019

[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

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

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.

Remove clear container install at provisioning if the cluster doesn't need it
3 participants