Victor Marmol
39c308012a
Have the ContainerManager create a system container.
...
The system container is a resource-only container which contains all
non-kernel processes that are not already part of a container. This will
allow monitoring of their resource usage and limiting it (eventually).
(cherry picked from commit ddec34a000
)
2015-06-02 20:03:43 -07:00
derekwaynecarr
ad7b10bf21
Name is a required parameter for kubectl run, default-name is not
...
(cherry picked from commit b69f1ff5bd
)
Conflicts:
pkg/kubectl/run.go
2015-06-02 20:03:02 -07:00
CJ Cullen
4e5d0da839
Use Node IP Address instead of Node.Name in minion.ResourceLocation.
...
Refactor GetNodeHostIP into pkg/util/node (instead of pkg/util to break import cycle).
Include internalIP in gce NodeAddresses. Remove NodeLegacyHostIP
2015-06-02 20:01:49 -07:00
Brian Grant
5115f0e6bc
Merge pull request #8888 from smarterclayton/add_new_allocators
...
Add a new contiguous allocator strategy option
2015-06-02 19:54:44 -07:00
Brian Grant
e77ded1e84
Merge pull request #8649 from cjcullen/servicefix
...
Add an advertise-address flag
2015-06-02 19:54:28 -07:00
Brendan Burns
911e3e9594
Fix a bug in kubectl exec handling.
2015-06-02 19:45:51 -07:00
Tim Hockin
e6a7f85d70
Make services e2e test more debuggable
2015-06-02 19:01:12 -07:00
Brian Grant
75e11d064a
Merge pull request #8982 from erictune/docs8
...
Updated node.md
2015-06-02 18:54:35 -07:00
Brian Grant
51a4e08ebd
Merge pull request #8979 from erictune/docs6
...
Explain that file-based pods cannot use secrets
2015-06-02 18:53:36 -07:00
Brian Grant
21147d784a
Merge pull request #9074 from roberthbailey/unbound-var
...
Don't assume that CA_CERT_BASE64 will be set.
2015-06-02 18:52:49 -07:00
Daniel Smith
0b3530ebac
fix embarrassing config error
2015-06-02 18:47:06 -07:00
Daniel Smith
e3c0e38f1b
Move cluster client creation to client.NewInCluster()
...
Built & pushed nettest:1.4.
2015-06-02 18:47:06 -07:00
Daniel Smith
68d0511d4e
remove networking test that doesn't work for RO port
2015-06-02 18:47:06 -07:00
Daniel Smith
e341110b95
Fix DNS test to not use RO port
2015-06-02 18:45:26 -07:00
Daniel Smith
abb00f1cfc
fix e2e service test to not reference ro service
2015-06-02 18:45:26 -07:00
Brian Grant
b15efbc2f5
Merge pull request #8504 from jayunit100/ginkgo-names
...
Cleanup ginkgo declarative naming in E2Es
2015-06-02 18:44:06 -07:00
Dawn Chen
301bed535e
stop monit kube-proxy on master node.
...
Fixed #8783
2015-06-02 17:48:24 -07:00
Victor Marmol
6b0d3d8df0
Add DockerErrors metric in the Kubelet.
...
Allows the tracking of errors by Docker operation.
2015-06-02 17:38:09 -07:00
Victor Marmol
1a805c711a
Refactoring handling of latency recording.
2015-06-02 17:29:13 -07:00
Chao Xu
3358f37871
remove imports of v1 in latest_test.go
2015-06-02 17:27:57 -07:00
CJ Cullen
dcf5b16cea
Add an explicit KUBERNETES_MASTER variable to the kube-env.
2015-06-02 17:17:02 -07:00
Chao Xu
a4887bc6d4
enable v1 in hack/test-cmd.sh
2015-06-02 17:13:13 -07:00
Brian Grant
393368f6e5
Merge pull request #9153 from GoogleCloudPlatform/revert-8936-admission_controllers_doc
...
Revert "Document admission control plug-ins for Kube 1.0"
2015-06-02 16:56:36 -07:00
Brian Grant
b0d6d56baa
Revert "Document admission control plug-ins for Kube 1.0"
2015-06-02 16:56:10 -07:00
Brian Grant
be118f0b1c
Merge pull request #9152 from GoogleCloudPlatform/revert-8953-services-e2e
...
Revert "Make services.sh e2e more reliable(?) and debuggable"
2015-06-02 16:54:30 -07:00
Brian Grant
202343799e
Revert "Make services.sh e2e more reliable(?) and debuggable"
2015-06-02 16:54:12 -07:00
Brian Grant
eb0cd90b0c
Merge pull request #9151 from GoogleCloudPlatform/revert-9141-services-e2e
...
Revert "Make a namespace before using it"
2015-06-02 16:54:00 -07:00
Brian Grant
6cfa260745
Revert "Make a namespace before using it"
2015-06-02 16:46:30 -07:00
Eric Tune
15cfd32512
Updated node.md
...
Describe kubelet self-registration.
Remove references to deprecated node controller flags.
Describe flags that control kubelet registration.
2015-06-02 16:12:22 -07:00
Eric Tune
35872c10d6
Merge pull request #8936 from derekwaynecarr/admission_controllers_doc
...
Document admission control plug-ins for Kube 1.0
2015-06-02 16:08:59 -07:00
Filip Grzadkowski
7cdfb2ac7f
Reduce number of list requests in watch-based cache
2015-06-03 00:55:49 +02:00
CJ Cullen
934c553c04
Clarify description/usage of --advertise-address, Master.PublicAddress
2015-06-02 15:23:32 -07:00
Yu-Ju Hong
64aa958efb
Make PodList span multiple lines for readability
2015-06-02 15:03:38 -07:00
Yu-Ju Hong
55f7b9b9b1
Adapt most CommandRunner tests to use FakeRuntime
2015-06-02 15:03:38 -07:00
Yu-Ju Hong
b3197bb49b
Switch more tests from newTestKubelet to newTestKubeletWithFakeRuntime
2015-06-02 15:03:38 -07:00
Yu-Ju Hong
d4034f9c43
Move more docker-specific tests to dockertools/manager_test.go
2015-06-02 15:03:33 -07:00
jayunit100
e6583ef7d7
Cleanup ginkgo declarative naming in E2Es
2015-06-02 17:56:44 -04:00
Chao Xu
89c8949e78
add v1 to hack/test-integration.sh
2015-06-02 14:55:45 -07:00
Chao Xu
48d3d604af
fix
2015-06-02 14:55:45 -07:00
Chao Xu
ff6947625d
add v1 tests to hack/test-go; let default value of Container.SecurityContext to be nil
2015-06-02 14:55:45 -07:00
Brian Grant
a6d68bd76d
Merge pull request #9144 from GoogleCloudPlatform/revert-8881-services
...
Revert "Add a test for the service load balancer."
2015-06-02 14:55:21 -07:00
Brian Grant
b5aa78bd44
Revert "Add a test for the service load balancer."
2015-06-02 14:53:58 -07:00
Brian Grant
e8c0474c4a
Merge pull request #9143 from GoogleCloudPlatform/revert-8641-gracefully_delete_pods
...
Revert "Gracefully delete pods from the Kubelet"
2015-06-02 14:51:33 -07:00
Robert Bailey
1dad552edc
Prevent access to the /run and /exec endpoints on the master's kubelet
...
so that users can't run arbitrary code on the master.
2015-06-02 14:42:11 -07:00
Filip Grzadkowski
98115facfd
Revert "Gracefully delete pods from the Kubelet"
2015-06-02 23:40:05 +02:00
Brian Grant
52e5df7ebb
Merge pull request #9141 from thockin/services-e2e
...
Make a namespace before using it
2015-06-02 14:39:24 -07:00
Tim Hockin
3211f851ff
Make a namespace before using it
2015-06-02 14:37:18 -07:00
CJ Cullen
085a48a70e
Add an advertise-address flag. This allows the address that the apiserver binds
...
to (possibly 0.0.0.0) to be different than the address on which members of the cluster
can reach the apiserver (possibly not a local interface).
2015-06-02 14:33:15 -07:00
Brian Grant
0cb0a56895
Merge pull request #8417 from jdef/proxy_port_allocator
...
proxy port range allocation
2015-06-02 14:17:41 -07:00
Paulo Pires
db70dd5902
Added Hazelcast example Dockerfile.
2015-06-02 22:17:33 +01:00