Skip to content

Conversation

@soltysh
Copy link

@soltysh soltysh commented Mar 20, 2015

This is to fix your problem from here regarding build logs. The problem is that upstream adds currently http:// by default in the redirector (see here) but they didn't (see here)
It's flaky IMHO, they should allow you to set the Scheme for yourself, don't you think?

OpenShift Bot and others added 30 commits March 5, 2015 16:11
Using build-go should only build the primary binaries. The only place
where image binaries need to be built is during build-cross via
the release image.

Removing the image binaries from build-go speeds up typical local builds.

Closes openshift#1044
Now you can run `source hack/export-certs.sh <path_to_cert_dir>` and the proper
certs are set in your env
Need to work with go-systemd to see if we can abstract the syscall.CloseOnExec
which is not supported on windows.
Nodes will now assume the master is a DNS server (unless OPENSHIFT_DNS_ADDR
is set) and will pass that value in to the containers they run.

The master will listen on 53 (if it can bind to it) or 8053 to serve DNS
queries.
Contributions by:
@jwforres - Template catalog, select template, bindata fix
@sg00dwin - Style/UI updates, markup and css
smarterclayton and others added 28 commits March 19, 2015 23:42
Need to work with go-systemd to see if we can abstract the syscall.CloseOnExec
which is not supported on windows.
It currently is impossible to use two healthz handlers on different
ports in the same process.  This removes the global variables in favor
of requiring the consumer to specify all health checks up front.
Reflects an upstream change to weed out inconsistency in the cluster.
@soltysh soltysh closed this Mar 20, 2015
@soltysh
Copy link
Author

soltysh commented Mar 20, 2015

Sorry to wrong branch, fixed in #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.