k3s/pkg/kubelet
Kubernetes Submit Queue d09f679459
Merge pull request #55143 from feiskyer/version
Automatic merge from submit-queue (batch tested with PRs 56115, 55143, 56179). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Use GetVersion() API instead of ver command

**What this PR does / why we need it**:

Should use GetVersion vs Shelling out to ver.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #55083

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-11-22 02:56:26 -08:00
..
apis Merge pull request #55447 from jingxu97/Nov/podmetric 2017-11-21 17:57:34 -08:00
cadvisor fix cadvisor.New signature for cross build 2017-11-18 15:23:17 -08:00
certificate use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
checkpoint Update generated and dep addition of safefile 2017-11-20 22:24:23 -06:00
client update BUILD files 2017-10-15 18:18:13 -07:00
cm Adds device plugin registration count metric and allocation latency metric. 2017-11-21 13:44:10 -08:00
config Merge pull request #51494 from mtanino/pr/BlockVolumesSupport-volumemanager 2017-11-21 19:43:27 -08:00
configmap use core client with explicit version globally 2017-10-27 15:48:32 +08:00
container BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
custommetrics update BUILD files 2017-10-15 18:18:13 -07:00
dockershim Merge pull request #52842 from yanxuean/reduntdant-cgroups 2017-11-18 11:36:26 -08:00
envvars Update generated files 2017-11-09 12:14:08 +01:00
events BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
eviction take disk requests into account during evictions 2017-11-21 10:21:30 -08:00
gpu Move regexp.MustCompile to global variable 2017-11-16 22:03:12 +02:00
images update BUILD files 2017-10-15 18:18:13 -07:00
kubeletconfig Kubelet: Relative paths in local config file 2017-11-15 09:32:53 -08:00
kuberuntime Merge pull request #55922 from Random-Liu/add-partical-cri-log 2017-11-21 07:43:53 -08:00
leaky update BUILD files 2017-10-15 18:18:13 -07:00
lifecycle add admission handler for device resources allocation 2017-11-02 09:17:48 +08:00
metrics Adds device plugin registration count metric and allocation latency metric. 2017-11-21 13:44:10 -08:00
mountpod Add mount containers to kubelet 2017-11-10 13:14:40 +01:00
network Support Custom Pod DNS in kubelet, gated by feature gate 2017-11-20 16:18:10 -08:00
pleg Fix typo in function name. 2017-10-17 11:31:46 +02:00
pod Update generated and dep addition of safefile 2017-11-20 22:24:23 -06:00
preemption Update generated files 2017-11-09 12:14:08 +01:00
prober update BUILD files 2017-10-15 18:18:13 -07:00
qos Update generated files 2017-11-09 12:14:08 +01:00
remote Add fake remote runtime service 2017-10-27 15:16:53 +08:00
rkt Consolidate DNS codes in kubelet pkg 2017-11-16 21:07:24 -08:00
rktshim update BUILD files 2017-10-15 18:18:13 -07:00
secret use core client with explicit version globally 2017-10-27 15:48:32 +08:00
server Add Pod-level local ephemeral storage metric in Summary API 2017-11-20 16:32:38 -08:00
stats Add Pod-level local ephemeral storage metric in Summary API 2017-11-20 16:32:38 -08:00
status Update generated files 2017-11-09 12:14:08 +01:00
sysctl Update generated files 2017-11-09 12:14:08 +01:00
types Addition of bootstrap checkpointing 2017-11-20 21:54:15 -06:00
util Close the file before renaming in FileStore 2017-11-03 10:24:49 -07:00
volumemanager generated code for Volumemanager change 2017-11-20 14:10:34 -05:00
winstats Use GetVersion() API instead of ver command 2017-11-21 03:05:24 +00:00
BUILD Update generated and dep addition of safefile 2017-11-20 22:24:23 -06:00
OWNERS
active_deadline.go
active_deadline_test.go
doc.go
kubelet.go Merge pull request #50984 from timothysc/checkpoint 2017-11-21 17:57:40 -08:00
kubelet_getters.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
kubelet_getters_test.go
kubelet_network.go Consolidate DNS codes in kubelet pkg 2017-11-16 21:07:24 -08:00
kubelet_network_test.go Move DNS related kubelet codes into its own package 2017-11-15 10:56:44 -08:00
kubelet_node_status.go Extends deviceplugin to gracefully handle full device plugin lifecycle. 2017-11-20 23:40:14 -08:00
kubelet_node_status_test.go Adds Support for Node Resource IPv6 Addressing 2017-11-10 15:13:53 -08:00
kubelet_pods.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
kubelet_pods_test.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
kubelet_pods_windows_test.go
kubelet_resources.go apimachinery: remove Scheme.DeepCopy 2017-10-06 14:59:17 +02:00
kubelet_resources_test.go
kubelet_test.go Rearrange kubelet networking codes 2017-11-09 13:43:30 -08:00
kubelet_volumes.go use GetFileType per mount.Interface to check hostpath type 2017-09-26 09:57:06 +08:00
kubelet_volumes_test.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
oom_watcher.go
oom_watcher_test.go
pod_container_deletor.go
pod_container_deletor_test.go
pod_workers.go kubelet syncPod throws specific events 2017-10-13 10:24:09 -04:00
pod_workers_test.go
reason_cache.go
reason_cache_test.go
runonce.go
runonce_test.go Share /var/lib/kubernetes on startup 2017-08-30 16:45:04 +02:00
runtime.go
util.go
volume_host.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00