kubeformation

Kubeformation can bootstrap your cloud provider specific template for Kubernetes

Synopsis

Kubeformation can bootstrap your cloud provider specific template for Kubernetes

kubeformation [flags]

Examples

  # Render template for the cluster defined in 'cluster.yaml' and
  # write it to 'templates' directory. If the directory does not exist, it is
  # created. If the directory exists, files inside it will be over-written
  $ kubeformation -f cluster.yaml -o templates

  # Take the cluster spec from stdin
  $ cat cluster.yaml | kubeformation -o templates -f -

  # NOTE: Validation of values for each provider is not implemented yet.

Options

  -f, --file string       cluster spec file to read (- to read from stdin)
  -h, --help              help for kubeformation
  -o, --output string     output directory to write templates
  -p, --provider string   managed kubernetes provider for which template has to be bootstrapped

SEE ALSO

Auto generated by spf13/cobra on 25-Apr-2018