projectatomic / atomicapp

[UNMAINTAINED] This is the reference implementation of the Nulecule container application Specification: Atomic App
102 stars 71 forks source link

Doc Request: how to target remote Kubernetes #791

Open jberkus opened 8 years ago

jberkus commented 8 years ago

The CLI doesn't document how to specify where the kubernetes server you're targeting is located; it seems to always assume localhost. Surely there's a way to target remote servers?

kadel commented 8 years ago

you can configure remote kubernetes server by setting provider-config (same config file that kubectl uses) in answers.conf.

We have to explain this better in docs.