unclejack

Results 18 issues of unclejack

This warning would be useful when setting up CoaL the first time, especially when the disk is thrashing.

This changes the build flags to build stripped binaries. The shipper binary is now only 32 MB. The size of the binary was 45 MB without these changes.

This would enable the exploration of different ideas around the build process. It would also make it possible to produce images for runc.

contiv/netplugin fails to run on CentOS 7.4. modprobe throws an error when it starts. ``` modprobe: ERROR: could not insert 'openvswitch': Exec format error ``` This can be fixed by...

This PR will make some improvements to the system tests. This PR includes the following changes right now: - [ ] lower the time.Sleep to 60 seconds for the Vagrant...

This PR rewrites the network setup for kubernetes to not use nsenter any more. No changes have been made to the unit test. The code should work just like the...

BLOCKED

The system tests fail with this error: ``` FAIL: hostaccess_test.go:9: systemtestSuite.TestBasicHostAccess hostaccess_test.go:26: s.hostAccTest(c) hostaccess_test.go:85: c.Assert(s.pingTestToNonContainer(cList, dest), IsNil) ... value *errors.errorString = &errors.errorString{s:"Ping failed from (container: 58158fc062b5166d0c6ce61e9db07459c742e00315888f6a51cb44caad4ead4b (name: \"epg-a-1\" ip: 13.5.7.3...

There are some issues with the kubernetes unit tests. These tests fail one time out of about 10-15 CI runs. I've encountered this issue with #615. I thought those issues...

Files for the release 0.6.0 and for the build 0.7.0-pre1 are being linked to from this page: http://xzero.io/download This is very confusing - what's going on with the project? Were...

The logging provided by the Mesos slave, net-modules and Marathon doesn't provide many hints regarding the reason behind the startup failure of an application. A setup which uses Marathon 0.14.0,...