Giter VIP home page Giter VIP logo

z3dm4n / k8s-dev-cluster-hcloud Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 1.0 9 KB

Build a minimal highly available (HA) Kubernetes cluster with zero effort in less than 10 minutes in Hetzner Cloud aka hcloud with Terraform >= 0.13, Ansible and MicroK8s for development.

HCL 92.58% Makefile 7.42%
cluster microk8s ansible highly-available terraform minimal-kubernetes-cluster gitea kubernetes-cluster gitea-installation

k8s-dev-cluster-hcloud's People

Contributors

z3dm4n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bgervan

k8s-dev-cluster-hcloud's Issues

Error RUNNING HANDLER [enable microk8s addons]

When executing make the ansible script does fail for all nodes with the follwoing error:

failed: [n2] (item=dns) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "dns"], "delta": "0:00:00.438042", "end": "2021-01-21 10:38:17.716914", "item": "dns", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:17.278872", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n3] (item=dns) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "dns"], "delta": "0:00:00.486597", "end": "2021-01-21 10:38:17.757943", "item": "dns", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:17.271346", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n1] (item=dns) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "dns"], "delta": "0:00:00.532653", "end": "2021-01-21 10:38:17.806155", "item": "dns", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:17.273502", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n2] (item=helm3) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "helm3"], "delta": "0:00:00.445774", "end": "2021-01-21 10:38:19.006074", "item": "helm3", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:18.560300", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n3] (item=helm3) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "helm3"], "delta": "0:00:00.476856", "end": "2021-01-21 10:38:19.028085", "item": "helm3", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:18.551229", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n1] (item=helm3) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "helm3"], "delta": "0:00:00.449568", "end": "2021-01-21 10:38:19.046184", "item": "helm3", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:18.596616", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n2] (item=ingress) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "ingress"], "delta": "0:00:00.419680", "end": "2021-01-21 10:38:20.262209", "item": "ingress", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:19.842529", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n1] (item=ingress) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "ingress"], "delta": "0:00:00.413806", "end": "2021-01-21 10:38:20.287827", "item": "ingress", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:19.874021", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n3] (item=ingress) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "ingress"], "delta": "0:00:00.444917", "end": "2021-01-21 10:38:20.293772", "item": "ingress", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:19.848855", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n1] (item=storage) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "storage"], "delta": "0:00:00.415779", "end": "2021-01-21 10:38:21.518862", "item": "storage", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:21.103083", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n3] (item=storage) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "storage"], "delta": "0:00:00.438202", "end": "2021-01-21 10:38:21.571344", "item": "storage", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:21.133142", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}
failed: [n2] (item=storage) => {"ansible_loop_var": "item", "changed": true, "cmd": ["/snap/bin/microk8s.enable", "storage"], "delta": "0:00:00.480774", "end": "2021-01-21 10:38:21.585400", "item": "storage", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 10:38:21.104626", "stderr": "Traceback (most recent call last):\n  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>\n    enable(prog_name='microk8s enable')\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__\n    return self.main(*args, **kwargs)\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main\n    _verify_python3_env()\n  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env\n    'mitigation steps.' + extra)\nRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.\n\nThis system supports the C.UTF-8 locale which is recommended.\nYou might be able to resolve your issue by exporting the\nfollowing environment variables:\n\n    export LC_ALL=C.UTF-8\n    export LANG=C.UTF-8", "stderr_lines": ["Traceback (most recent call last):", "  File \"/snap/microk8s/1910/scripts/wrappers/enable.py\", line 43, in <module>", "    enable(prog_name='microk8s enable')", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 716, in __call__", "    return self.main(*args, **kwargs)", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/core.py\", line 675, in main", "    _verify_python3_env()", "  File \"/snap/microk8s/1910/usr/lib/python3/dist-packages/click/_unicodefun.py\", line 119, in _verify_python3_env", "    'mitigation steps.' + extra)", "RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.  Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.", "", "This system supports the C.UTF-8 locale which is recommended.", "You might be able to resolve your issue by exporting the", "following environment variables:", "", "    export LC_ALL=C.UTF-8", "    export LANG=C.UTF-8"], "stdout": "", "stdout_lines": []}

Still maintained?

just asking, if the repo is getting updates if needed, or if the project is abonded?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.