If you need to open bash
in IC container, run scripts/ingress-bash.sh
or
similar command if you are not using kubelet
.
The script scripts/ingress-diag.sh
is to see IC logs.
Run make image
to create docker image with IC from CentOS 6.10 amd64 base
image. build/Dockerfile
is used for that.
Binaries edgenexus-ingress
and edgenexus-manager
are working on this OS.
Run make push
to push docker image to edgenexus/edgenexus-ingress
.
Q: What is RS 127.0.0.1:8181
on the ADC?
A: This is the default server which should always return HTTP 502. It is used for services that have no endpoints.
To build project in container:
make centos8-image TARGET=container
Or build project in container and push image to
edgenexus/edgenexus-ingress:latest-centos8
:
make centos8-image-push TARGET=container
Or to build project locally (Go 1.17 must be installed on your machine):
make centos8-image
When local build is done, make Docker push to $PREFIX
and $TAG
:
make push
Use Server
action?