[Container-tools] debugging atomicapp examples & the adb

Jason Brooks jbrooks at redhat.com
Wed Aug 5 16:27:33 UTC 2015


Hey all, I'm experiencing an issue running some of the examples at
the nulecule project w/ the atomicapp/dev vagrant box, and I'm 
trying to figure out where to look / file issues.

I'm trying to figure out if this is known to be working w/
image X or w/ kube version Y, etc., making this an issue w/
my setup, or whether the problem is with the atomicapp.

Here are the steps I'm following:

vagrant init atomicapp/dev
vagrant up provider=libvirt
vagrant ssh
sudo atomic run projectatomic/wordpress-centos7-atomicapp

...


F0805 16:17:14.946675      48 create.go:75] unable to recognize "/atomicapp/.workdir/mariadb-atomicapp/artifacts/kubernetes/mariadb-service.yaml": no object named "Service" is registered
Traceback (most recent call last):
  File "/usr/bin/atomicapp", line 9, in <module>
    load_entry_point('atomicapp==0.1', 'console_scripts', 'atomicapp')()
  File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 89, in main
    cli.run()
  File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 70, in run
    args.func(args)
  File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 21, in cli_run
    ae.run()
  File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 187, in run
    self._dispatchGraph()
  File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 95, in _dispatchGraph
    ret = component_run.run()
  File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 187, in run
    self._dispatchGraph()
  File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 99, in _dispatchGraph
    self._processComponent(component, graph_item)
  File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 172, in _processComponent
    provider.deploy()
  File "/usr/lib/python2.7/site-packages/atomicapp/providers/kubernetes.py", line 73, in deploy
    self._callK8s(k8s_file)
  File "/usr/lib/python2.7/site-packages/atomicapp/providers/kubernetes.py", line 41, in _callK8s
    subprocess.check_call(cmd)
  File "/usr/lib64/python2.7/subprocess.py", line 542, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/host/usr/bin/kubectl', 'create', '-f', u'/atomicapp/.workdir/mariadb-atomicapp/artifacts/kubernetes/mariadb-service.yaml', '--namespace=default']' returned non-zero exit status 255


---

Jason Brooks
Red Hat Open Source and Standards

@jasonbrooks | @redhatopen
http://community.redhat.com





More information about the Container-tools mailing list