From 0373024bff0ef434c13c58748165a5b7d6b337c7 Mon Sep 17 00:00:00 2001 From: leigh capili Date: Tue, 2 Jun 2020 10:23:47 -0600 Subject: [PATCH] Ran 'make autogen tidy graph' --- docs/cli/ignite/ignite_create.md | 4 ++-- docs/cli/ignite/ignite_run.md | 2 +- docs/cli/ignite/ignite_vm_create.md | 4 ++-- docs/cli/ignite/ignite_vm_run.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/cli/ignite/ignite_create.md b/docs/cli/ignite/ignite_create.md index 14336b736..94aa1a0f8 100644 --- a/docs/cli/ignite/ignite_create.md +++ b/docs/cli/ignite/ignite_create.md @@ -7,7 +7,7 @@ Create a new VM without starting it Create a new VM by combining the given image with a kernel. If no kernel is given using the kernel flag (-k, --kernel-image), use the -default kernel (weaveworks/ignite-kernel:4.19.47). +default kernel (weaveworks/ignite-kernel:4.19.125). Various configuration options can be set during creation by using the flags for this command. @@ -39,7 +39,7 @@ ignite create [flags] --cpus uint VM vCPU count, 1 or even numbers between 1 and 32 (default 1) -h, --help help for create --kernel-args string Set the command line for the kernel (default "console=ttyS0 reboot=k panic=1 pci=off ip=dhcp") - -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.47) + -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.125) -l, --label stringArray Set a label (foo=bar) --memory size Amount of RAM to allocate for the VM (default 512.0 MB) -n, --name string Specify the name diff --git a/docs/cli/ignite/ignite_run.md b/docs/cli/ignite/ignite_run.md index 5b10d1622..b41aa6c85 100644 --- a/docs/cli/ignite/ignite_run.md +++ b/docs/cli/ignite/ignite_run.md @@ -35,7 +35,7 @@ ignite run [flags] --ignore-preflight-checks strings A list of checks whose errors will be shown as warnings. Example: 'BinaryInPath,Port,ExistingFile'. Value 'all' ignores errors from all checks. -i, --interactive Attach to the VM after starting --kernel-args string Set the command line for the kernel (default "console=ttyS0 reboot=k panic=1 pci=off ip=dhcp") - -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.47) + -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.125) -l, --label stringArray Set a label (foo=bar) --memory size Amount of RAM to allocate for the VM (default 512.0 MB) -n, --name string Specify the name diff --git a/docs/cli/ignite/ignite_vm_create.md b/docs/cli/ignite/ignite_vm_create.md index 10b117948..849144e5e 100644 --- a/docs/cli/ignite/ignite_vm_create.md +++ b/docs/cli/ignite/ignite_vm_create.md @@ -7,7 +7,7 @@ Create a new VM without starting it Create a new VM by combining the given image with a kernel. If no kernel is given using the kernel flag (-k, --kernel-image), use the -default kernel (weaveworks/ignite-kernel:4.19.47). +default kernel (weaveworks/ignite-kernel:4.19.125). Various configuration options can be set during creation by using the flags for this command. @@ -39,7 +39,7 @@ ignite vm create [flags] --cpus uint VM vCPU count, 1 or even numbers between 1 and 32 (default 1) -h, --help help for create --kernel-args string Set the command line for the kernel (default "console=ttyS0 reboot=k panic=1 pci=off ip=dhcp") - -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.47) + -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.125) -l, --label stringArray Set a label (foo=bar) --memory size Amount of RAM to allocate for the VM (default 512.0 MB) -n, --name string Specify the name diff --git a/docs/cli/ignite/ignite_vm_run.md b/docs/cli/ignite/ignite_vm_run.md index 721043227..08ea886ce 100644 --- a/docs/cli/ignite/ignite_vm_run.md +++ b/docs/cli/ignite/ignite_vm_run.md @@ -35,7 +35,7 @@ ignite vm run [flags] --ignore-preflight-checks strings A list of checks whose errors will be shown as warnings. Example: 'BinaryInPath,Port,ExistingFile'. Value 'all' ignores errors from all checks. -i, --interactive Attach to the VM after starting --kernel-args string Set the command line for the kernel (default "console=ttyS0 reboot=k panic=1 pci=off ip=dhcp") - -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.47) + -k, --kernel-image oci-image Specify an OCI image containing the kernel at /boot/vmlinux and optionally, modules (default weaveworks/ignite-kernel:4.19.125) -l, --label stringArray Set a label (foo=bar) --memory size Amount of RAM to allocate for the VM (default 512.0 MB) -n, --name string Specify the name