-
Notifications
You must be signed in to change notification settings - Fork 519
Conversation
cc @alexeldeib 🍷 ⚰️ |
Codecov Report
@@ Coverage Diff @@
## master #2945 +/- ##
==========================================
+ Coverage 72.57% 72.57% +<.01%
==========================================
Files 141 141
Lines 25934 25886 -48
==========================================
- Hits 18821 18787 -34
+ Misses 6014 6005 -9
+ Partials 1099 1094 -5 |
@@ -29,7 +29,7 @@ const ( | |||
Ubuntu1804 Distro = "ubuntu-18.04" | |||
Ubuntu1804Gen2 Distro = "ubuntu-18.04-gen2" | |||
RHEL Distro = "rhel" | |||
CoreOS Distro = "coreos" | |||
CoreOS Distro = "coreos" // deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this constant remain as a notice of its deprecation, or because code still refers to it somewhere?
pkg/api/vlabs/validate_test.go
Outdated
@@ -3500,6 +3500,23 @@ func TestValidateProperties_OrchestratorSpecificProperties(t *testing.T) { | |||
t.Errorf("expected error with message : %s, but got %s", expectedMsg, err.Error()) | |||
} | |||
}) | |||
|
|||
t.Run("Should not support os type other than linux for single stack ipv6 and dual stack feature", func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💚
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[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:
Approvers can indicate their approval by writing |
This reverts commit b1284c7.
This reverts commit b1284c7.
This reverts commit b1284c7.
This reverts commit b1284c7.
This reverts commit b1284c7.
This reverts commit b1284c7.
This reverts commit b1284c7.
Reason for Change:
This PR removes aks-engine support for coreos. Any existing clusters will no longer be maintainable via future versions of aks-engine once this PR merges.
This was always an experimental configuration, and now that CoreOS has officially ridden off into the sunset, now seems like a good time to remove some of the maintenance surface area of the codebase.
See:
https://coreos.com/os/eol/
Issue Fixed:
Requirements:
Notes: