W. Trevor King
822a6516cf
docs: Remove the unused play.png
...
The last consumer was removed in 1bf6d203
(Remove kpod code after
repository move, 2017-11-02, #1111 ).
Signed-off-by: W. Trevor King <wking@tremily.us>
2018-01-19 16:12:39 -08:00
Liu Chang
bf515de94d
Improve the readability of crio.8.md
...
Signed-off-by: Liu Chang <liuchang@qiniu.com>
2017-11-27 11:04:09 +08:00
Mrunal Patel
946307e5c2
Make pid namespace sharing optional and disabled by default
...
We reverse the logic so that pid ns sharing is disabled by default.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-11-18 06:47:06 -08:00
Mrunal Patel
d68da8929a
Merge pull request #1149 from weiwei04/share_pid_namespace
...
share pid namespace for Pod container
2017-11-17 08:12:49 -10:00
Wei Wei
702ab3ee3a
share pid namespace for Pod container
...
Signed-off-by: Wei Wei <weiwei.inf@gmail.com>
2017-11-17 09:56:33 +08:00
Mrunal Patel
8fe6dd36a4
Move crio default sock to /var/run/crio/crio.sock
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-11-14 16:11:43 +01:00
Matthew Heon
1bf6d20309
Remove kpod code after repository move
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2017-11-03 14:37:42 -04:00
Daniel J Walsh
409a228a73
Add kpod run
and kpod create
CLI front ends
...
Add kpod-run/kpod-create man page and command completions
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This patch implements the ability to create and run containers
using kpod
Signed-off-by: Matthew Heon <mheon@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-31 09:55:35 -05:00
umohnani8
f9992d71a3
Add --tls-verify, --cert-dir, and --quiet flags to kpod pull
...
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-10-25 16:28:18 -04:00
umohnani8
d855e2c8ad
Add authfile flag to pull and push
...
Push and pull can now access any cached registry credentials from the auth file
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-10-24 16:32:09 -04:00
Mrunal Patel
b0e9f0eba8
Revert "Move crio default sock to /var/run/crio/crio.sock"
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-19 10:13:49 -07:00
Mrunal Patel
761e73c82e
Move crio default sock to /var/run/crio/crio.sock
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-17 22:02:53 -07:00
TomSweeneyRedHat
54a043bfcd
Update kpod load to add signature-policy (2)
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-10-13 16:28:15 -04:00
Daniel J Walsh
4e126d7798
Fix references to CRI-O
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-13 13:48:00 -04:00
umohnani8
d1aea31786
Follow up changes on secrets patch
...
Deleted mounts.conf file and moved the secrets mount paths
to a list (default-mounts) in crio.conf
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-10-12 15:10:07 -04:00
Daniel J Walsh
436a803542
Add information on kpod login/logout
...
Add video for kpod-export
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-11 13:37:13 +00:00
Daniel J Walsh
3991a0531c
Merge pull request #810 from umohnani8/kpod_login
...
Add "kpod login" command
2017-10-11 09:13:21 -04:00
umohnani8
d664a58a6d
Add 'kpod login' and 'kpod logout' commands
...
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-10-10 17:02:57 -04:00
umohnani8
b4d3b560d3
Changed debug flag to log-level in kpod/main.go
...
The change in flag from debug to log-level was causing cri-o to fail when started
There was a reference to the debug flag in kpod/main.go that had not been changed
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-10-10 14:55:14 -04:00
Daniel J Walsh
df5110dfd5
Add documentation on kpod attach
...
Add a man page on how to achieve the same user experience as using
kpod attach by using either the kpod logs or kpod exec commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-06 20:56:05 +00:00
Daniel J Walsh
974bafe012
Merge pull request #950 from sameo/topic/loglevel
...
main: Define -log-level option
2017-10-06 09:51:07 -04:00
Daniel J Walsh
e5d2c0af5f
Merge pull request #979 from mrunalp/log_size_min
...
Make sure log-size-max is atleast as big as read buffer
2017-10-06 09:23:48 -04:00
Mrunal Patel
067cbff207
Make sure log-size-max is atleast as big as read buffer
...
We need log-size-max to be bigger than the read buffer in conmon
to accurately truncate it.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-05 15:06:38 -07:00
Samuel Ortiz
a5e5ccb365
main: Replace -debug with -log-level
...
Running crio with -debug is very verbose. Having more granularity
on the log level can be useful when e.g. only looking for errors.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-10-05 22:53:20 +02:00
Daniel J Walsh
3e7227789b
Cleanup READMEs and Man pages
...
Alphabatize correctly and add missing content. Also add video.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-05 13:39:53 -04:00
TomSweeneyRedHat
f92ed659ab
Add pause state to ps, touchup kpod man page
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-10-04 07:42:21 -04:00
Daniel J Walsh
1a41d6ecd4
Remove references to overlay2 in the code
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-29 20:34:29 +00:00
Daniel J Walsh
51fc13abf3
Add documentation on setting up quota
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-29 20:34:29 +00:00
Daniel J Walsh
29bd1c79dd
Vendor in container storage
...
This should add quota support to cri-o
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-29 20:34:29 +00:00
Daniel J Walsh
3394b3b2d6
Merge pull request #958 from umohnani8/man_pages
...
Made some changes to man pages
2017-09-28 14:59:54 -04:00
umohnani8
5a1314547a
Made some changes to man pages
...
kpod ps manpage had misleading info
Fixed the Global options and options in other man pages
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-28 11:45:01 -04:00
baude
7b062cf4c1
Add support for kpod kill
...
Kill one or more containers using a user-provided signal. If not signal
is provided, KILL is used.
Signed-off-by: baude <bbaude@redhat.com>
2017-09-28 09:34:21 -05:00
baude
3bf23b684a
Add kpod wait
...
Waits on one or more containers to stop and prints the container's
return code
Signed-off-by: baude <bbaude@redhat.com>
2017-09-27 09:03:33 -05:00
Daniel J Walsh
214adee0ef
Merge pull request #926 from TomSweeneyRedHat/pause
...
Add `kpod pause` and `kpod unpause`
2017-09-27 09:33:22 -04:00
53a9472b94
man-pages: add no_pivot information
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-09-26 11:35:09 -04:00
Daniel J Walsh
9db7cf1370
Add kpod pause
and kpod unpause
...
Implement the ability to pause and unpause running containers.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-09-26 08:38:07 -04:00
Mrunal Patel
37e282a29b
docs: Add docs for log size max
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-09-25 16:08:09 -07:00
Mrunal Patel
f59e9dae1c
docs: Add missing bind option in docs and command help
...
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2017-09-15 16:12:13 -07:00
baude
aca658b423
kpod stop -- stop one or more containers
...
Stop one or more containers. Specific a timeout value
that if the stop operation exceeds, will forcibly stop
the container.
Signed-off-by: baude <bbaude@redhat.com>
2017-09-11 17:03:27 -05:00
umohnani8
38e9f07844
Add namespace flag to kpod ps
...
The namespace flag prints out information about the namespaces
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-10 11:21:49 -04:00
Daniel J Walsh
36584e6f34
Merge pull request #830 from umohnani8/update_load-save
...
Update kpod load and save for oci-archive
2017-09-09 05:58:54 -04:00
umohnani8
79c09d4343
Update kpod load and save for oci-archive
...
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-08 10:33:58 -04:00
umohnani8
45c7100253
Slight modification to kpod ps based on QE feedback
...
QE noticed that kpod ps --last 0 was returning the running containers
Fixed that problem so that it returns nothing
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-08 10:32:11 -04:00
Daniel J Walsh
c88bc13b07
Implement kpod rm
...
Kpod rm removes a container from the system
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-05 14:35:36 -04:00
baude
6f492593ec
Add image_id to json output
...
Consumers of the json output, like the atomic cli, need the ID of the
image for the container as well as the name. Specifically, it is used
to tract "used" and "vulnerable" images.
Signed-off-by: baude <bbaude@redhat.com>
2017-08-28 20:44:22 -05:00
Daniel J Walsh
878d374f37
Update README
...
Add missing kpod-ps information
Add link for kpod history video.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-08-23 07:36:10 -04:00
umohnani8
35ca80abe6
Add 'kpod ps' command
...
kpod ps lists the containers currently stored
Displays the list of containers
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-08-22 16:40:45 -04:00
Daniel J Walsh
33201aff56
Update web site documentation for latest kpod
...
Add missing commands to transfer page and add
links for demos to README.md page.
Fixup bash completions for new commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-08-20 06:56:27 -04:00
baude
78c6151519
Modify kpod diff --json to --format json
...
We want all kpod subcommands to use the formats code to output
formats like json. Altering kpod diff --json to kpod diff --format json
like the kpod images command.
Signed-off-by: baude <bbaude@redhat.com>
2017-08-18 21:05:58 -05:00
Mrunal Patel
f82fe5691a
Merge pull request #706 from 14rcole/kpod-stats
...
Kpod stats
2017-08-17 11:24:38 -07:00