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

refactor: make kube-proxy addon user-configurable #2426

Merged
merged 3 commits into from Dec 12, 2019

Conversation

jackfrancis
Copy link
Member

@jackfrancis jackfrancis commented Dec 10, 2019

Reason for Change:

This PR makes the kube-proxy component a user-configurable addon, exposed via the existing kubernetesConfig.addons interface.

Issue Fixed:

Requirements:

Notes:

@jackfrancis
Copy link
Member Author

/hold

@codecov
Copy link

codecov bot commented Dec 11, 2019

Codecov Report

Merging #2426 into master will increase coverage by <.01%.
The diff coverage is 55.4%.

@@            Coverage Diff            @@
##           master   #2426      +/-   ##
=========================================
+ Coverage   72.29%   72.3%   +<.01%     
=========================================
  Files         130     130              
  Lines       23606   23648      +42     
=========================================
+ Hits        17066   17098      +32     
- Misses       5516    5524       +8     
- Partials     1024    1026       +2

@@ -7590,22 +8132,37 @@ func TestSetAddonsConfig(t *testing.T) {
Containers: []KubernetesContainerSpec{
{
Name: "kubedns",
Image: specConfig.KubernetesImageBase + K8sComponentsByVersionMap["1.15.4"][common.KubeDNSAddonName],
Copy link
Member Author

Choose a reason for hiding this comment

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

Cleaning this errata up while I'm here

},
{
Name: "dnsmasq",
Image: specConfig.KubernetesImageBase + K8sComponentsByVersionMap["1.15.4"]["dnsmasq"],
Copy link
Member Author

Choose a reason for hiding this comment

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

ditto

},
{
Name: "sidecar",
Image: specConfig.KubernetesImageBase + K8sComponentsByVersionMap["1.15.4"]["k8s-dns-sidecar"],
Image: specConfig.KubernetesImageBase + K8sComponentsByVersionMap["1.13.11"]["k8s-dns-sidecar"],
Copy link
Member Author

Choose a reason for hiding this comment

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

ditto

Copy link
Member

@mboersma mboersma 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 Dec 12, 2019

[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 02bd3d8 into Azure:master Dec 12, 2019
@jackfrancis jackfrancis deleted the addons-kube-proxy branch December 12, 2019 19:07
@jackfrancis jackfrancis added this to the v0.45.0 milestone Dec 16, 2019
@jackfrancis
Copy link
Member Author

Related to #2251

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.

None yet

3 participants