Skip to content
New issue

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

modify modules using Remote-Exec to use the standard method in all modules #57

Open
ocobles opened this issue Feb 9, 2023 · 0 comments

Comments

@ocobles
Copy link
Contributor

ocobles commented Feb 9, 2023

While the Metallb and CPEM addons perform kubectl command execution from a remote server, the other modules use local-exec. This can cause confusion among users, especially in configurations where different addons are enabled. While we can't offer both options for all modules, I think it's better to just leave local execution, which could even be wrapped in the future with another module to execute everything remotely.

This will generally require two options:

  • users to have kubectl installed locally, as well as having the kubeconfig file locally.
  • users to have terraform installed in the remote server, and clone an execute the terraform template from there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant