-
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.14 #2175
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.14
branch
3 times, most recently
from
June 7, 2019 14:13
531567d
to
6ba50d2
Compare
mikkeloscar
force-pushed
the
kube-1.14
branch
8 times, most recently
from
June 16, 2019 10:54
4c6080e
to
89ed728
Compare
mikkeloscar
force-pushed
the
kube-1.14
branch
3 times, most recently
from
June 24, 2019 09:32
35b651d
to
8afac1e
Compare
mikkeloscar
force-pushed
the
kube-1.14
branch
2 times, most recently
from
July 9, 2019 11:56
e4ce4c1
to
c193904
Compare
mikkeloscar
force-pushed
the
kube-1.14
branch
3 times, most recently
from
July 16, 2019 07:22
53257c6
to
79d3428
Compare
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1140 * https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1141 * https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1142 Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
dev to kube-1.14
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Dev to kube 1.14
dev to kube-1.14
dev to kube-1.14
dev to kube-1.14
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Dev to kube 1.14
dev to kube-1.14
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Dev to kube 1.14
👍 |
1 similar comment
👍 |
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.14.md#v1140
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1141
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1142
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1143
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1144
Removed the
compliance_checker_enabled
flag used to select between different versions of theimage-policy-webhook
since this has now diverged too much to make sense to keep in place going forward.Status
Relevant Changelog changes
New Features
Changes
longer follow redirects (#75416)
been removed. Use an explicit version instead (like clientset.AppsV1())
(#74422)
cadvisor or kubelet probe metrics) should be updated to use pod and container
instead. pod_name and container_name labels will be present alongside pod and
container labels for one transitional release and removed in the future.
(#69099)
Deprecations
kubectl
--export
flag for the kubectl get command is deprecated and will beremoved in v1.18.
(#73787)
API
networking.k8s.io/v1beta1
. Ingress resources inextensions/v1beta1
are deprecated and will no longer be served in v1.18. Existing persisted data is available via the new API group/version (#74057, @liggitt)extensions/v1beta1
in v1.16. Migrate to thepolicy/v1beta1
API, available since v1.10. Existing persisted data can be retrieved via thepolicy/v1beta1
API.extensions/v1beta1
,apps/v1beta1
, orapps/v1beta2
in v1.16. Migrate to theapps/v1
API, available since v1.9. Existing persisted data can be retrieved via theapps/v1
API.scheduling.k8s.io/v1
with no changes. Thescheduling.k8s.io/v1beta1
andscheduling.k8s.io/v1alpha1
versions are now deprecated and will stop being served by default in v1.17. (#73555, #74465,@bsalamat)
CoreDNS: The following directives or keywords are deprecated and will be removed in v1.15:
upstream
option ofkubernetes
plugin, becoming default behavior in v1.15.proxy
plugin replaced byforward
pluginRemoved/deprecated metrics
Notable features
RunAsGroup
feature has been promoted to beta and enabled by default.PodSpec
andPodSecurityPolicy
objects can be used to control the primary GID of containers on supported container runtimes. (#73007, @krmayankk)Detailed Bug Fixes And Changes
Node
pid=<number>
in the--system-reserved
and--kube-reserved
options to ensure that the specified number of process IDs will be reserved for the system as a whole and for Kubernetes system daemons respectively. Please referenceKube Reserved
andSystem Reserved
inReserve Compute Resources for System Daemons
in the Kubernetes documentation for general discussion of resource reservation. To utilize this functionality, you must set the feature gateSupportNodePidsLimit=true
(#73651, @RobertKrawitz)External Dependencies
>=v0.33.1
1.14.2
of upstream Cluster Autoscaler.