mcornea / baremetal-runtimecfg

Runtime configuration renderer for OpenShift in platforms without Cloud DNSaaS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runtimecfg

runtimecfg is small utitily that reads KubeConfig and checks the current system for rendering OpenShift baremetal networking configuration.

Usage

runtimecfg [command]

The available commands are:

  • display: Displays the struct that contains the information for rendering
  • help: Help about any command
  • render: Renders go templates with the runtime configuration. Takes a -o/--out-dir parameter to specify where to write the rendered files.

The available flags are:

  • --api-vip: Virtual IP Address to reach the OpenShift API
  • --dns-vip: Virtual IP Address to reach an OpenShift node resolving DNS server
  • --ingress-vip Virtual IP Address to reach the OpenShift Ingress Routers

Note that you must pass at least one VIP for the VRRP interface to be found.

About

Runtime configuration renderer for OpenShift in platforms without Cloud DNSaaS

License:Apache License 2.0


Languages

Language:Go 95.4%Language:Dockerfile 3.4%Language:Makefile 0.9%Language:Shell 0.4%