Jake Hyde

Results 53 comments of Jake Hyde

This is also the source of https://github.com/rancher/rancher/issues/39020 & https://github.com/rancher/rancher/issues/39023. On update for k3s clusters, the following fields are populated under `machineGlobalConfig` if empty when updating from the UI: ``` "disable-cloud-controller":...

Here is the POST request for a k3s cluster on create: ``` { "id": "fleet-default/jhyde-k3s-test", "type": "provisioning.cattle.io.cluster", "links": { "remove": "https://jhyde.ngrok.io/v1/provisioning.cattle.io.clusters/fleet-default/jhyde-k3s-test", "self": "https://jhyde.ngrok.io/v1/provisioning.cattle.io.clusters/fleet-default/jhyde-k3s-test", "update": "https://jhyde.ngrok.io/v1/provisioning.cattle.io.clusters/fleet-default/jhyde-k3s-test", "view": "https://jhyde.ngrok.io/apis/provisioning.cattle.io/v1/namespaces/fleet-default/clusters/jhyde-k3s-test" }, "apiVersion": "provisioning.cattle.io/v1",...

@riuvshyn Can you attach a portion of your terraform files, specifically how you are defining your `rancher2_cluster_v2` resource, and the modifications you are making to it (both in and out...

@riuvshyn Thanks for updating, are there any other modifications you're making/have made to the cluster within rancher that are not reflect/were not applied within terraform? I've created a cluster with...

@riuvshyn I was using a custom cluster as well. From what I can tell in the Rancher UI screenshot you shared, the cluster itself isn't being deleted since it still...

@jameson-mcghee Does this happen every time, or was this just a one time issue?

@cmurphy We may need to add a migration if we are attempting to fix the above case, or release note it.

This PR depends on https://github.com/rancher/rancher/pull/38796, so you may see some changes to `encryptionkeyrotation.go`, for the purposes of this PR just ignore them.

Fixed due to #38645 & #38531, see https://drone-pr.rancher.io/rancher/rancher/23369/1/2 for confirmation. Also closing because there is nothing for QA to test.

Looks like 20.10.12 isn't available in Ubuntu 22.04, only 20.10.13 - 20.10.17. I'll investigate updating the version and see if there is a way that we can integrate functionality for...