While I try to add docker desktop kubernetes to rancher cluster it shows error in curl command which they provided in adding cluster in rancher

curl --insecure -sfL https://104.211.32.151:8443/v3/import/zp2b5dhb7h79fn7qlk2g7k4rl2mv7b2j29s8brxfzmhskfnt4tvpmd.yaml | kubectl apply -f -
Invoke-WebRequest : A parameter cannot be found that matches parameter name ‘sfL’.
At line:1 char:17

  • curl --insecure -sfL https://104.211.32.151:8443/v3/import/zp2b5dhb7h
  •             ~~~~
    
    • CategoryInfo : InvalidArgument: (:slight_smile: [Invoke-WebRequest], ParameterBindingException
    • FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.InvokeWebRequestCommand