Skip to content

Latest commit

 

History

History

quickstarts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Eclipse JKube Quick start examples

This directory contains quick start sample projects:

  • kit: Example projects using Eclipse JKube standalone Kit
  • maven: Example projects using Eclipse JKube Maven plugins (Kubernetes & OpenShift)

Versioning

Examples are bound to the latest Maven Central release latest-release

To override the JKube release you can pass the jkube.version property when running the examples.

e.g.

$ mvn -Pkubernetes clean install k8s:build -Djkube.version=1.33.7