You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
An issue that we're facing is that there is no way to assign a default provider outside of the answers.conf.
If an Atomic App is packaged with only a Docker provider, by running atomic run cdrage/testimage the container by default will try to run k8s if no answers.conf is provided.
I propose we add (somewhere) to the Nulecule graph a default provider.
metadata:
name: Hello Apache Appappversion: 0.0.1description: Atomic app for deploying a really basic Apache HTTP servergraph:
- name: helloapache-app
- defaultprovider: dockerparams:
- name: imagedescription: The webserver imagedefault: centos/httpd
- name: hostportdescription: The host TCP port as the external endpointdefault: 80artifacts:
docker:
- file://artifacts/docker/hello-apache-pod_runkubernetes:
- file://artifacts/kubernetes/hello-apache-pod.json