rancher / terraform-provider-rke

Terraform provider plugin for deploy kubernetes cluster by RKE(Rancher Kubernetes Engine)
Mozilla Public License 2.0
340 stars 151 forks source link

Use dl.k8s.io for getting kubectl #420

Closed superseb closed 11 months ago

superseb commented 11 months ago

Issue: https://github.com/rancher/terraform-provider-rke/issues/421

Problem

Preparing for GCS bucket deprecation at some point (https://github.com/kubernetes/k8s.io/issues/2396)

Solution

Change to the currently documented source

Replaces https://github.com/rancher/terraform-provider-rke/pull/419

Testing

Engineering Testing

Manual Testing

Automated Testing

Summary: TODO

QA Testing Considerations

Regressions Considerations

TODO

Existing / newly added automated tests that provide evidence there are no regressions:

Terraform

Click to Expand Terraform
a-blender commented 11 months ago

@superseb Just curious, but is this a required security fix? Lgtm

superseb commented 11 months ago

@a-blender No, just something that came up and will be changed in the future. I created an issue with the upstream reference.