replace crioctl with crictl
Signed-off-by: Wei Wei <weiwei.inf@gmail.com>
This commit is contained in:
parent
7b837b5a1e
commit
25dfde9044
28 changed files with 457 additions and 457 deletions
6
test/testdata/README.md
vendored
6
test/testdata/README.md
vendored
|
@ -5,11 +5,11 @@ sudo ./crio
|
|||
|
||||
In terminal 2:
|
||||
```
|
||||
sudo ./crioctl runtimeversion
|
||||
sudo ./crictl runtimeversion
|
||||
|
||||
sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1
|
||||
sudo ./crioctl pod run --config testdata/sandbox_config.json
|
||||
sudo ./crictl runs testdata/sandbox_config.json
|
||||
|
||||
sudo rm -rf /var/lib/containers/storage/containers/container1
|
||||
sudo ./crioctl container create --pod podsandbox1 --config testdata/container_config.json
|
||||
sudo ./crictl create podsandbox1 testdata/container_config.json testdata/sandbox_config.json
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"metadata": {
|
||||
"name": "container1",
|
||||
"name": "test-resolve",
|
||||
"attempt": 1
|
||||
},
|
||||
"image": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"metadata": {
|
||||
"name": "container1",
|
||||
"name": "test-resolve-ro",
|
||||
"attempt": 1
|
||||
},
|
||||
"image": {
|
||||
|
|
2
test/testdata/sandbox1_config.json
vendored
2
test/testdata/sandbox1_config.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
2
test/testdata/sandbox2_config.json
vendored
2
test/testdata/sandbox2_config.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
2
test/testdata/sandbox3_config.json
vendored
2
test/testdata/sandbox3_config.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
2
test/testdata/sandbox_config.json
vendored
2
test/testdata/sandbox_config.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
2
test/testdata/sandbox_config_hostnet.json
vendored
2
test/testdata/sandbox_config_hostnet.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_options": {
|
||||
"servers": [
|
||||
|
|
2
test/testdata/sandbox_config_hostport.json
vendored
2
test/testdata/sandbox_config_hostport.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_options": {
|
||||
"servers": [
|
||||
|
|
2
test/testdata/sandbox_config_seccomp.json
vendored
2
test/testdata/sandbox_config_seccomp.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_options": {
|
||||
"servers": [
|
||||
|
|
2
test/testdata/sandbox_config_selinux.json
vendored
2
test/testdata/sandbox_config_selinux.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
2
test/testdata/sandbox_config_sysctl.json
vendored
2
test/testdata/sandbox_config_sysctl.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "redhat.test.crio",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
2
test/testdata/template_sandbox_config.json
vendored
2
test/testdata/template_sandbox_config.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"namespace": "${NAMESPACE}",
|
||||
"attempt": 1
|
||||
},
|
||||
"hostname": "crioctl_host",
|
||||
"hostname": "crictl_host",
|
||||
"log_directory": "",
|
||||
"dns_config": {
|
||||
"searches": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue