mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 19:25:44 +00:00
Problem: When building a hybrid cluster with windows nodes there is only a single set of overrides you can use per service. This limits configuring the node as service args and prefix_path sometimes need to be specific for the different OS. Solution: Add support for `win_` prefixed parameters for cluster level `path_prefix` and service level `extra_args`, `extra_env` and `extra_binds`. Params will work as before, passing in the non `win_` prefixed params, IF you set the `win_` prefixed params it willy only use those meaning you will need to duplicate the params in both config sections of your rke cluster yaml. |
||
---|---|---|
.. | ||
dialer.go | ||
dind.go | ||
hosts.go | ||
local.go | ||
tunnel.go |