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
kubeterra import command, when run inside the directory with terraform config should create TerraformConfuguration object.
kubeterra import
Files to import:
*.tf
spec.configuration
terraform.tfvars
*.auto.tfvars
spec.values
spec.autoApprove=false
spec.paused=true
Once created, print instructions on how to proceed next.
spec.template.env
spec.template.envFrom
spec.template.volumes
spec.template.volumeMounts
spec.paused
The text was updated successfully, but these errors were encountered:
the CLI should be an plugin for kubectl
kubectl
Sorry, something went wrong.
No branches or pull requests
kubeterra import
command, when run inside the directory with terraform config should create TerraformConfuguration object.Files to import:
*.tf
files -> goes tospec.configuration
terraform.tfvars
+*.auto.tfvars
if presented -> goes tospec.values
spec.autoApprove=false
spec.paused=true
Once created, print instructions on how to proceed next.
spec.template.env
andspec.template.envFrom
(to configure credentials)spec.template.volumes
andspec.template.volumeMounts
to configure some additional files (like ssh keys)spec.paused
to unpause the processing of TerraformConfuguration.The text was updated successfully, but these errors were encountered: