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 ea31126 commit 9d114a4Copy full SHA for 9d114a4
spec/acceptance/integration_kubernetes_spec.rb
@@ -47,7 +47,7 @@
47
it 'verify the k8 nodes' do
48
run_shell('sleep 20')
49
run_shell('KUBECONFIG=/etc/kubernetes/admin.conf kubectl get nodes') do |r|
50
- expect(r.stdout).to match(/#{hostname1}(\s)+Ready(\s)+master/)
+ expect(r.stdout).to match(/#{hostname1}(\s)+Ready(\s)+control-plane,master/)
51
expect(r.stdout).to match(/#{hostname2}(\s)+Ready/)
52
expect(r.stdout).to match(/#{hostname3}(\s)+Ready/)
53
end
0 commit comments