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: examples/021_deployment/README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ You can use `kubectl create` for any of the examples to install that one directl
47
47
Ensure you have the following software installed:
48
48
49
49
* Java 11+ JDK either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-downloads.html)
50
-
* https://docs.docker.com/install/[Docker] version 17.03+.
51
-
* Access to a Kubernetes v1.14.0+ cluster.
50
+
* A suitable container platform such as Podman or Docker.
51
+
* Access to a Kubernetes cluster running a currently supported Kubernetes version.
52
52
* https://kubernetes.io/docs/tasks/tools/install-kubectl/[kubectl] version matching your Kubernetes cluster.
53
53
54
54
NOTE: This example requires Java 11+ because it creates a Helidon web application and Helidon requires Java 11+. Coherence and running Coherence in Kubernetes only requires Java 8+.
0 commit comments