-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kubernetes] add support for kubelet authN/authZ
- Loading branch information
Showing
7 changed files
with
330 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"items": [{"status": {"capacity": {"alpha.kubernetes.io/nvidia-gpu": "0", "pods": "110", "cpu": "2", "memory": "4045004Ki"}, "addresses": [{"type": "LegacyHostIP", "address": "10.0.0.179"}, {"type": "InternalIP", "address": "10.0.0.179"}, {"type": "Hostname", "address": "ip-10-0-0-179"}], "nodeInfo": {"kernelVersion": "4.4.0-53-generic", "kubeletVersion": "v1.5.1", "containerRuntimeVersion": "docker://1.12.1", "machineID": "7b8ef452673e468f83443e29b4773c15", "kubeProxyVersion": "v1.5.1", "bootID": "929724dc-5603-429a-9e73-6c46e9f6f43b", "osImage": "Ubuntu 16.04.1 LTS", "architecture": "amd64", "systemUUID": "EC2501F2-8EE6-DD8B-96DC-0467866A5D86", "operatingSystem": "linux"}, "allocatable": {"alpha.kubernetes.io/nvidia-gpu": "0", "pods": "110", "cpu": "2", "memory": "4045004Ki"}, "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 463140901, "names": ["datadog/dev-dd-agent@sha256:829ccd2e8321507ee51929daa2a6347e0a6389483d25463dc241bfccf9199660", "datadog/dev-dd-agent:kubelet-auth"]}, {"sizeBytes": 398248138, "names": ["datadog/docker-dd-agent@sha256:577b876eae85e6d4bf372cfafb10211eb3abfafe16a44b1b94eec957cb9efb08", "datadog/docker-dd-agent:optimize-kv"]}, {"sizeBytes": 334276060, "names": ["datadog/docker-dd-agent@sha256:286632728630a18315913285b002a970429350e220f5fa36e70ff2ce27bbcb9b", "datadog/docker-dd-agent:11.0.5101"]}, {"sizeBytes": 182896153, "names": ["redis@sha256:eed4da4937cb562e9005f3c66eb8c3abc14bb95ad497c03dc89d66bcd172fc7f", "redis:latest"]}, {"sizeBytes": 175577274, "names": ["gcr.io/google_containers/kube-proxy-amd64@sha256:3b82b2e0862b3c0ece915de29a5a53634c9b0a73140340f232533c645decbd4b", "gcr.io/google_containers/kube-proxy-amd64:v1.5.1"]}, {"sizeBytes": 166671224, "names": ["weaveworks/weave-kube@sha256:ebd53291e97326b87ddcfd9a45a779ebaf2ca42fd54489957bac3c808999a057", "weaveworks/weave-kube:1.8.2"]}, {"sizeBytes": 68772084, "names": ["weaveworks/weave-npc@sha256:39fd8697bcc6ccbcfdbb209e4028fb36002db0d97eec9cadd88120a0b18181a4", "weaveworks/weave-npc:1.8.2"]}, {"sizeBytes": 746888, "names": ["gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516", "gcr.io/google_containers/pause-amd64:3.0"]}], "conditions": [{"status": "False", "lastTransitionTime": "2017-01-11T16:25:13Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2017-01-22T22:17:32Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2017-01-11T16:25:13Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2017-01-22T22:17:32Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2017-01-11T16:25:13Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2017-01-22T22:17:32Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "True", "lastTransitionTime": "2017-01-11T21:32:03Z", "reason": "KubeletReady", "lastHeartbeatTime": "2017-01-22T22:17:32Z", "message": "kubelet is posting ready status. AppArmor enabled", "type": "Ready"}]}, "spec": {"providerID": "aws:////i-0860ce2a36f75f436", "externalID": "ip-10-0-0-179"}, "metadata": {"name": "ip-10-0-0-179", "labels": {"kubernetes.io/hostname": "ip-10-0-0-179", "beta.kubernetes.io/os": "linux", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "1360060", "creationTimestamp": "2017-01-11T16:25:13Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodesip-10-0-0-179", "uid": "87a4a4af-d81a-11e6-aee2-121441fd904e"}}], "kind": "NodeList", "apiVersion": "v1", "metadata": {"selfLink": "/api/v1/nodes", "resourceVersion": "1360069"}} |
Oops, something went wrong.