We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89931de commit 256a6f1Copy full SHA for 256a6f1
manifests/service.pp
@@ -75,7 +75,7 @@
75
76
if $bootstrap_controller {
77
78
- exec {'Checking for the Kubernets cluster to be ready':
+ exec {'Checking for the Kubernetes cluster to be ready':
79
path => ['/usr/bin', '/bin'],
80
command => 'kubectl get nodes | grep -w NotReady',
81
tries => 50,
spec/classes/service_spec.rb
@@ -88,6 +88,6 @@
88
}
89
end
90
91
- it { should contain_exec('Checking for the Kubernets cluster to be ready')}
+ it { should contain_exec('Checking for the Kubernetes cluster to be ready')}
92
93
0 commit comments