-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
3.10 Release Notes #9998
3.10 Release Notes #9998
Conversation
@@ -1,20 +1,5 @@ | |||
== What Device Manager Does | |||
|
|||
[IMPORTANT] | |||
==== | |||
Device Manager is a Technology Preview feature. |
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.
@vikaschoudhary16 Can you please confirm that Device Manager is coming out of Tech Preview?
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.
Confirmed with Jeremy that it's GA in 3.10
| - | ||
| - | ||
|- | ||
|TP | ||
|TP | ||
|
||
|xref:ocp-310-hugepages[Huge Pages] |
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.
@derekwaynecarr Are Huge Pages being promoted to supported in 3.10, or will they remain in Tech Preview?
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.
Oh, I see now that they are: #8706
cf4afdf
to
c61510a
Compare
de36e6a
to
2a0ecfb
Compare
2a0ecfb
to
338c2bf
Compare
338c2bf
to
f623058
Compare
99055e3
to
2ff1877
Compare
a5449a1
to
12cd67c
Compare
limitations. In particular, they are limited to 2Mi page sizes. THP can lead to | ||
performance degradation on nodes with high memory utilization or fragmentation | ||
due to defragmenting efforts of THP, which can lock memory pages. For this | ||
reason, some applications may be designed to (or recommend) usage of |
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.
Does this sentence designed to (or recommend) usage of pre-allocated huge pages
have syntax error?
Each of the system services, API, controllers, and etcd, used to run as system | ||
services on the master. These services now run on static pods in the cluster. As | ||
a result, there are new commands to restart these services: `master-restart | ||
api`, `master-restart controllers`, and m`aster-restart etcd`. To view log |
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.
m`aster-restart etcd`
Wrong ` place
* The containerized mode for {product-title} is no longer supported (where | ||
components run in docker containers) and the 3.10 upgrade will require you to | ||
move to RPMs or system containers for the kubelet by setting | ||
`openshift_use_system_containers=true`. |
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.
openshift_use_system_containers
is removed in openshift/openshift-ansible#8329.
The changes will be done automatically according to the OS during the upgrade:
- Atomic Host: Node service run as system container
- RHEL: Node service run as rpm
master. The 3.10 upgrade, unless you set `openshift_node_bootstrap=false` in your | ||
inventory, will automatically transform your nodes to use that mode. This | ||
enables certificate rotation and centralized certificate management by default. Use `oc get | ||
csr` to see pending certificates. |
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.
openshift_node_bootstrap
is also removed, please see https://bugzilla.redhat.com/show_bug.cgi?id=1567783.
All nodes must be bootstrapped.
c9f8828
to
1a320f9
Compare
their current application. | ||
|
||
An external provisioner is used to access the EBS, GCE pDisk, and HostPath, and | ||
Cinder snapshotting API. This Technology Preview feature has tested EBS and |
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.
I believe Cinder is not supported at the moment. And QE have tested EBS and GCE pDisk, but not HostPath.
You can got the details from https://trello.com/c/owCRnP8I/521-13-snapshot-implement-the-out-of-tree-snapshotting-controller
apiVersion: v1 | ||
kind: PersistentVolumeClaim | ||
metadata: | ||
name: snapshot-demo |
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.
Better use a different name with the snapshot name as it can confuse end user.
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.
@liangxia I was previously instructed by @sferich888 to change it to match. Eric, can I change it back?
workloads. | ||
|
||
You can expand persistent volume claims online from {product-title} for CNS | ||
glusterFS, Cinder, and GCE PD. |
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.
Cinder and GCE PD pv does not support online expanding.
In section [CONTAINERIZED INSTALLATION METHOD REMOVED] |
1a320f9
to
c7af925
Compare
c7af925
to
75cc59d
Compare
For this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1593635, we need the 'm3.large' instance in AWS, I think we should mention in the release doc . |
75cc59d
to
0ce10f4
Compare
@vikram-redhat I applied all of the latest edits, added in all suggested information, and added all of the latest bug descriptions to date. Although this is still a work in progress, I am going to merge this now so that the team can build on this while I'm out on PTO. |
/cherrypick enterprise-3.10 |
@ahardin-rh: new pull request created: #10817 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Preview build: http://file.rdu.redhat.com/~ahardin/06272018/3-10-release-notes/release_notes/ocp_3_10_release_notes.html