Commit graph

  • 06e8fb9fdf Merge pull request #966 from baude/exit_code Daniel J Walsh 2017-10-05 08:29:12 -04:00
  • 30d163900f Merge pull request #895 from baude/kpod_rmi_name Daniel J Walsh 2017-10-05 08:28:04 -04:00
  • 4e4a7c5c1d Merge pull request #959 from rhatdan/validate Daniel J Walsh 2017-10-04 18:29:57 -04:00
  • 6657873d9d Merge pull request #967 from TomSweeneyRedHat/dev/tsweeney/ps_fix Daniel J Walsh 2017-10-04 18:27:26 -04:00
  • e27230bbaf kpod rmi by ID untagged: %name incorrect baude 2017-09-12 13:30:36 -05:00
  • ee2b84167c kpod rmi by ID untagged: %name incorrect baude 2017-09-12 13:30:36 -05:00
  • 3611f92ddf BUGFIX: Invalid return codes in kpod baude 2017-10-02 08:38:55 -05:00
  • f92ed659ab Add pause state to ps, touchup kpod man page TomSweeneyRedHat 2017-10-02 12:38:51 -04:00
  • 04e96d05fc validateFlags command line options to make sure the user entered a value Daniel J Walsh 2017-09-28 18:44:48 +00:00
  • 7430fba090 Merge 12b38ee32d into 3e2ad8f10a Mrunal Patel 2017-10-04 01:01:19 +00:00
  • 3e2ad8f10a Merge pull request #969 from mrunalp/btrfs_build Mrunal Patel 2017-10-03 18:01:14 -07:00
  • a643e533d8 Skip building btrfs support if library isn't installed Mrunal Patel 2017-10-02 18:41:58 -07:00
  • 1a61584c2f Merge pull request #970 from nikhita/fix-design-proposal-link Daniel J Walsh 2017-10-03 06:08:34 -04:00
  • 37debee9a2 Fix link to design proposal Nikhita Raghunath 2017-10-03 11:53:58 +05:30
  • 12b38ee32d Add btrfs-progs-devel to list of required rpms Mrunal Patel 2017-10-02 10:13:59 -07:00
  • a8ea146d71 Merge pull request #963 from stevekuznetsov/skuznets/assume-golang Mrunal Patel 2017-10-02 10:06:14 -07:00
  • 40132d786d
    Install Go directly from upstream, not through RPM Steve Kuznetsov 2017-09-29 11:49:12 -07:00
  • 96eec7ad79 Merge 2055bfa27e into e5749088b2 Daniel J Walsh 2017-10-02 13:18:22 +00:00
  • e5749088b2 Merge pull request #962 from kinvolk/dongsu/fix-panic-run-podsandbox Daniel J Walsh 2017-10-02 09:18:06 -04:00
  • 88fc20be1e Merge pull request #948 from rhatdan/quota Daniel J Walsh 2017-10-02 08:48:06 -04:00
  • f33b59861b Merge pull request #878 from umohnani8/refactor_tests Daniel J Walsh 2017-10-02 08:45:25 -04:00
  • 2491d38e03 Also refactor setting flags for running kpod Nalin Dahyabhai 2017-09-28 12:51:35 -04:00
  • e16bb3feb3 Refactor kpod tests Daniel J Walsh 2017-08-31 08:46:26 -04:00
  • 6866589be7 Drop btrfs support from RHEL and CentOS Daniel J Walsh 2017-09-29 05:16:49 -04:00
  • 1a41d6ecd4 Remove references to overlay2 in the code Daniel J Walsh 2017-09-28 11:43:15 -04:00
  • 51fc13abf3 Add documentation on setting up quota Daniel J Walsh 2017-09-26 21:29:17 +00:00
  • 29bd1c79dd Vendor in container storage Daniel J Walsh 2017-09-26 19:58:51 +00:00
  • ff2f47562b Merge a69ca59764 into e838611fdd Mrunal Patel 2017-09-29 20:06:34 +00:00
  • a69ca59764 Only update kernel commandline to add quota on RHEL Mrunal Patel 2017-09-29 12:03:28 -07:00
  • 13ee0d7949 Merge 73b9e4c430 into e838611fdd Brent Baude 2017-09-29 17:46:55 +00:00
  • e838611fdd Merge pull request #954 from mrunalp/add_pquota Mrunal Patel 2017-09-29 10:38:34 -07:00
  • e0ffa43c34 test: Add flags to enable xfs pquota support Mrunal Patel 2017-09-27 16:40:40 -07:00
  • 644a4af377 server: handle cases of securityContext, namespaceOptions being nil Dongsu Park 2017-09-29 16:44:43 +02:00
  • 2080744963 server: fix panic when assigning entry to nil map Dongsu Park 2017-09-29 16:16:38 +02:00
  • 2055bfa27e Drop btrfs support from RHEL and CentOS Daniel J Walsh 2017-09-29 05:16:49 -04:00
  • b918b173f6 Merge 889fa1ac12 into 7d5d652f65 kargakis-bot 2017-09-29 02:09:43 +00:00
  • 7d5d652f65 Merge pull request #945 from cevich/just_collect_results Mrunal Patel 2017-09-28 18:39:18 -07:00
  • 3394b3b2d6 Merge pull request #958 from umohnani8/man_pages Daniel J Walsh 2017-09-28 14:59:54 -04:00
  • 9024bdbc28 integration: Fix chdir in wrapper script Chris Evich 2017-09-26 07:49:23 -04:00
  • 493a72bbc9 integration: Use vars_files in plays Chris Evich 2017-09-26 07:27:18 -04:00
  • a30a118fe6 integration: Collect subject results Chris Evich 2017-09-22 07:41:15 -04:00
  • 76e25eea42 integration: jUnit output from e2e Chris Evich 2017-09-25 10:27:20 -04:00
  • 0e55fb2ea3 integration: Add color + readable logging Chris Evich 2017-09-20 17:52:27 -04:00
  • 73b9e4c430 BUGFIX: If runtime cannot be found, error out baude 2017-09-21 09:55:56 -05:00
  • af692f611d Refactor common variables in kpod tests baude 2017-09-20 18:44:58 -05:00
  • 7e3d0c652d Merge pull request #853 from mheon/libpod_state Daniel J Walsh 2017-09-28 13:11:08 -04:00
  • a40aa7ad54 Merge pull request #907 from baude/kpod_kill Daniel J Walsh 2017-09-28 12:59:38 -04:00
  • 5a1314547a Made some changes to man pages umohnani8 2017-09-28 11:42:25 -04:00
  • 00e1ac7b25 Move runtime Pod and Container APIs to separate files Matthew Heon 2017-09-11 13:46:58 -04:00
  • ae5634f8dd Add errors listing to libpod Matthew Heon 2017-09-11 11:27:40 -04:00
  • f8e48aad29 Change names of GetContainers and GetPods Matthew Heon 2017-09-07 15:49:59 -04:00
  • 35e951fc8c Add basic skeletons of state handling, containers and pods Matthew Heon 2017-09-06 11:15:11 -04:00
  • 2850fb60a5 Add basic state interface for libpod Matthew Heon 2017-09-05 10:41:10 -04:00
  • ee24340f0c Make runtimes invalid on shutdown to prevent furhter use Matthew Heon 2017-09-05 10:29:46 -04:00
  • bb77300641 Move everything in libpod into a single package for simplicity Matthew Heon 2017-09-05 10:29:17 -04:00
  • 251f16af80 Merge pull request #883 from umohnani8/libpod Daniel J Walsh 2017-09-28 11:09:01 -04:00
  • 7b062cf4c1 Add support for kpod kill baude 2017-09-13 15:56:27 -05:00
  • e2c87f515b Merge pull request #925 from baude/kpod_wait Daniel J Walsh 2017-09-28 05:08:53 -04:00
  • e70802863e Switch kpod load/push/save to use libpod runtime Daniel J Walsh 2017-09-09 11:14:40 +00:00
  • d669878914 Merge pull request #937 from rhatdan/umount Mrunal Patel 2017-09-27 13:57:10 -07:00
  • b2d347d8cd Parameterize CRIO_CNI_PLUGIN Ed Santiago 2017-09-26 11:34:17 -06:00
  • 0f01268557 Merge pull request #952 from stevekuznetsov/skuznets/e2e-fail Mrunal Patel 2017-09-27 09:26:49 -07:00
  • 5b763286ff
    Don't ignore failures in the e2e suite Steve Kuznetsov 2017-09-27 08:11:27 -07:00
  • 889fa1ac12
    DO NOT MERGE kargakis-bot 2017-09-27 16:16:08 +02:00
  • 3bf23b684a Add kpod wait baude 2017-09-19 12:45:08 -05:00
  • 214adee0ef Merge pull request #926 from TomSweeneyRedHat/pause Daniel J Walsh 2017-09-27 09:33:22 -04:00
  • 154283764d Merge pull request #866 from vbatts/fine_grain_targets Daniel J Walsh 2017-09-27 09:20:26 -04:00
  • 41372dba70 Merge pull request #940 from vbatts/no-pivot Mrunal Patel 2017-09-26 16:18:08 -07:00
  • 8e6d5b1c9a Merge branch 'master' of github.com:kubernetes-incubator/cri-o into umount Daniel J Walsh 2017-09-26 21:41:02 +00:00
  • 8949e669c9 Modify kpod tag to use libpod runtime interface Daniel J Walsh 2017-09-06 16:51:29 +00:00
  • 53a9472b94
    man-pages: add no_pivot information Vincent Batts 2017-09-25 10:42:25 -04:00
  • d6a44bf111
    *: allow to not use pivot_root Vincent Batts 2017-09-22 10:50:48 -04:00
  • 0ff3580f05 Merge pull request #891 from mrunalp/cfg_log_max Antonio Murdaca 2017-09-26 17:04:57 +02:00
  • a22d04de4b
    Makefile: break out the install target Vincent Batts 2017-09-08 07:52:57 -04:00
  • 9db7cf1370 Add kpod pause and kpod unpause Daniel J Walsh 2017-09-19 12:26:32 +00:00
  • 45747cc5d0 Merge pull request #946 from sameo/topic/readme Daniel J Walsh 2017-09-26 07:54:18 -04:00
  • 8c78d7ac35 Merge 24fc5d1bfb into db0bd66fca Chris Evich 2017-09-26 10:47:22 +00:00
  • 24fc5d1bfb crio-integration: jUnit output from e2e Chris Evich 2017-09-25 10:27:20 -04:00
  • 266e620ea9 README: Update status Samuel Ortiz 2017-09-26 12:24:14 +02:00
  • 37e282a29b docs: Add docs for log size max Mrunal Patel 2017-09-25 16:08:09 -07:00
  • d47061ac57 test: Add a test for log size max Mrunal Patel 2017-09-25 15:37:55 -07:00
  • 4d0270d138 crio: Add flag for --log-size-max Mrunal Patel 2017-09-25 15:37:10 -07:00
  • c7d33e1899 conmon: Re-open the log file to not exceed max log file size Mrunal Patel 2017-09-25 15:36:14 -07:00
  • 82899bdb4e conmon: Track the number of bytes written to the container log file Mrunal Patel 2017-09-25 15:35:25 -07:00
  • 48d0706a49 Add log size max flag to conmon and pass it on container create Mrunal Patel 2017-09-25 15:31:00 -07:00
  • bb11ee522b oci: Add log size max to container Mrunal Patel 2017-09-25 15:28:29 -07:00
  • c7f5347673 Add log size max configuration Mrunal Patel 2017-09-25 15:27:21 -07:00
  • a9291b3fd5 Merge d9a2cfe46c into db0bd66fca Chris Evich 2017-09-25 21:55:57 +00:00
  • db0bd66fca Merge pull request #917 from runcom/fixes-rc3-0 Mrunal Patel 2017-09-25 14:55:42 -07:00
  • d9a2cfe46c integration-playbook: Add color + readable logging Chris Evich 2017-09-20 17:52:27 -04:00
  • a8ee86b1cc Merge pull request #943 from mrunalp/info_client Antonio Murdaca 2017-09-25 23:04:04 +02:00
  • 51b2254742 Tell oci-umount where to remove mountpoints inside container Daniel J Walsh 2017-09-21 13:31:13 +00:00
  • 3dd043c581
    sandbox_network: pass sandbox to newPodNetwork Antonio Murdaca 2017-09-21 10:17:39 +02:00
  • 6c871769b4
    server: more fixes for selinux and privileged mode Antonio Murdaca 2017-09-20 15:19:58 +02:00
  • 7b0bde4362
    container_create: fix seccomp annotations Antonio Murdaca 2017-09-19 19:39:58 +02:00
  • 59c0218a9c
    container_create: follow symlink for mount host path Antonio Murdaca 2017-09-18 15:53:48 +02:00
  • 5e7c932771
    vendor: update kube to v1.7.6 Antonio Murdaca 2017-09-18 13:04:23 +02:00
  • e8cfe3b867
    container_create: support seccomp docker/default annotation Antonio Murdaca 2017-09-18 12:50:39 +02:00
  • 1beb75d839 test: Add steps for testing crio client Mrunal Patel 2017-09-23 12:36:04 -07:00
  • 50baca10e9 Add crio annotations to container endpoint Mrunal Patel 2017-09-22 16:44:02 -07:00