Commit Graph

1357 Commits

Author SHA1 Message Date
zhoulin xie
ae1b7ac4fd Fix some typos in comment
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
2019-01-17 15:50:46 +08:00
Lantao Liu
e98e307f3f
Merge pull request #1001 from Random-Liu/update-kubernetes
Update kubernetes to v1.13.0
2018-12-17 17:27:44 -08:00
Lantao Liu
ac45393a47 Update cri-tools to v1.13.0.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-17 11:54:32 -08:00
Lantao Liu
2baa96e0e2 Update kubernetes to v1.13.0
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-17 11:54:21 -08:00
Lantao Liu
afb12d728c
Merge pull request #997 from Random-Liu/fix-for-golang-issue
Temporary fix for golang regression #29241.
2018-12-14 14:14:50 -08:00
Lantao Liu
d7f6721de5 Temporary fix for golang regression #29241.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-14 13:49:16 -08:00
Mike Brown
cd3d5c7992
Merge pull request #993 from JoeWrightss/patch-2
Fix some typo errors
2018-12-11 07:49:27 -08:00
JoeWrightss
d53bcba991 Fix some typo errors
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
2018-12-11 22:13:03 +08:00
Lantao Liu
ec6a1eab11
Merge pull request #991 from Random-Liu/remove-container-lifecycle-image-dependency
Remove container lifecycle image dependency
2018-12-07 17:03:57 -08:00
Lantao Liu
82d8c9bcfa Add integration test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-07 10:40:21 -08:00
Lantao Liu
515ef02473 Remove container lifecycle image ref dependency.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-07 10:40:21 -08:00
Mike Brown
be2c3bd94b
Merge pull request #992 from JoeWrightss/patch-1
fix spelling error: contaner -> container
2018-12-08 01:15:15 +08:00
JoeWrightss
37085692e2 fix spelling error: contaner -> container
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
2018-12-07 22:56:09 +08:00
Lantao Liu
5a80f333d4
Merge pull request #989 from Random-Liu/test-image-in-other-namespace
Test that CRI plugin should not see image in other namespaces.
2018-12-06 08:57:09 -08:00
Lantao Liu
30fa71573f Test that CRI plugin should not see image in other namespaces.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-06 02:28:37 -08:00
Lantao Liu
db0c4dea24
Merge pull request #984 from mikebrow/ignore-exits-with-no-id
filter events for non k8s.io namespaces
2018-12-05 00:10:41 -08:00
Mike Brown
b59dd55966 filter namespace
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-12-04 16:51:24 -06:00
Lantao Liu
f58105a71c
Merge pull request #983 from Random-Liu/fix-shared-pid-ns-kill
Fix kill when shared pid namespace.
2018-12-04 10:13:30 -08:00
Lantao Liu
2cc1edcfc3 Update containerd to 6937c5a3ba
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-04 01:53:10 -08:00
Lantao Liu
de967051d4 Fix kill when shared pid namespace.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-04 01:53:09 -08:00
Lantao Liu
1dc6ea19dc
Merge pull request #980 from mikebrow/networking-info
adds cni results to verbose pod info
2018-11-29 14:42:00 -08:00
Mike Brown
f8e89f71a9 adds cni results to verbose pod info
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-11-26 15:57:00 -06:00
Lantao Liu
7142de0fd2
Merge pull request #977 from Random-Liu/install-necessary-tools
Only install necessary tools.
2018-11-13 12:04:13 -08:00
Lantao Liu
5b21e63aed
Merge pull request #976 from Random-Liu/remove-health-monitor
Remove the unused `health-monitor.sh`.
2018-11-13 12:03:56 -08:00
Lantao Liu
77d55c5e60 Only install necessary tools.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-13 11:38:29 -08:00
Lantao Liu
ce51a102d4
Merge pull request #954 from mikebrow/go-version-update
adds golang 1.11.x to build
2018-11-13 11:36:42 -08:00
Lantao Liu
cfa8e06aee Remove the unused health-monitor.sh.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-13 11:21:51 -08:00
Lantao Liu
80554f4a85
Merge pull request #973 from Random-Liu/use-event-id
Use the `ID` field of `TaskExit` event.
2018-11-12 17:02:34 -08:00
Lantao Liu
6614992914
Merge pull request #974 from Random-Liu/remove-invalid-todo
Remove invalid TODO comment.
2018-11-12 17:02:10 -08:00
Lantao Liu
7f1f4e7a14 Remove invalid TODO comment.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-12 14:34:36 -08:00
Lantao Liu
47542c9515
Merge pull request #972 from Random-Liu/update-containerd-1.2
Update containerd to v1.2.0.
2018-11-12 14:31:02 -08:00
Lantao Liu
d4c825f905 Use the ID field of TaskExit event.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-12 14:30:27 -08:00
Lantao Liu
f818de9dce Update containerd to v1.2.0.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-12 11:12:41 -08:00
Mike Brown
64b067d93f fix integration test
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-11-08 17:53:47 -06:00
Mike Brown
bc97f51477 adds golang 1.11.x and tip to build
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-11-08 09:11:43 -06:00
Lantao Liu
edf2b81778
Merge pull request #969 from Random-Liu/golang-1.11-gofmt
Update code for golang 1.11 gofmt.
2018-11-08 00:21:04 -08:00
Lantao Liu
459e481808 Update code for golang 1.11 gofmt.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-07 16:08:58 -08:00
Lantao Liu
547b5e03cf
Merge pull request #967 from Random-Liu/update-support-metrics
Update support metrics to include containerd 1.2.
2018-11-05 17:09:23 -08:00
Lantao Liu
20b45be294 Update support metrics to include containerd 1.2.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-11-05 13:40:16 -08:00
Lantao Liu
3fd67d108a
Merge pull request #965 from mikebrow/update-community-link
update the slack information
2018-11-01 15:19:06 -07:00
Mike Brown
d8d7dcc759 update the slack information
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-10-31 13:07:09 -05:00
Lantao Liu
f6089b85a7
Merge pull request #961 from mikebrow/remove-authconfig-fromlog
removes authconfig from info log
2018-10-30 00:31:01 -07:00
Lantao Liu
0e522cae43
Merge pull request #959 from Random-Liu/use-commit
Use commit as version.
2018-10-30 00:30:44 -07:00
Mike Brown
1b3ff7462e removes authconfit from info log
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-10-29 21:17:15 -05:00
Lantao Liu
7a1311698c Use commit as version.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-10-29 18:13:33 -07:00
Lantao Liu
9f87ce8c7e
Merge pull request #957 from mikebrow/update-readme-link
link to new icon location
2018-10-29 14:20:12 -07:00
Mike Brown
6039a4d322 link to new icon location
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-10-27 10:23:56 -05:00
Lantao Liu
e312635396
Merge pull request #950 from Random-Liu/netns-source-of-truth
Don't cache state in NetNS
2018-10-24 19:23:51 -07:00
Lantao Liu
775bc6e5f4 Update integration test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-10-24 11:00:25 -07:00
Lantao Liu
c1740d8291 Manage mount lifecycle and remove cached state
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-10-24 11:00:25 -07:00