Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./tools/deployment/airskiff/developer/030-armada-boo
- ++ pwd
- + : /home/ubuntu/treasuremap/../
- + : './tools/airship pegleg'
- + : airskiff
- + : cluster-bootstrap
- + ./tools/airship pegleg site -r . render airskiff -o airskiff.yaml
- Unable to find image 'quay.io/airshipit/pegleg:ae5db00f83e4473638e05397dcc5509d570dd254-ubuntu_xenial' locally
- ae5db00f83e4473638e05397dcc5509d570dd254-ubuntu_xenial: Pulling from airshipit/pegleg
- 976a760c94fc: Pull complete
- c58992f3c37b: Pull complete
- 0ca0e5e7f12e: Pull complete
- f2a274cc00ca: Pull complete
- 0ab77fd5a56a: Pull complete
- 6281c37e1e70: Pull complete
- 2bd00c68cd1b: Pull complete
- dd5856cf3af9: Pull complete
- a46df4247282: Pull complete
- a64aefba87d3: Pull complete
- a38f06256249: Pull complete
- 65487c6a47d2: Pull complete
- Digest: sha256:c9f22b8ba47b3477f0ef62623cbfe34de60b2c7dc10c718bdf625fe3a3389033
- Status: Downloaded newer image for quay.io/airshipit/pegleg:ae5db00f83e4473638e05397dcc5509d570dd254-ubuntu_xenial
- ++ stat --format %a airskiff.yaml
- + AIRSKIFF_PERMISSIONS=640
- ++ stat --format %a /home/ubuntu/.kube/config
- + KUBE_CONFIG_PERMISSIONS=600
- + sudo chmod 0644 airskiff.yaml
- + sudo chmod 0644 /home/ubuntu/.kube/config
- + set +e
- ++ pwd
- + docker run --rm --net host -p 8000:8000 --name armada -v /home/ubuntu/.kube/config:/armada/.kube/config -v /home/ubuntu/treasuremap/airskiff.yaml:/airskiff.yaml -v /home/ubuntu/treasuremap/../:/airship-components quay.io/airshipit/armada:latest apply /airskiff.yaml --target-manifest cluster-bootstrap
- Unable to find image 'quay.io/airshipit/armada:latest' locally
- latest: Pulling from airshipit/armada
- 898c46f3b1a1: Pull complete
- 63366dfa0a50: Pull complete
- 041d4cd74a92: Pull complete
- 6e1bee0f8701: Pull complete
- f07ea61ab989: Pull complete
- 2621f1fbe809: Pull complete
- d22dca72aae5: Pull complete
- 626bd5fa0a3b: Pull complete
- 3c19122c4324: Pull complete
- 36076fce6de1: Pull complete
- ed4af95e4d21: Pull complete
- Digest: sha256:b19238447f812de1155b32890609df79bafe4cbb8e4ae372dd6794ce92bce228
- Status: Downloaded newer image for quay.io/airshipit/armada:latest
- WARNING: Published ports are discarded when using host network mode
- + CMD=armada
- + ARMADA_UWSGI_PORT=8000
- + ARMADA_UWSGI_TIMEOUT=3600
- + ARMADA_UWSGI_WORKERS=4
- + ARMADA_UWSGI_THREADS=1
- + '[' apply = server ']'
- + exec armada apply /airskiff.yaml --target-manifest cluster-bootstrap
- 2020-01-03 12:51:30.935 1 ERROR armada.cli [-] Caught internal exception: armada.exceptions.tiller_exceptions.TillerPodNotFoundException: Could not find Tiller pod with labels "app=helm,name=tiller"
- 2020-01-03 12:51:30.935 1 ERROR armada.cli Traceback (most recent call last):
- 2020-01-03 12:51:30.935 1 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/__init__.py", line 39, in safe_invoke
- 2020-01-03 12:51:30.935 1 ERROR armada.cli self.invoke()
- 2020-01-03 12:51:30.935 1 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 207, in invoke
- 2020-01-03 12:51:30.935 1 ERROR armada.cli dry_run=self.dry_run) as tiller:
- 2020-01-03 12:51:30.935 1 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/tiller.py", line 97, in __init__
- 2020-01-03 12:51:30.935 1 ERROR armada.cli self.channel = self.get_channel()
- 2020-01-03 12:51:30.935 1 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/tiller.py", line 119, in get_channel
- 2020-01-03 12:51:30.935 1 ERROR armada.cli tiller_ip = self._get_tiller_ip()
- 2020-01-03 12:51:30.935 1 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/tiller.py", line 166, in _get_tiller_ip
- 2020-01-03 12:51:30.935 1 ERROR armada.cli pod = self._get_tiller_pod()
- 2020-01-03 12:51:30.935 1 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/tiller.py", line 147, in _get_tiller_pod
- 2020-01-03 12:51:30.935 1 ERROR armada.cli raise ex.TillerPodNotFoundException(CONF.tiller_pod_labels)
- 2020-01-03 12:51:30.935 1 ERROR armada.cli armada.exceptions.tiller_exceptions.TillerPodNotFoundException: Could not find Tiller pod with labels "app=helm,name=tiller"
- 2020-01-03 12:51:30.935 1 ERROR armada.cli
- /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25) or chardet (3.0.4) doesn't match a supported version!
- RequestsDependencyWarning)
- + sudo chmod 640 airskiff.yaml
- + sudo chmod 600 /home/ubuntu/.kube/config
Advertisement
Add Comment
Please, Sign In to add comment