Guest User

Untitled

a guest
Jan 3rd, 2020
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. ./tools/deployment/airskiff/developer/030-armada-boo
  2. ++ pwd
  3. + : /home/ubuntu/treasuremap/../
  4. + : './tools/airship pegleg'
  5. + : airskiff
  6. + : cluster-bootstrap
  7. + ./tools/airship pegleg site -r . render airskiff -o airskiff.yaml
  8. Unable to find image 'quay.io/airshipit/pegleg:ae5db00f83e4473638e05397dcc5509d570dd254-ubuntu_xenial' locally
  9. ae5db00f83e4473638e05397dcc5509d570dd254-ubuntu_xenial: Pulling from airshipit/pegleg
  10. 976a760c94fc: Pull complete
  11. c58992f3c37b: Pull complete
  12. 0ca0e5e7f12e: Pull complete
  13. f2a274cc00ca: Pull complete
  14. 0ab77fd5a56a: Pull complete
  15. 6281c37e1e70: Pull complete
  16. 2bd00c68cd1b: Pull complete
  17. dd5856cf3af9: Pull complete
  18. a46df4247282: Pull complete
  19. a64aefba87d3: Pull complete
  20. a38f06256249: Pull complete
  21. 65487c6a47d2: Pull complete
  22. Digest: sha256:c9f22b8ba47b3477f0ef62623cbfe34de60b2c7dc10c718bdf625fe3a3389033
  23. Status: Downloaded newer image for quay.io/airshipit/pegleg:ae5db00f83e4473638e05397dcc5509d570dd254-ubuntu_xenial
  24. ++ stat --format %a airskiff.yaml
  25. + AIRSKIFF_PERMISSIONS=640
  26. ++ stat --format %a /home/ubuntu/.kube/config
  27. + KUBE_CONFIG_PERMISSIONS=600
  28. + sudo chmod 0644 airskiff.yaml
  29. + sudo chmod 0644 /home/ubuntu/.kube/config
  30. + set +e
  31. ++ pwd
  32. + 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
  33. Unable to find image 'quay.io/airshipit/armada:latest' locally
  34. latest: Pulling from airshipit/armada
  35. 898c46f3b1a1: Pull complete
  36. 63366dfa0a50: Pull complete
  37. 041d4cd74a92: Pull complete
  38. 6e1bee0f8701: Pull complete
  39. f07ea61ab989: Pull complete
  40. 2621f1fbe809: Pull complete
  41. d22dca72aae5: Pull complete
  42. 626bd5fa0a3b: Pull complete
  43. 3c19122c4324: Pull complete
  44. 36076fce6de1: Pull complete
  45. ed4af95e4d21: Pull complete
  46. Digest: sha256:b19238447f812de1155b32890609df79bafe4cbb8e4ae372dd6794ce92bce228
  47. Status: Downloaded newer image for quay.io/airshipit/armada:latest
  48. WARNING: Published ports are discarded when using host network mode
  49. + CMD=armada
  50. + ARMADA_UWSGI_PORT=8000
  51. + ARMADA_UWSGI_TIMEOUT=3600
  52. + ARMADA_UWSGI_WORKERS=4
  53. + ARMADA_UWSGI_THREADS=1
  54. + '[' apply = server ']'
  55. + exec armada apply /airskiff.yaml --target-manifest cluster-bootstrap
  56. 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"
  57. 2020-01-03 12:51:30.935 1 ERROR armada.cli Traceback (most recent call last):
  58. 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
  59. 2020-01-03 12:51:30.935 1 ERROR armada.cli self.invoke()
  60. 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
  61. 2020-01-03 12:51:30.935 1 ERROR armada.cli dry_run=self.dry_run) as tiller:
  62. 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__
  63. 2020-01-03 12:51:30.935 1 ERROR armada.cli self.channel = self.get_channel()
  64. 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
  65. 2020-01-03 12:51:30.935 1 ERROR armada.cli tiller_ip = self._get_tiller_ip()
  66. 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
  67. 2020-01-03 12:51:30.935 1 ERROR armada.cli pod = self._get_tiller_pod()
  68. 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
  69. 2020-01-03 12:51:30.935 1 ERROR armada.cli raise ex.TillerPodNotFoundException(CONF.tiller_pod_labels)
  70. 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"
  71. 2020-01-03 12:51:30.935 1 ERROR armada.cli
  72. /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!
  73. RequestsDependencyWarning)
  74. + sudo chmod 640 airskiff.yaml
  75. + sudo chmod 600 /home/ubuntu/.kube/config
Advertisement
Add Comment
Please, Sign In to add comment