You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Devfile the default deployment mechanism for odo
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`
/kind feature
**What does does this PR do / why we need it**:
Makes Devfile the default deployment mechanism, removing S2I in favour
of Devfile deployment.
**Which issue(s) this PR fixes**:
Closesredhat-developer#3550
**How to test changes / Special notes to the reviewer**:
Run:
```sh
odo preference set experimental false
odo create --starter nodejs
odo push
```
0 commit comments