rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
253 stars 216 forks source link

[DOC] machine_selector_config wrong #1266

Open belfhi opened 7 months ago

belfhi commented 7 months ago

in the docs for machine_selector_config it says:

      config = <<EOF
        kubelet-arg:
          - cloud-provider-name=external
      EOF

should be set for recent Rancher versions. But I believe the kubelet-arg should be cloud-provider=external docs I ran across this issue when migrating to the new schema and my kubelet didn't start anymore.