From 7c9dd6642165c0c0a23f8cfdc0a346cd72b63ec2 Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Thu, 24 Jan 2019 13:41:06 -0500 Subject: [PATCH] update older version caveat --- site/install.md | 1 + site/quickstart.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/site/install.md b/site/install.md index d089d438b0a..9d9b5af0d5b 100644 --- a/site/install.md +++ b/site/install.md @@ -13,6 +13,7 @@ Helm is used to create and deploy necessary operator resources and to run the op `Error from server (BadRequest): error when creating "/scratch/output/uidomain/weblogic-domains/uidomain/domain.yaml": the API version in the data (weblogic.oracle/v2) does not match the expected API version (weblogic.oracle/v1` +> **NOTE**: You should be able to upgrade from version 2.0-rc2 to 2.0 because there are no backward incompatible changes between these two releases. ## Install Helm and Tiller diff --git a/site/quickstart.md b/site/quickstart.md index 1bcfbef78d8..b7675cc6a37 100644 --- a/site/quickstart.md +++ b/site/quickstart.md @@ -13,6 +13,8 @@ refer to the [User guide](user-guide.md). `Error from server (BadRequest): error when creating "/scratch/output/uidomain/weblogic-domains/uidomain/domain.yaml": the API version in the data (weblogic.oracle/v2) does not match the expected API version (weblogic.oracle/v1` +> **NOTE**: You should be able to upgrade from version 2.0-rc2 to 2.0 because there are no backward incompatible changes between these two releases. + ## Prerequisites For this exercise, you’ll need a Kubernetes cluster. If you need help setting one up, check out our [cheat sheet](k8s_setup.md). This guide assumes a single node cluster.