Commit Graph

1707 Commits

Author SHA1 Message Date
Lantao Liu
a7c5a650ff
Merge pull request #1324 from Random-Liu/stdout-non-block
Avoid O_NONBLOCK on stdout in the windows test.
2019-10-25 10:52:11 -07:00
Akihiro Suda
8ce2ad6b7c
Merge pull request #1323 from Random-Liu/use-logrus-trace
logrus supports trace level now.
2019-10-24 13:46:09 +09:00
Akihiro Suda
125d169345
Merge pull request #1318 from PeriferalDevice/#1317
Containerd version updated for kubernetes ansible example.
2019-10-24 12:17:35 +09:00
Lantao Liu
132a35942f Avoid O_NONBLOCK on stdout in the windows test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-23 15:26:41 -07:00
Lantao Liu
6ab2e10869 logrus supports trace level now.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-23 00:00:27 -07:00
Mike Brown
fe757946ca
Merge pull request #1319 from Random-Liu/fix-containerd-build
Fix containerd build, use `libbtrfs-dev` when available.
2019-10-22 13:11:28 -05:00
Lantao Liu
8bfff7dbd2 Fix containerd build, use libbtrfs-dev when available.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-21 23:12:34 -07:00
Philip Marin
3a8687f05c Containerd version updated for kubernetes ansible example.
Closes #1317

Old version of containerd causes kubectl exec error.

Signed-off-by: Philip Marin <phil@phil.land>
2019-10-14 20:34:51 +03:00
Lantao Liu
815f3e727d
Merge pull request #1309 from Random-Liu/update-containerd
Update containerd to a6a0c8b6e3.
2019-10-10 15:15:45 -07:00
Lantao Liu
2ce0bb0926 Update code for latest containerd.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-09 18:05:20 -07:00
Lantao Liu
4e2b4aa972 Update containerd to c0c6b51179.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-09 18:05:20 -07:00
Lantao Liu
22b18262e7
Merge pull request #1312 from Random-Liu/travis-trusty
Explicitly specify trusty in travis.
2019-10-09 13:01:57 -07:00
Lantao Liu
2a9a982ae3 Fix integration test for golang 1.13
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-09 10:51:02 -07:00
Lantao Liu
9a1e3655ed Update based on default xenial distro.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-09 10:51:02 -07:00
Lantao Liu
c368af1bc3 Configure golangci-lint
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-09 10:51:02 -07:00
Lantao Liu
10f88f99cc Fix appveyor test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-09 10:51:02 -07:00
Lantao Liu
0ebf032aac
Merge pull request #1306 from Random-Liu/extend-permission-denied-retry
[WCOW] Extend permission denied retry to 3min.
2019-09-27 10:21:36 -07:00
Lantao Liu
180e86ab39 Extend permission denied retry to 3min.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-26 22:39:00 -07:00
Lantao Liu
1629277497
Merge pull request #1300 from Random-Liu/hostname-test
Add hostname CRI validation and unit test.
2019-09-25 20:09:13 -07:00
Lantao Liu
358d672160 Add hostname CRI validation and unit test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-25 16:11:27 -07:00
Lantao Liu
7fba77f238
Merge pull request #1298 from Random-Liu/set-sandbox-cpu-shares
Set default sandbox container cpu shares on windows.
2019-09-25 11:05:43 -07:00
Mike Brown
a1e4f99a32
Merge pull request #1296 from Random-Liu/fix-ssh-disconnect
Set keepalive for ssh in windows test.
2019-09-25 10:02:59 -05:00
Lantao Liu
2eba67a7ee
Merge pull request #1287 from crosbymichael/cgroups
Use type alias from containerd for cgroup metric types
2019-09-24 17:34:49 -07:00
Lantao Liu
f3ef10e9a2 Set default sandbox container cpu shares on windows.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-24 17:03:11 -07:00
Lantao Liu
4a0b0a883f Set keepalive for ssh in windows test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-24 16:57:31 -07:00
Lantao Liu
36f393dc6d
Merge pull request #1292 from Random-Liu/better-kube-up
Document simpler kube-up.sh
2019-09-24 13:17:17 -07:00
Lantao Liu
44e1f8ded5
Merge pull request #1294 from jterry75/fix_windows_hostname_upstream
Forward SandboxConfig.Hostname to Workload container activation
2019-09-24 11:40:51 -07:00
Justin Terry (VM)
ed7873ef1e Forward SandboxConfig.Hostname to Workload container activation
1. For Windows the Hostname property is not inherited from the sandbox and must
be passed for the Workload container activations as well.

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2019-09-24 10:21:17 -07:00
Mike Brown
4f203aa8ba
Merge pull request #1293 from Random-Liu/update-hcsshim
Update hcsshim to c088f411aaf3585d8dffc9deb4289ffa32854497.
2019-09-24 10:07:56 -05:00
Lantao Liu
e8a788d786 Update hcsshim to c088f411aaf3585d8dffc9deb4289ffa32854497.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-24 00:11:58 -07:00
Lantao Liu
bad68a8270
Merge pull request #1284 from liyanhui1228/win_portforward
Add windows port forward support
2019-09-23 22:17:08 -07:00
Mike Brown
0a6d9f188b
Merge pull request #1291 from Random-Liu/fix-indent-cni
Fix indent in cni.template.
2019-09-23 19:52:31 -05:00
Angela Li
dc413bd6d6 Add windows portforward support
Signed-off-by: Angela Li <yanhuil@google.com>
2019-09-23 17:36:43 -07:00
Lantao Liu
56fa16ef9c Update the kube-up doc with a simpler approach.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-23 17:24:10 -07:00
Lantao Liu
b4c46db790 Fix indent in cni.template.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-23 16:08:39 -07:00
Lantao Liu
f7f64fdefd
Merge pull request #1289 from Random-Liu/ignore-permission-denied
Ignore temporary permission denied error.
2019-09-23 15:36:26 -07:00
Lantao Liu
67440484f2 Ignore temporary permission denied error.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-23 12:17:24 -07:00
Michael Crosby
c8c7c54a6e Use typealias for containerd metrics
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-09-20 16:01:48 -04:00
Michael Crosby
437123646a Update containerd to ed16170c4c
1.3.0+2

Includes changes for cgroup metrics type alias

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-09-20 10:06:22 -04:00
Lantao Liu
470776c903
Merge pull request #1274 from Random-Liu/dualstack
Add DualStack support
2019-09-19 21:32:26 -07:00
Lantao Liu
c1ece0c801 Address comment.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-19 14:05:28 -07:00
Lantao Liu
b431316edd
Merge pull request #1280 from estesp/add-default-path-env
Add back default UNIX env to container config
2019-09-19 11:41:03 -07:00
Lantao Liu
df88e190c3
Merge pull request #1281 from estesp/golangci-config
Move golangci-lint configuration out of Makefile
2019-09-19 10:27:20 -07:00
Phil Estes
161abf8f5b
Fix golangci-lint findings
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-09-19 09:38:40 -04:00
Phil Estes
1e3cd5b052
Move golangci-lint configuration out of Makefile
Add 2m deadline; similar to containerd, recent issues with golangci-lint
taking more than 1 minute (seen in recent containerd/cri PRs as well).

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-09-19 09:23:12 -04:00
Phil Estes
229eb19bd6
Add back default UNIX env to container config
Due to changes to the defaults in containerd, the CRI path to creating a
container OCI config needs to add back in the default UNIX $PATH (and
any other defaults) as that is the expected behavior from other
runtimes.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-09-19 09:00:25 -04:00
Lantao Liu
35eb96d901 Update deployment and integration test
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-18 17:21:37 -07:00
Lantao Liu
5a68bd70c8 Update kubernetes to 1.16.0-rc.2
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-18 17:21:37 -07:00
Antonio Ojea
fcd6bf318b Report Additional POD IPs
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-18 17:21:37 -07:00
Lantao Liu
9d60f9c56e
Merge pull request #1264 from Random-Liu/windows-support-2
Add Implementation for WCOW process isolation support.
2019-09-18 11:38:11 -07:00