Skip to content

Commit

Permalink
initial openshift documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 16, 2020
1 parent b81bd1f commit fb2b3d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kvirt/openshift/kcli_default.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
info: |
Deploys an openshift cluster with an arbitray number of masters or workers using openshift-install
and creating the node with kcli instead of terraforms.
This allows easily tweaking the hardware caracteristics of those nodes.
When running on cloud platforms, loadbalancer and dns from the platform is used.
Otherwise, extra static pods (coredns with mdns, keepalived and haproxy) are deployed on the nodes to provide a self contained platform.
Default version is latest stable but you can instead use ci, for which you will need a specific pull secret
Upstream okd version can be specified with the upstream flag.
the baremetal flag allows to get the baremetal operator deployed, so that you can deploy physical workers afterwards.
masters: 1
workers: 0
image: rhcos44
Expand Down

0 comments on commit fb2b3d6

Please sign in to comment.