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
Copy file name to clipboardExpand all lines: docs-source/content/release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ draft: false
8
8
9
9
| Date | Version | Introduces backward incompatibilities? | Change |
10
10
| --- | --- | --- | --- |
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. |
12
12
| 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. |
13
13
| 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. |
14
14
| 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. |
Copy file name to clipboardExpand all lines: docs-source/content/userguide/introduction/introduction.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Container Services for use with Kubernetes* on OCI Compute, and on "Authorized C
48
48
49
49
### Microsoft Azure Kubernetes Service
50
50
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
52
52
Operator, Oracle WebLogic Sever 12c, and Oracle Fusion Middleware Infrastructure 12c are fully supported and certified on Azure Kubernetes Service (as per the documents
53
53
referenced above).
54
54
@@ -62,6 +62,19 @@ AKS support and limitations:
62
62
Infrastructure MDS data stores only when accessed through an OCI FastConnect.
63
63
* Windows Server containers are not currently supported, only Linux containers.
64
64
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
+
65
78
### Oracle Linux Cloud Native Environment (OLCNE)
66
79
67
80
[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