Dusty Mabe
Dusty Mabe
atomicapp at 0a3939d I see this when deploying/undeploying to openshift: ``` $ myatomicapp run ./ INFO :: Atomic App: 0.6.2 - Mode: Run INFO :: Found existing external application: mariadb-centos7-atomicapp...
You can authenticate to Openshift either with an OAuth token or client cert/key. Currently we only support the token method. We should support client cert/key as well. See the following...
We need to add unit tests for the --provider\* cli options added in #506
Occasionally we have seen issues where we can get client/server version mismatches. In newer versions of docker a `DOCKER_API_VERSION` environment variable is respected. `https://github.com/docker/docker/pull/15964` I know we are moving away...
Apparently it is possible for the path to the ca within the kubeconfig files to be specified as a path relative to the kubeconfig file itself. It is done this...
part of #407 will allow us to stop embedding docker binary inside our containers.
A FAQ would go a long way in helping people understand our project. One item to add: How do I have my Atomic App default to a preferred provider: -->...
Child issue of #319 for the kubernetes provider.
Right now not sure of the way we are going to pass in answers when someone runs `oc new-app `. Figuring this out might not involve code work but certainly...
Child issue of #319 for the openshift provider.