mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Ubuntu] Make k8s tools tests consistent across OS (#8112)
This commit is contained in:
committed by
GitHub
parent
d9169bba1e
commit
6adb752638
@@ -280,19 +280,19 @@ Describe "Julia" {
|
|||||||
|
|
||||||
Describe "Kubernetes tools" {
|
Describe "Kubernetes tools" {
|
||||||
It "kind" {
|
It "kind" {
|
||||||
"kind --version" | Should -ReturnZeroExitCode
|
"kind version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|
||||||
It "kubectl" {
|
It "kubectl" {
|
||||||
"kubectl version" | Should -MatchCommandOutput "Client Version: v"
|
"kubectl version --client=true" | Should -MatchCommandOutput "Client Version: v"
|
||||||
}
|
}
|
||||||
|
|
||||||
It "helm" {
|
It "helm" {
|
||||||
"helm version" | Should -ReturnZeroExitCode
|
"helm version --short" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|
||||||
It "minikube" {
|
It "minikube" {
|
||||||
"minikube version" | Should -ReturnZeroExitCode
|
"minikube version --short" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|
||||||
It "kustomize" {
|
It "kustomize" {
|
||||||
|
|||||||
Reference in New Issue
Block a user