mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #66515 from justinsb/verify_kubectl_dump
Add test for kubectl cluster-info dump
This commit is contained in:
commit
cfd6343477
@ -847,6 +847,13 @@ metadata:
|
||||
})
|
||||
})
|
||||
|
||||
framework.KubeDescribe("Kubectl cluster-info dump", func() {
|
||||
It("should check if cluster-info dump succeeds", func() {
|
||||
By("running cluster-info dump")
|
||||
framework.RunKubectlOrDie("cluster-info", "dump")
|
||||
})
|
||||
})
|
||||
|
||||
framework.KubeDescribe("Kubectl describe", func() {
|
||||
/*
|
||||
Release : v1.9
|
||||
|
Loading…
Reference in New Issue
Block a user