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

feat: support VMSS agent nodes with public IP. #1087

Merged
merged 1 commit into from Apr 19, 2019

Conversation

JunSun17
Copy link
Contributor

@JunSun17 JunSun17 commented Apr 17, 2019

Reason for Change:

Support VMSS agent nodes with public IP.

Issue Fixed:

Fixes #130

Requirements:

Notes:
This feature is controlled by EnableVMSSNodePublicIP flag in agent pool. When activated, it will create a public IP for each VMSS nodes.

A reference doc is here: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking#creating-a-scale-set-with-public-ip-per-virtual-machine

@acs-bot acs-bot added the size/M label Apr 17, 2019
@CecileRobertMichon
Copy link
Contributor

This fixes #130 correct?

@JunSun17 can you please make sure your commit message and PR title use the semantic commit model so they get picked up in the release notes?

@JunSun17 JunSun17 changed the title Support VMSS agent nodes with public IP. feat: support VMSS agent nodes with public IP. Apr 17, 2019
@JunSun17
Copy link
Contributor Author

JunSun17 commented Apr 17, 2019

This fixes #130 correct?

@JunSun17 can you please make sure your commit message and PR title use the semantic commit model so they get picked up in the release notes?

It is a feature asked by EA, and the requirement is similar to #130.

@JunSun17 JunSun17 force-pushed the jusu-public-node branch 2 times, most recently from 93d3bc8 to 62a70ef Compare April 18, 2019 16:51
@codecov
Copy link

codecov bot commented Apr 18, 2019

Codecov Report

Merging #1087 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1087      +/-   ##
==========================================
+ Coverage   74.33%   74.35%   +0.01%     
==========================================
  Files         131      131              
  Lines       18260    18274      +14     
==========================================
+ Hits        13574    13588      +14     
  Misses       3905     3905              
  Partials      781      781

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

@jackfrancis
Copy link
Member

lgtm

@CecileRobertMichon
Copy link
Contributor

/lgtm

for the label

@acs-bot
Copy link

acs-bot commented Apr 18, 2019

[APPROVALNOTIFIER] This PR is APPROVED

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

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

@CecileRobertMichon CecileRobertMichon added this to Under Review in backlog Apr 19, 2019
@acs-bot acs-bot merged commit aa434b2 into Azure:master Apr 19, 2019
backlog automation moved this from Under Review to Done Apr 19, 2019
jackfrancis pushed a commit to jackfrancis/aks-engine that referenced this pull request Apr 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
backlog
  
Done
Development

Successfully merging this pull request may close these issues.

nodes with public IP addresses
5 participants