changed
|
|
cmd
|
set -o pipefail
kubectl delete namespace sampleapp --force --grace-period=0 --wait=false
|
delta
|
|
end
|
2023-10-23 16:24:22.014506
|
invocation
|
{
"module_args": {
"_raw_params": "set -o pipefail\nkubectl delete namespace sampleapp --force --grace-period=0 --wait=false\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true
}
}
|
msg
|
|
rc
|
|
start
|
2023-10-23 16:24:21.902577
|
stderr
|
E1023 16:24:21.982768 3715 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E1023 16:24:21.996583 3715 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E1023 16:24:21.999137 3715 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E1023 16:24:22.002757 3715 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
|
stderr_lines
|
[
"E1023 16:24:21.982768 3715 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request",
"E1023 16:24:21.996583 3715 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request",
"E1023 16:24:21.999137 3715 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request",
"E1023 16:24:22.002757 3715 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request",
"Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely."
]
|
stdout
|
namespace "sampleapp" force deleted
|
stdout_lines
|
[
"namespace \"sampleapp\" force deleted"
]
|