- 02 Nov, 2014 5 commits
-
-
Deyuan Deng authored
-
Deyuan Deng authored
Fix a bunch of places where the -machines flag was still attached to the apiserver
-
Brendan Burns authored
-
Joe Beda authored
Rationalize `build` and `hack` directories
-
Joe Beda authored
* Rewrite a bunch of the hack/ directory with modular reusable bash libraries. * Have 'build/*' build on 'hack/*'. The stuff in build now just runs hack/* in a docker container. * Use a docker data container to enable faster incremental builds. * Standardize output to _output/{local,dockerized}/bin/OS/ARCH/*. This regularized placement makes cross compilation work. * Move travis specific scripts under hack/travis With new dockerized incremental builds, I can do a no-op `make quick-release` in ~30s. This is a significant improvement.
-
- 01 Nov, 2014 5 commits
-
-
Deyuan Deng authored
hack/local-up-cluster fails to even launch apiserver
-
Clayton Coleman authored
--machines was removed but still referenced in hack/local-up-cluster. This is not a total fix, but at least allows the apiserver to start.
-
Clayton Coleman authored
Fix a missing lock in the fake etcd client.
-
Brendan Burns authored
-
Brendan Burns authored
Get docker deb from GCS
-
- 31 Oct, 2014 20 commits
-
-
Joe Beda authored
Also lock to 1.3.0 due to issues in 1.3.1 (docker/docker#8889)
-
bgrant0607 authored
Add events to kubecfg's list of resource types
-
Clayton Coleman authored
Add basic authorization.
-
Eric Tune authored
Added basic interface for authorizer implementations. Added default "authorize everything" and "authorize nothing implementations. Added authorization check immediately after authentication check. Added an integration test of authorization at the HTTP level of abstraction.
-
Brendan Burns authored
Separate minion controller from master.
-
bgrant0607 authored
Fix a flaky test by draining the worker pool after syncing.
-
Brendan Burns authored
-
Brendan Burns authored
-
Brendan Burns authored
Community Recipes section
-
bgrant0607 authored
Separate design and user docs
-
Eric Tune authored
Renamed: logging.md -> devel/logging.m Renamed: access.md -> design/access.md Renamed: identifiers.md -> design/identifiers.md Renamed: labels.md -> design/labels.md Renamed: namespaces.md -> design/namespaces.md Renamed: security.md -> design/security.md Renamed: networking.md -> design/networking.md Added abbreviated user user-focused document in place of most moved docs. Added docs/README.md explains how docs are organized. Added short, user-oriented documentation on labels Added a glossary. Fixed up some links.
-
Brendan Burns authored
Fluentd example with Elasticsearch and Kibana in the same pod
-
Brendan Burns authored
Fluentd example with Elasticsearch and Kibana in separate pods
-
Brendan Burns authored
Demo files for logging for Fluentd and GCP
-
Brendan Burns authored
PodUpdate only has the delta changes, not full snapshot of all desired
-
Brendan Burns authored
Stop httptest server.
-
Brendan Burns authored
Fix self linking of objects returned in lists.
-
Deyuan Deng authored
-
Deyuan Deng authored
-
Clayton Coleman authored
Allocate mux in master.New()
-
- 30 Oct, 2014 10 commits
-
-
Daniel Smith authored
Add /boundPods to Kubelet
-
Dawn Chen authored
-
Jeffrey Sica authored
-
Jeffrey Sica authored
-
Jeffrey Sica authored
-
Daniel Smith authored
-
Joe Beda authored
Use the Container VM image in the google-cloud project.
-
Daniel Smith authored
-
Daniel Smith authored
Don't include '.' in release tars.
-
Daniel Smith authored
Fix watch by namespace
-