Georgina Kinge
cfa3e1e933
Merge pull request #4354 from GeorginaKin/CCv0
...
CCv0: Refactor signature verification PoC changes
2022-06-20 13:01:07 +01:00
Georgina Kinge
a1e16ff6e0
CCv0: Refactor signature verification PoC changes
...
Removes signature verficiation files and related code
Fixes : #4111
Signed-off-by: Georgina Kinge <Georgina.Kinge@ibm.com >
Co-authored-by: Megan Wright <megan.wright@ibm.com >
2022-06-20 10:58:36 +01:00
stevenhorsman
4af8f0a999
doc: Update encrypted image doc
...
Encrypted image support with offline_fs_kbc mode
of the attesation-agent, currently required skopeo
so update the doc to clarify this
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2022-06-16 14:53:10 +01:00
Megan Wright
eeff63375f
CCv0: Merge main into CCv0 branch
...
Merge in snap fix
Signed-off-by: Megan Wright <megan.wright@ibm.com >
2022-06-16 10:55:42 +01:00
Megan Wright
94695869b0
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4460
Signed-off-by: Megan-Wright <megan.wright@ibm.com >
2022-06-15 11:05:51 +01:00
Binbin Zhang
a305bafeef
docs: Update outdated URLs and keep them available
...
By comparing the content of the old url and the new url,
ensure that their content is consistent and does not contain ambiguities
Fixes : #4454
Signed-off-by: Binbin Zhang <binbin36520@gmail.com >
2022-06-15 16:34:28 +08:00
Gabriela Cervantes
bee7703436
docs: Update containerd url link
...
This PR updates the containerd url link in the Developer Guide.
Fixes #4451
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2022-06-14 15:35:03 +00:00
GabyCT
f811c8b60e
Merge pull request #4431 from jodh-intel/docs-arch-storage-limits
...
docs: Add storage limits to arch doc
2022-06-10 11:52:45 -05:00
James O. D. Hunt
1b845978f9
docs: Add storage limits to arch doc
...
Updated the architecture document to explain that if you wish to
constrain the amount of disk space a container uses, you need to use an
existing facility such as `quota(1)`s or device mapper limits.
Fixes : #4430 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2022-06-09 10:52:17 +01:00
Bin Liu
ae911d0cd3
Merge pull request #4378 from cmaf/update-containerd-docs-critools
...
docs: Update source for cri-tools
2022-06-09 15:12:37 +08:00
Eric Ernst
4ebf9d38b9
Merge pull request #4310 from egernst/core-sched
...
shim: add support for core scheduling
2022-06-08 17:42:45 +02:00
Megan Wright
aa9d875a8d
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4424
Signed-off-by: Megan Wright <megan.wright@ibm.com >
2022-06-08 15:51:18 +01:00
Gabriela Cervantes
fe3c1d9cdd
docs: Update storage documentation link
...
This PR updates the storage documentation link for the devicemapper
snapshotter.
Fixes #4398
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2022-06-06 14:48:34 +00:00
Bin Liu
f7b22eb777
Merge pull request #4344 from zvonkok/vgpu-documentation
...
docs: Update vGPU use-case
2022-06-06 10:25:05 +08:00
snir911
a0805742d6
Merge pull request #4350 from snir911/fix_workflow
...
workflows: add workflow_dispatch triggering to test-kata-deploy
2022-06-02 13:19:13 +03:00
Fabiano Fidêncio
6e399dcb61
Merge pull request #4348 from GeorginaKin/CCv0-main-merge
...
CCv0: Merge main into CCv0 branch
2022-06-01 22:21:10 +02:00
Chelsea Mafrica
7ae11cad67
docs: Update source for cri-tools
...
Kubernetes-incubator was previously deprecated in favor of
kubernetes-sigs.
Fixes #4377
Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com >
2022-06-01 12:48:48 -07:00
Snir Sheriber
b9fc24ff3a
docs: update release process github token instructions
...
and fix the gpg generating key url
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-06-01 19:08:41 +03:00
Snir Sheriber
c1476a174b
docs: update release process with latest workflow triggering
...
instructions
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-06-01 19:08:25 +03:00
Gabriela Cervantes
2e04833fb9
docs: Update Intel QAT documentation links
...
This PR updates some Intel QAT documentation url links.
Fixes #4374
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2022-06-01 14:41:00 +00:00
Zvonko Kaiser
6d0ff901ab
docs: Update vGPU use-case
...
Now that #4213 is merged we need updated documentation for vGPU time-sliced or vGPU MIG-backed.
Fixes : #4343
Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com >
2022-06-01 05:58:46 -07:00
Eric Ernst
d2df1209a5
docs: describe kata handling for core-scheduling
...
Add initial documentation for core-scheduling.
Signed-off-by: Eric Ernst <eric_ernst@apple.com >
2022-05-31 16:17:00 -07:00
Georgina Kinge
7eb74e51be
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4345
Signed-off-by: Georgina Kinge <Georgina.Kinge@ibm.com >
2022-05-31 13:50:38 +01:00
stevenhorsman
b772cc6b45
CCv0: Fix permissions of kata-containers repo
...
- Solve `fatal: unsafe repository` ownership error by using `lib.sh`
code to check out the kata-containers repo
- Update `~/rustup` and repo directory ownership to `${USER}`
in order to allow subsequent build steps to work as a non-root
user
Fixes : #4241
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2022-05-30 16:53:31 +01:00
Snir Sheriber
7040b297c5
docs: fix annotations example
...
annotation value should always be quoted, regardless to its type
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-05-30 16:02:29 +02:00
Snir Sheriber
a48d13f68d
runtime: allow annotation configuration to use_legacy_serial
...
and update the docs and test
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-05-30 16:02:29 +02:00
Archana Shinde
c95ba63c0c
docs: Remove information related to Kata 1.x
...
Since Kata 2.x does not support runtime cli, remove information
related to it. Update the configuration snippet accordingly.
Fixes #3870
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com >
2022-05-21 07:19:28 +05:30
Archana Shinde
34b80382b6
docs: Get rid of note related to networking.
...
One may want to use standalone containerd without k8s
and still have network enabled for the container.
Getting rid of note due to inaccuracy.
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com >
2022-05-21 07:19:28 +05:30
Archana Shinde
dfad5728a7
docs: Mention --cni flag while invoking ctr
...
Specify that the `--cni` flag needs to be passed to the `ctr` tool
while starting a container in order to have networking enabled for the
container. This flag allows containerd to call into the configured
network plugin which in turn creates a network interface for the
container.
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com >
2022-05-21 07:19:28 +05:30
stevenhorsman
69122d2a05
CCv0: Fix ccv0.sh to install virtiofsd
...
- Add call to install_virtiofsd.sh
- Remove the qemu build in the cloud_hypervisor path
Fixes : #4286
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2022-05-19 18:22:16 +01:00
Greg Kurz
fa61bd43ee
Merge pull request #4238 from snir911/wip/legacy_console
...
qemu: allow using legacy serial device for the console
2022-05-19 14:30:59 +02:00
Snir Sheriber
834f93ce8a
docs: fix annotations example
...
annotation value should always be quoted, regardless to its type
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-05-19 09:52:30 +03:00
Snir Sheriber
f4994e486b
runtime: allow annotation configuration to use_legacy_serial
...
and update the docs and test
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-05-18 18:58:21 +03:00
Georgina Kinge
dd78e4915c
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4275
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com >
2022-05-18 11:19:22 +01:00
Gabriela Cervantes
88fb9b72e2
docs: Update runc containerd runtime
...
As we are using a containerd version > 1.4 we need to update
the runc containerd runtime.
Fixes #4263
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2022-05-16 14:33:48 +00:00
Georgina Kinge
d50f98b603
CCv0: Refactored ccv0.sh to use new shared library
...
Refactoring ccv0.sh to use integration/confidential/lib.sh
Fixes : #4132
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com >
Co-authored-by: Megan Wright <Megan.Wright@ibm.com >
2022-05-13 14:31:57 +01:00
Steve Horsman
e64c2244f2
Merge pull request #4242 from stevenhorsman/git-errors-ccv0-non-root
...
doc: Allow ccv0 to run as non-root user
2022-05-13 13:33:53 +01:00
stevenhorsman
b89af0b373
doc: Allow ccv0 to run as non-root user
...
Change all the tests repo interactions to be done as sudo
Fixes : #4241
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2022-05-12 18:20:55 +01:00
Georgina Kinge
cc560cb85a
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4235
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com >
2022-05-12 17:09:34 +01:00
stevenhorsman
4210646802
doc: Update log parser link
...
- Update log-parser link to reflect new location
- Also update the link to be relative
Fixes : #4239
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2022-05-12 14:23:13 +01:00
Georgina Kinge
a259b1360d
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4235
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com >
2022-05-12 09:45:01 +01:00
Snir Sheriber
c7dacb1211
log-parser: move the kata-log-parser from the tests repo
...
to the kata-containers repo under the src/tools/log-parser folder
and vendor the modules
Fixes : #4100
Signed-off-by: Snir Sheriber <ssheribe@redhat.com >
2022-05-10 13:23:25 +03:00
Megan Wright
ef1ae5bc93
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4200
Signed-off-by: Megan Wright <megan.wright@.ibm.com>
2022-05-04 11:26:50 +01:00
Feng Wang
da11c21b4a
Merge pull request #3248 from fengwang666/direct-blk-design
...
docs: repropose direct-assigned volume
2022-04-28 16:55:50 -07:00
Feng Wang
7ffe5a16f2
docs: Direct-assigned volume design
...
Detail design description on direct-assigned volume
Fixes : #1468
Signed-off-by: Feng Wang <feng.wang@databricks.com >
2022-04-28 14:47:36 -07:00
Archana Shinde
9fdc88101f
Merge pull request #3907 from zvonkok/nvidia
...
doc: Update for NVIDIA GPUs
2022-04-28 12:42:44 -07:00
Gabriela Cervantes
6948b4b360
docs: Update containerd link to installation guide
...
This PR updates the containerd url link for the installation guide
Fixes #4162
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2022-04-27 16:52:53 +00:00
Zvonko Kaiser
dd4bd7f471
doc: Added initial doc update for NV GPUs
...
Fixed rpm vs deb references
Update to the shell portion
Fixes #3379
Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com >
2022-04-27 16:38:35 +02:00
Jason Zhang
832c33d5b5
docs: remove pc machine type supports
...
Currently the 'pc' machine type is no longer supported in kata configuration,
so remove it in the design docs.
Fixes : #4155
Signed-off-by: Jason Zhang <zhanghj.lc@inspur.com >
2022-04-27 11:28:03 +08:00
Megan Wright
738ae8c60e
CCv0: Merge main into CCv0 branch
...
Merge remote-tracking branch 'upstream/main' into CCv0
Fixes : #4115
Signed-off-by: Megan-Wright <megan.wright.ibm.com>
2022-04-20 11:32:31 +01:00