You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 for this. If it is useful for local-exec, it should be also implemented in remote-exec, there is absolutely no reason why both are not treated the same.
Expected Behaviour
When installing k3s via k3sup the k3s extra args passed via
--k3s-extra-args
should be interpolated on the remote machine.Current Behaviour
Currently the k3s extra args are not interpolated on the remote machine.
Possible Solution
Change single quotes to escaped double quotes in install.go
Steps to Reproduce (for bugs)
Context
When running k3s on an ec2 instance with the aws cloud controller manager, a provider ID has to be set on the k3s instance.
This provider id is determined dynamically on the remote host and consists of the availability zone and instance id.
Your Environment
k3sup app
)?The text was updated successfully, but these errors were encountered: