Mrunal Patel
|
0d7b500cee
|
Merge pull request #20 from runcom/locks
server: locking around server components
|
2016-09-17 08:04:02 -07:00 |
|
Mrunal Patel
|
6007176ec9
|
Merge pull request #15 from runcom/fix2
Various fixes
|
2016-09-17 08:02:45 -07:00 |
|
Mrunal Patel
|
18fee478aa
|
Merge pull request #21 from runcom/fix-testdata-readme
testdata/README.md: fix examples
|
2016-09-17 07:51:47 -07:00 |
|
Antonio Murdaca
|
df43d39807
|
testdata/README.md: fix examples
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
|
2016-09-17 16:12:43 +02:00 |
|
Antonio Murdaca
|
158dfdfbda
|
server: locking around server components
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
|
2016-09-17 16:10:35 +02:00 |
|
Antonio Murdaca
|
d1510cb854
|
.gitignore: add conmon objs
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
|
2016-09-17 11:56:51 +02:00 |
|
Antonio Murdaca
|
4a4897bbfe
|
conmon: use runtime path from ocid
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
|
2016-09-17 11:37:45 +02:00 |
|
Antonio Murdaca
|
2d8691cb0a
|
server: remove podsandbox on failure
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
|
2016-09-17 11:37:20 +02:00 |
|
Antonio Murdaca
|
66fdf3ae21
|
Merge pull request #13 from mrunalp/finish_status
Report exit code and finish time on container status
|
2016-09-17 09:31:08 +02:00 |
|
Mrunal Patel
|
09116a4998
|
Remove "compliant" from README
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-16 16:35:25 -07:00 |
|
Mrunal Patel
|
f7f02009c2
|
Report exit code and finish time on container status
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-16 16:33:33 -07:00 |
|
Antonio Murdaca
|
91bd12ed24
|
Merge pull request #11 from mrunalp/conmon_integration
Conmon integration
|
2016-09-16 09:29:22 +02:00 |
|
Mrunal Patel
|
02236bbda0
|
Integrate conmon into ocid
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-15 16:40:44 -07:00 |
|
Mrunal Patel
|
e48b274c35
|
Merge pull request #10 from sjpotter/master
make socket location configurable on cmd line
|
2016-09-15 16:04:40 -07:00 |
|
Shaya Potter
|
3c0485dd71
|
make socket location configurable on cmd line
|
2016-09-15 15:57:39 -07:00 |
|
Mrunal Patel
|
6e05f772ed
|
Add a property to track whether a container needs terminal
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-15 15:01:39 -07:00 |
|
Antonio Murdaca
|
0681d5d94b
|
Merge pull request #6 from mrunalp/init_state
Update state after creating container
|
2016-09-13 23:04:56 +02:00 |
|
Antonio Murdaca
|
0652579fb0
|
Merge pull request #7 from mrunalp/state_lock
Add lock around container state access
|
2016-09-13 23:04:26 +02:00 |
|
Mrunal Patel
|
1f01486600
|
Add lock around container state access
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-13 13:58:25 -07:00 |
|
Mrunal Patel
|
61ae296fe9
|
Update state after creating container
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-13 13:51:29 -07:00 |
|
Mrunal Patel
|
817b22b5f3
|
Merge pull request #4 from mrunalp/opt_parsing
Separate tty/non-tty and add opt parsing
|
2016-09-13 09:56:21 -07:00 |
|
Antonio Murdaca
|
adc979c765
|
Merge pull request #5 from kubernetes-incubator/smarterclayton-patch-1
Update readme with a bit more info
|
2016-09-13 17:59:04 +02:00 |
|
Clayton Coleman
|
f0edbb48f0
|
Update readme with a bit more info
|
2016-09-13 11:55:45 -04:00 |
|
Antonio Murdaca
|
6004dcd73b
|
Merge pull request #3 from mrunalp/status_started
Add started time and state to container status
|
2016-09-13 08:04:08 +02:00 |
|
Mrunal Patel
|
a7ca60ae30
|
Separate tty/non-tty and add opt parsing
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-12 16:38:30 -07:00 |
|
Mrunal Patel
|
819db7d8cc
|
Return the started time and ctr state with ctr status
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-12 15:43:30 -07:00 |
|
Mrunal Patel
|
0741159ce8
|
Set the started time for a container
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-12 15:43:11 -07:00 |
|
Mrunal Patel
|
b145b16ac0
|
Merge pull request #2 from mrunalp/ctr_status
Support for container status
|
2016-09-12 15:18:15 -07:00 |
|
Mrunal Patel
|
1dc98efdcf
|
Add client support for container status
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-12 15:03:26 -07:00 |
|
Mrunal Patel
|
76225afe5f
|
Add server support for basic container status
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-12 15:03:03 -07:00 |
|
Mrunal Patel
|
30b526376a
|
Fix error message
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-12 14:43:16 -07:00 |
|
Mrunal Patel
|
5082250780
|
Merge pull request #1 from runcom/fix-readme
README.md: remove double hr
|
2016-09-10 10:56:41 -07:00 |
|
Antonio Murdaca
|
e8e6d7b463
|
README.md: remove double hr
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
|
2016-09-10 10:30:57 +02:00 |
|
Mrunal Patel
|
720966b27a
|
Update README with links to libraries and add OWNERS
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 15:39:36 -07:00 |
|
Mrunal Patel
|
0617dd1489
|
Add a code of conduct based on github.com/kubernetes/kubernetes
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 15:26:59 -07:00 |
|
Mrunal Patel
|
4d43ba7c5e
|
Remove duplicate LICENSE.md
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:51:48 -07:00 |
|
Mrunal Patel
|
bbe5325afc
|
Fix the build to account for the change in repository
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:48:39 -07:00 |
|
Mrunal Patel
|
bce17e63f6
|
Add support for console handling
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Rajat Chopra
|
4cf737bb7d
|
add cni networking with noop plugin as default
Signed-off-by: Rajat Chopra <rchopra@redhat.com>
|
2016-09-09 14:41:03 -07:00 |
|
Rajat Chopra
|
ecb513e665
|
updated vendor dependencies for networking
Signed-off-by: Rajat Chopra <rchopra@redhat.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
c53b8c8afe
|
Add API to get container network namespace path
We need this for networking integration.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
32a9f23dd2
|
Client changes for getting pod status
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
9cb0813d1e
|
Server changes for supporting pod status
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Rajat Chopra
|
56df8bb639
|
sandboxDir not needed in runtime
Signed-off-by: Rajat Chopra <rchopra@redhat.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
303a3929b2
|
Update the kubernetes api to latest
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
f5f2ff63b2
|
Improve CLI messages
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
a2fee5a256
|
Refactor the container CLI
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
ea77713223
|
Refactor the cli for pods
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
219fb703dc
|
Remove container directories on pod sandbox removal
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|
Mrunal Patel
|
2eafad8a36
|
Refactor namespace joining
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
2016-09-09 14:41:03 -07:00 |
|