vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
640 stars 173 forks source link

Dogfood: VCH cannot deploy a harbor instance #5600

Open mhagen-vmware opened 7 years ago

mhagen-vmware commented 7 years ago

From - DOCKER_HOST= ./harbor/install.sh

Creating harbor-log

ERROR: for log  Cannot create container for service log: Server error from portlayer: host IP for port bindings is only supported for 0.0.0.0 and the public interface IP address
ERROR: Encountered errors while bringing up the project.

container-logs.zip

mhagen-vmware commented 7 years ago

That was the online installer or harbor, the offline installer of harbor provides the following error:

anon@anon-Latitude-E7450:~/Desktop/harbor$ DOCKER_HOST=192.168.254.148:2375 ./install.sh 

[Step 0]: checking installation environment ...

Note: docker version: 1.13.0

Note: docker-compose version: 1.8.0

[Step 1]: loading Harbor images ...
vSphere Integrated Containers does not yet implement image.LoadImage
mhagen-vmware commented 7 years ago

2128

mhagen-vmware commented 7 years ago

@karthik-narayan @mdubya66 I think that we should prioritize this for 1.3

corrieb commented 7 years ago

Is this really a bug? Feels like a feature request for image.LoadImage to me.

mdubya66 commented 7 years ago

we deploy harbor in an appliance VM, not on the VCH. lowering the priority and making it an enhancement

pescerosso commented 6 years ago

Just to be clear there are 2 issues here:

1) Online installer fails with: ERROR: for log Cannot create container for service log: Server error from portlayer: host IP for port bindings is only supported for 0.0.0.0 and the public interface IP address ERROR: Encountered errors while bringing up the project.

2) offline installer fails with: loading Harbor images ... vSphere Integrated Containers does not yet implement image.LoadImage

2 is a feature request. What about #1?