Skip to content
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

Merged
merged 1 commit into from
Jul 13, 2018
Merged

Conversation

ahardin-rh
Copy link
Contributor

@ahardin-rh ahardin-rh commented Jun 11, 2018

@ahardin-rh ahardin-rh added this to the Future Release milestone Jun 11, 2018
@ahardin-rh ahardin-rh self-assigned this Jun 11, 2018
@openshift-ci-robot openshift-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 11, 2018
@@ -1,20 +1,5 @@
== What Device Manager Does

[IMPORTANT]
====
Device Manager is a Technology Preview feature.
Copy link
Contributor Author

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?

Copy link
Contributor Author

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]
Copy link
Contributor Author

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?

Copy link
Contributor Author

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

@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch 2 times, most recently from cf4afdf to c61510a Compare June 19, 2018 20:03
@openshift-ci-robot openshift-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 19, 2018
@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch 2 times, most recently from de36e6a to 2a0ecfb Compare June 21, 2018 21:23
@openshift-ci-robot openshift-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jun 21, 2018
@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch from 2a0ecfb to 338c2bf Compare June 26, 2018 21:52
@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 27, 2018
@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch from 338c2bf to f623058 Compare June 27, 2018 20:21
@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 27, 2018
@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch 11 times, most recently from 99055e3 to 2ff1877 Compare June 28, 2018 19:16
@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch 3 times, most recently from a5449a1 to 12cd67c Compare June 28, 2018 20:17
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
Copy link

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
Copy link
Contributor

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`.
Copy link

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.
Copy link

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.

@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch 5 times, most recently from c9f8828 to 1a320f9 Compare July 6, 2018 16:31
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
Copy link
Member

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
Copy link
Member

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.

Copy link
Contributor Author

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.
Copy link

@qinpingli qinpingli Jul 9, 2018

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.

@jiajliu
Copy link

jiajliu commented Jul 12, 2018

In section [CONTAINERIZED INSTALLATION METHOD REMOVED]
Not totally, for upgrade from v3.9 to v3.10, if standalone etcd was run as containerized on rhel, after upgrade, it will keep containerized.

@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch from 1a320f9 to c7af925 Compare July 12, 2018 21:26
@ahardin-rh ahardin-rh changed the title [WIP]3.10 Release Notes 3.10 Release Notes Jul 12, 2018
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 12, 2018
@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch from c7af925 to 75cc59d Compare July 12, 2018 21:49
@zhouying7780
Copy link

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 .

@ahardin-rh ahardin-rh force-pushed the 3-10-release-notes branch from 75cc59d to 0ce10f4 Compare July 13, 2018 16:40
@ahardin-rh
Copy link
Contributor Author

@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.

@ahardin-rh ahardin-rh merged commit ca92c3d into openshift:master Jul 13, 2018
@ahardin-rh
Copy link
Contributor Author

/cherrypick enterprise-3.10

@openshift-cherrypick-robot

@ahardin-rh: new pull request created: #10817

In response to this:

/cherrypick enterprise-3.10

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch/enterprise-3.10 size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.