Replies: 1 comment 2 replies
-
yes, i simulated a crash of the operator instance, ran terraform apply hoping a fully tooled operator would be created. I got the operator, but helm/kubectl where not installed. Shouldn't they be? @codex70 did you ever find a workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I make no changes to anything, and re-run terraform apply, it tells me that bastion and sometimes the operator have been modified:
Obviously this isn't ideal, but unfortunately it means that the extensions module isn't run, subsequently none of the applications are available on the operator. This causes terraform to get stuck in an endless loop waiting for applications to be deployed.
As a note, the bastion and operator are only available in a private address accessed via VPN.
Is there any work around for this, for example ignoring some changes, or forcing the extensions module to be re-run?
Beta Was this translation helpful? Give feedback.
All reactions