-
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
OpenShift 1.5/3.5 Release Notes Tracker #3404
Comments
activeDeadlineSeconds is now configurable for deployer pods via the deployment config api |
The default value for ingressIPNetworkCIDR was previously a non-private range (172.46.0.0/16) and has been changed to a private range (172.29.0.0/16). Clusters configured with the non-private range run the risk of routing issues, and updating to a private range is advised. Warning: when ingressIPNetworkCIDR changes, any external ip's allocated from the previous range will be reallocated from the new range. |
@eng role reconciliation? openshift/origin#11328 |
Sorry @eng @benjaminapetersen meant to say @enj |
openshift/origin#11328 will need the cluster admin to run
|
UPDATE: The will probably not make it for 3.5. openshift/origin#11909 will need the cluster admin to cleanup legacy oauthclientauthorization data by running:
This will output values such as (but will not delete anything):
All values should be in the format |
cc @sdodson |
Add this type of notice for CronJobs for 3.5: In version 3.5 |
The Instead, create |
|
|
OCP 3.5 requires that the rhel-7-fast-datapath repo be enabled. #3686 for that |
template instantiation now respects namespaces defined in the template objects (meaning it will create the object in specified namespace) if and only if the namespace definition uses a parameter reference. (previously it never respected the namespace defined in the object). |
Clusters using the See #4079 |
@soltysh Is CronJob (formerly ScheduledJob) still considered Tech Preview for 3.5? |
Still alpha upstream so yes to Tech Preview. |
the project names |
And should be removed before upgrading to 3.5, there's a check in the upgrade that blocks the upgrade if they exist. |
All notes related to the Origin 1.5 / OCP 3.5 release
The text was updated successfully, but these errors were encountered: