-
Notifications
You must be signed in to change notification settings - Fork 521
chore: remove support for Kubernetes 1.15 #3751
Conversation
@@ -3,7 +3,7 @@ | |||
"GINKGO_FOCUS": "should apply various network policies" | |||
}, | |||
"options": { | |||
"allowedOrchestratorVersions": ["1.15"] | |||
"allowedOrchestratorVersions": [] |
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.
Hmm...
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.
Will delete this test config entirely
A bunch of these Example: https://github.com/Azure/aks-engine/blob/master/parts/k8s/addons/kube-proxy.yaml#L51-L54 |
You are so right! Thanks, I'll make those changes and update this PR. |
Codecov Report
@@ Coverage Diff @@
## master #3751 +/- ##
=========================================
Coverage ? 72.79%
=========================================
Files ? 149
Lines ? 23158
Branches ? 0
=========================================
Hits ? 16858
Misses ? 5183
Partials ? 1117
Continue to review full report at Codecov.
|
f665584
to
2130e3f
Compare
ed6422d
to
179b4ff
Compare
179b4ff
to
90ca13f
Compare
90ca13f
to
a2b55e2
Compare
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 |
New changes are detected. LGTM label has been removed. |
Reason for Change:
This PR removes support for creating new clusters with Kubernetes 1.15.
Issue Fixed:
Fixes #3631
Requirements:
Notes: