-
-
Notifications
You must be signed in to change notification settings - Fork 322
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 Kubernetes from v1.13.5 to v1.14.0 #436
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
dghubble
changed the title
Update Kubernetes from v1.13.5 to v1.14.0
Update Kubernetes from v1.13.5 to v1.14
Mar 26, 2019
dghubble
force-pushed
the
kubernetes-v1.14
branch
2 times, most recently
from
April 7, 2019 07:10
1c49328
to
bb9870e
Compare
dghubble
force-pushed
the
kubernetes-v1.14
branch
from
April 7, 2019 07:16
bb9870e
to
5271e41
Compare
|
CNCF conformance: cncf/k8s-conformance#536 With default options (strict):
With
|
dghubble
force-pushed
the
kubernetes-v1.14
branch
from
April 7, 2019 18:46
2316839
to
1018f46
Compare
* Add an `enable_aggregation` variable to enable the kube-apiserver aggregation layer for adding extension apiservers to clusters * Aggregation is **disabled** by default. Typhoon recommends you not enable aggregation. Consider whether less invasive ways to achieve your goals are possible and whether those goals are well-founded * Enabling aggregation and extension apiservers increases the attack surface of a cluster and makes extensions a part of the control plane. Admins must scrutinize and trust any extension apiserver used. * Passing a v1.14 CNCF conformance test requires aggregation be enabled. Having an option for aggregation keeps compliance, but retains the stricter security posture on default clusters
dghubble
force-pushed
the
kubernetes-v1.14
branch
from
April 7, 2019 19:00
1018f46
to
be29f52
Compare
dghubble
changed the title
Update Kubernetes from v1.13.5 to v1.14
Update Kubernetes from v1.13.5 to v1.14.0
Apr 7, 2019
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.
Update Kubernetes from v1.13.5 to v1.14.0
Related: poseidon/terraform-render-bootstrap#123