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
This is more an question to understand existing approach(es) as I couldn't find explicit answer documented.
I'm trying to run the tests in Golang container but when executing the KubectlApply it complains about missing kubectl.
kubectl
Is there a way to deploy test K8s infra without the need of kubectl (using k8s client) ?
I'm not building a dedicated docker image with copied tests inside, just running the Golang container and mounting current folder with test(s).
PS: I would like to avoid creating a custom Golang image with just kubectl inside.
The text was updated successfully, but these errors were encountered:
Hi, kubectl is required to be installed in the environment
References: https://github.com/gruntwork-io/terratest/blob/master/modules/k8s/kubectl.go#L40
Sorry, something went wrong.
Thanks @denis256 for confirmation.
No branches or pull requests
This is more an question to understand existing approach(es) as I couldn't find explicit answer documented.
I'm trying to run the tests in Golang container but when executing the KubectlApply it complains about missing
kubectl
.Is there a way to deploy test K8s infra without the need of
kubectl
(using k8s client) ?I'm not building a dedicated docker image with copied tests inside, just running the Golang container and mounting current folder with test(s).
PS: I would like to avoid creating a custom Golang image with just kubectl inside.
The text was updated successfully, but these errors were encountered: