Nan Li
Nan Li
We can build a command line tool to `backeup` and `restore` the Configuration Object and the Terraform state. The command line tool may have two subcommands: `backup` and `restore`. The...
This issue discusses how to detect the backend configuration from the user's input Terraform configuration, which could be a piece of hcl code inlined in the `terraform.core.oam.dev/Configuration` yaml file or...
This PR supports using `nerdctl image convert` to convert docker v2 or oci images to nydus images. The users can use the command like `nerdctl image convert --nydus --oci `...
### Description Let's say we have a running container whose id is `nginx-1`. We checkpoint this container `nginx-1` and get a snapshot image whose name is `checkpoint-nginx-1`. Then we restore...
### Description I am attempting to use runc to checkpoint and restore containers (by calling CRIU), and I do not want CRIU to dump and restore cgroups. I found in...
**What happened**: Assume that we have a kubernetes cluster with two nodes and a simple job with topology annotations: ```yaml apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: annotations: volcano.sh/task-topology-affinity: "nginx-worker,ubuntu-worker" volcano.sh/task-topology-anti-affinity: "nginx-worker"...