We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following messages
./run_tests_with_helm_in_k8s.sh: line 6: oc: command not found ... scripts/waitFor.sh: line 12: oc: command not found
are reported when we execute the command ./run_tests_with_helm_in_k8s.sh kind-registry:5000/health-check health-check
./run_tests_with_helm_in_k8s.sh kind-registry:5000/health-check health-check
As the goal is to execute the command against a kubernetes cluster, kubectl client should be used instead of oc !
The text was updated successfully, but these errors were encountered:
jacobdotcosta
No branches or pull requests
Issue
The following messages
are reported when we execute the command
./run_tests_with_helm_in_k8s.sh kind-registry:5000/health-check health-check
As the goal is to execute the command against a kubernetes cluster, kubectl client should be used instead of oc !
The text was updated successfully, but these errors were encountered: