Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 844 Bytes

UPGRADE.md

File metadata and controls

18 lines (13 loc) · 844 Bytes

Upgrading

This document describes future changes that will affect your current resources used inside of OpenShift. Each change contains description of the change and information when that change will happen.

Origin 1.0.x / OSE 3.0.x

  1. Currently all build pods have a label named build. This label is being deprecated in favor of openshift.io/build.name in Origin 1.0.x / OSE 3.1.x at which point both labels will be supported. All the newly created builds will have just the new label. In Origin 1.y / OSE 3.y the support for the old label (build) will be removed entirely. See #3502.

  2. Currently oc exec will attempt to POST to pods/podname/exec, if that fails it will fallback to a GET to match older policy roles. In Origin 1.y/ OSE 3.y the support for the old oc exec endpoint via GET will be removed.