-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Kubernetes v1.16 #2774
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikkeloscar
force-pushed
the
kube-1.16
branch
6 times, most recently
from
December 13, 2019 21:46
0ed1736
to
b0ed1bf
Compare
@mikkeloscar can you please check if you can enable endpointslices, too? |
mikkeloscar
force-pushed
the
kube-1.16
branch
3 times, most recently
from
December 14, 2019 15:17
7f9bebd
to
2eea502
Compare
mikkeloscar
force-pushed
the
kube-1.16
branch
3 times, most recently
from
December 16, 2019 09:28
5df657b
to
378223a
Compare
mikkeloscar
force-pushed
the
kube-1.16
branch
3 times, most recently
from
December 16, 2019 14:51
71f77df
to
50f0b38
Compare
mikkeloscar
force-pushed
the
kube-1.16
branch
7 times, most recently
from
December 19, 2019 08:40
df6cbc1
to
7b2efba
Compare
mikkeloscar
force-pushed
the
kube-1.16
branch
2 times, most recently
from
December 19, 2019 10:29
a9e32d8
to
8f6c276
Compare
dev to kube-1.16
dev to kube-1.16
Signed-off-by: Alexey Ermakov <[email protected]>
Update 1.16 AMI
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
dev to kube-1.16
…urce-urls Webhook drop non resource urls
Signed-off-by: Alexey Ermakov <[email protected]>
Disable scale down delay
👍 |
👍 |
This was referenced Feb 26, 2020
Merged
Closed
Closed
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#v1160
Changes
kubernetes.io/role
)CustomResourceWebhookConversion
feature flag, must be set totrue
inv1.16
(Introduced in Make it possible to enable CustomResourceWebhookConversion #2172)CustomResourcePublishOpenAPI
feature flag, must be set totrue
inv1.16
(OpenAPI v2 Publishing for CRD's #2621)Addstatus
validation forPlatformCredentialsSets
status
validation forAWSIAMRole
Ensurestatus
validation for VPA CRDsEnsurestatus
validation for Stackset/Stack CRDsEndpointSlice
(https://github.com/robscott/k8s-website/blob/4370360fc1c46b4e530dec59f5bb45b2c8b24840/content/en/docs/tasks/administer-cluster/enabling-endpoint-slices.md#enabling-endpoint-slices)node.kubernetes.io/node-pool
label instead ofkubernetes.io/node-pool
(Update clc to support new node-pool node label #2800)-allowed-not-ready-nodes=1
when running e2e. Can be improved inv1.17
.apiextensions.k8s.io/v1
in admission-controllerapiextensions.k8s.io/v1
HPAScaleToZero
by default: Support scaling HPA to/from zero pods for object/external metrics kubernetes/kubernetes#74526