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

feat: deprecate flannel addon #4238

Merged
merged 4 commits into from
Feb 9, 2021

Conversation

jackfrancis
Copy link
Member

@jackfrancis jackfrancis commented Feb 5, 2021

Reason for Change:

This PR officially deprecates the aks-engine-provided flannel addon implementation, which is several years old, and no longer supported.

Existing clusters (if there are any), will continue to execute aks-engine upgrade and aks-engine scale transitions.

Issue Fixed:

Fixes #4230

Credit Where Due:

Does this change contain code from or inspired by another project?

  • No
  • Yes

If "Yes," did you notify that project's maintainers and provide attribution?

  • No
  • Yes

Requirements:

Notes:

@jackfrancis
Copy link
Member Author

cc @craiglpeters @jadarsie @devigned

@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #4238 (c2ff540) into master (dde05ad) will increase coverage by 0.00%.
The diff coverage is 91.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4238   +/-   ##
=======================================
  Coverage   72.07%   72.08%           
=======================================
  Files         141      141           
  Lines       21702    21705    +3     
=======================================
+ Hits        15642    15645    +3     
  Misses       5103     5103           
  Partials      957      957           
Impacted Files Coverage Δ
pkg/api/vlabs/validate.go 80.83% <90.47%> (+0.17%) ⬆️
pkg/api/addons.go 98.10% <100.00%> (ø)
pkg/api/convertertoapi.go 94.00% <100.00%> (-0.04%) ⬇️
pkg/api/defaults.go 93.45% <100.00%> (-0.04%) ⬇️

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 dde05ad...920d8f4. Read the comment docs.

jadarsie
jadarsie previously approved these changes Feb 9, 2021
err := p.OrchestratorProfile.KubernetesConfig.validateNetworkPlugin(false, false)
if plugin == NetworkPluginFlannel {
if err == nil {
t.Errorf("flannel should be not be allowed for new clusters")
Copy link
Member

Choose a reason for hiding this comment

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

extra be

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the English lesson :)

@acs-bot
Copy link

acs-bot commented Feb 9, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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:

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

1 similar comment
@acs-bot
Copy link

acs-bot commented Feb 9, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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:

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 b4f9c42 into Azure:master Feb 9, 2021
@jackfrancis jackfrancis deleted the deprecate-flannel branch February 9, 2021 20:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate flannel addon
3 participants