k3s/pkg
k8s-merge-robot f83c0aef4a Merge pull request #23852 from yifan-gu/previous_log
Automatic merge from submit-queue

rkt: Use rkt pod's uuid as the systemd service file's name.

Previously, the service file's name is 'k8s_${POD_UID}.service',
which means we need to `systemctl daemon-reload` if the we replace
the content of the service file (e.g. pod is restarted).

However this makes the journal in the previous pod get disconnected.

This PR solves the issue by using the unique rkt uuid as the service
file's name. After the change, the service file's name will be:
'k8s_${rkt_uuid}.service'.


Fix #23691
2016-04-15 12:04:06 -07:00
..
admission Switch api.ObjetaMetaFor to meta.Accessor 2016-03-31 17:52:31 +02:00
api Updating the schema validation code 2016-04-14 18:07:00 -07:00
apimachinery Add third party support to kubectl 2016-03-31 10:53:32 -07:00
apis Merge pull request #23768 from wojtek-t/conversions_with_framework_6 2016-04-14 11:30:21 -07:00
apiserver add act-as powers 2016-04-14 12:49:10 -04:00
auth add missing attributes to authorization interface 2016-03-29 08:46:21 -04:00
capabilities
client Merge pull request #23985 from caesarxuchao/fix-23799 2016-04-14 16:56:07 -07:00
cloudprovider Merge pull request #23770 from dagnello/update-openstack-cloudprovider-instance-tests 2016-04-14 04:26:42 -07:00
controller handle empty perferredVersion 2016-04-13 13:18:31 -07:00
conversion Small improvements in conversion generator 2016-04-05 02:10:23 +02:00
credentialprovider Allow lazy binding in credential providers; don't use it in AWS yet 2016-03-29 15:39:30 -04:00
fieldpath
fields
genericapiserver add act-as powers 2016-04-14 12:49:10 -04:00
healthz
httplog
hyperkube
kubectl Merge pull request #23798 from nak3/bash-completion 2016-04-14 16:59:48 -07:00
kubelet Merge pull request #23852 from yifan-gu/previous_log 2016-04-15 12:04:06 -07:00
kubemark
labels Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
master Merge pull request #23490 from wojtek-t/remove_set_from_storage_interface 2016-04-13 14:22:05 -07:00
metrics Add container_spec_cpu_period metric 2016-04-04 23:53:54 +02:00
probe Fix pkg/probe/http unit test for go 1.6. 2016-03-21 15:27:02 -07:00
proxy
quota Adding nodeports services to quota 2016-04-12 11:09:16 +02:00
registry Merge pull request #23490 from wojtek-t/remove_set_from_storage_interface 2016-04-13 14:22:05 -07:00
runtime Remove old conversion generator 2016-04-15 12:07:57 +02:00
securitycontext
serviceaccount
ssh Add a timeout to the sshDialer to prevent indefinite hangs. 2016-04-04 16:35:20 -07:00
storage Honor starting resourceVersion in watch cache 2016-04-14 09:37:22 -04:00
types
ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
util Merge pull request #23894 from vishh/oom-score-adj-error 2016-04-14 22:29:14 -07:00
version Include Go version, platform, and other build info in version string 2016-03-14 13:55:28 -07:00
volume Merge pull request #23660 from goltermann/vetclean 2016-04-12 06:22:16 -07:00
watch Implement a streaming serializer for watch 2016-04-11 11:22:05 -04:00
OWNERS