Browse code

oc exec upgrade.md

deads2k authored on 2015/07/16 20:40:48
Showing 1 changed files
... ...
@@ -7,8 +7,12 @@ when that change will happen.
7 7
 
8 8
 ## Origin 1.0.x / OSE 3.0.x
9 9
 
10
-* Currently all build pods have a label named `build`. This label is being deprecated
10
+1. Currently all build pods have a label named `build`. This label is being deprecated
11 11
   in favor of `openshift.io/build.name` in Origin 1.0.x / OSE 3.1.x at which point both
12 12
   labels will be supported. All the newly created builds will have just the new label.
13 13
   In Origin 1.y / OSE 3.y the support for the old label (`build`) will be removed entirely.
14 14
   See #3502.
15
+
16
+1. Currently `oc exec` will attempt to `POST` to `pods/podname/exec`, if that fails it will
17
+fallback to a `GET` to match older policy roles.  In Origin 1.y/ OSE 3.y the support for the
18
+old `oc exec` endpoint via `GET` will be removed.
15 19
\ No newline at end of file