Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 611 Bytes

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