Skip to content

Commit 47d323d

Browse files
add Tanzu support (#2060)
* add Tanzu support * incorporate Sankar edit
1 parent 3c670fe commit 47d323d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs-source/content/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change |
1010
| --- | --- | --- | --- |
11-
| November 13, 2020 | v3.1.0 | no | Enhanced options for specifying managed namespaces. Helm 3.1.3+ now required. |
11+
| November 13, 2020 | v3.1.0 | no | Enhanced options for specifying managed namespaces. Helm 3.1.3+ now required. Added support for Tanzu Kubernetes Service. |
1212
| November 9, 2020 | v3.0.3 | no | This release contains a fix for pods that are stuck in the Terminating state after an unexpected shut down of a worker node. |
1313
| September 15, 2020 | v3.0.2 | no | This release contains several fixes, including improvements to log rotation and a fix that avoids unnecessarily updating the domain status. |
1414
| August 13, 2020 | v3.0.1 | no | Fixed an issue preventing the REST interface from working after a Helm upgrade. Helm 3.1.3+ now required. |

docs-source/content/userguide/introduction/introduction.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Container Services for use with Kubernetes* on OCI Compute, and on "Authorized C
4848

4949
### Microsoft Azure Kubernetes Service
5050

51-
[Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/) is a hosted Kubernetes environment. The WebLogic Kubernetes
51+
[Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/) is a hosted Kubernetes environment. The WebLogic Server Kubernetes
5252
Operator, Oracle WebLogic Sever 12c, and Oracle Fusion Middleware Infrastructure 12c are fully supported and certified on Azure Kubernetes Service (as per the documents
5353
referenced above).
5454

@@ -62,6 +62,19 @@ AKS support and limitations:
6262
Infrastructure MDS data stores only when accessed through an OCI FastConnect.
6363
* Windows Server containers are not currently supported, only Linux containers.
6464

65+
### VMware Tanzu Kubernetes Service
66+
67+
Tanzu Kubernetes Grid (TKG) is a managed Kubernetes Service that lets you quickly deploy and manage Kubernetes clusters. The WebLogic Server Kubernetes
68+
Operator and Oracle WebLogic Sever are fully supported and certified on VMware Tanzu Kubernetes Grid Multicloud 1.1.3 (with vSphere 6.7U3).
69+
70+
TKG support and limitations:
71+
72+
* Both Domain in Image and Model in Image domain home source types are supported. Domain in PV is not supported.
73+
* VSphere CSI driver supports only volumes with Read-Write-Once policy. This does not allow writing stores on PV.
74+
* For applications requiring HA, use JMS and JTA stores in the database.
75+
* The ingress used for certification is NGINX, with MetalLB load balancer.
76+
77+
6578
### Oracle Linux Cloud Native Environment (OLCNE)
6679

6780
[Oracle Linux Cloud Native Environment](https://docs.oracle.com/en/operating-systems/olcne/) is a fully integrated suite for the development and management of cloud-native applications. Based on Open Container Initiative (OCI) and Cloud Native Computing Foundation (CNCF) standards, Oracle Linux Cloud Native Environment delivers a simplified framework for installations, updates, upgrades, and configuration of key features for orchestrating microservices.

0 commit comments

Comments
 (0)