bsconsul / free5gc-k8s-konvert

k8s version of free5gc-compose, not to be confused with sumichaan/free5gc-k8s or any forks of that (this was started before I realised sumichaan/free5gc-k8s existed)
0 stars 0 forks source link

sudo kubectl apply #1

Open thiagogmta opened 3 years ago

thiagogmta commented 3 years ago

Hi

when I run the following command: $ sudo kubectl apply -f kompose_yaml_hostPath.yaml

the following error returns me:

The connection to the server localhost: 8080 was refused - did you specify the right host or port?

can you help me?

bsconsul commented 3 years ago

Hi, unfortunately I've not been able to give any attention to this project for a while. Some systems do not seem to recognise the address 'localhost' by default. You could try fixing that or replace it with 127.0.0.1 instead. By the way you would be better off forking from https://github.com/sumichaaan/free5gc-k8s - it is much more advanced - it is a strange coincidence that I started on a project of the name free5gc-k8s-convert (an attempt to migrate free5gc-compose to k8s using 'konvert'). Sumichaan's project is way more advanced (check for others too!). I do not intend to continue with free5gc-k8s-konvert and should probably delete it!