Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
A set of Ansible playbooks, defined by openness-experience-kits are used to achieve setup of Edge Connector and Edge GW with one-click.

Pre-Installation Requirements

In order to use the playbooks several preconditions must be fulfilled:

...

To run deploy of only Edge Nodes or Edge Controller use deploy_ne.sh nodes and deploy_ne.sh controller respectively.

Developer  Guide and Troubleshooting

Developer Guide

Clone 5G-MEC-CLOUD-GAMING Code

...

Note that there might be some leftovers created by installed software.

Troubleshooting

Useful Commands

To display pods deployed in default namespace:

  • kubectl get pods

To display pods running in all namespaces:

  • kubectl get pods --all-namespaces

To display status and latest events of deployed pods:

  • kubectl describe pod <pod_name> --namespace=<namespace_name>

To get logs of running pods:

  • kubectl logs <pod_name> -f --namespace=<namespace_name>

To display the allocatable resources:

  • kubectl get node <node_name> -o json | jq '.status.allocatable'

To display node information:

  • kubectl describe node <node_name>

To display available images on local machine (from host):

  • docker images

License

Any software developed by the "Akraino 5G MEC/Slice System to Support Cloud Gaming, HD Video and Live Broadcasting Blueprint" is licensed under the
Apache License, Version 2.0 (the "License");
you may not use the software except in compliance with the License.
You may obtain a copy of the License at <https://www.apache.org/licenses/LICENSE-2.0>

...