Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a8e55283
Commit
a8e55283
authored
Apr 03, 2017
by
Kubernetes Submit Queue
Committed by
GitHub
Apr 03, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #44000 from dcbw/node-readiness-changelog
Automatic merge from submit-queue Update CHANGELOG.md to note node readiness after #43474
parents
b8299d01
75ad7460
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CHANGELOG.md
CHANGELOG.md
+9
-0
No files found.
CHANGELOG.md
View file @
a8e55283
...
...
@@ -696,6 +696,15 @@ Anyway, the cluster should get back to the proper size after 10 min.
the new CRI + CNI code path.
* If you are using plugins other than `bridge`, make sure you have
updated custom plugins to the latest version that is compatible.
* **CNI plugins now affect node readiness**
* Kubelet will now block node readiness until a CNI configuration file is
present in `/etc/cni/net.d` or a given custom CNI configuration path.
[This change](https://github.com/kubernetes/kubernetes/pull/43474) ensures
kubelet does not start pods that require networking before
[networking is ready](https://github.com/kubernetes/kubernetes/issues/43014).
This change may require changes to clients that gate pod creation and/or
scheduling on the node condition `type` `Ready` `status` being `True` for pods
that need to run prior to the network being ready.
* **Enhance Kubelet QoS**:
* Pods are placed under a new cgroup hierarchy by default. This feature requires
draining and restarting the node as part of upgrades. To opt-out set
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment