You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to set the system images for the controllers listed in the title of this issue.
Error log for expected images:
Error: Unsupported argument
│
│ on ../RKE1/cluster/main.tf line 99, in resource "rke_cluster" "local":
│ 99: canal_controllers = try(item.value.canal_controllers, null)
│
│ An argument named "canal_controllers" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on ../RKE1/cluster/main.tf line 107, in resource "rke_cluster" "local":
│ 107: ingress_webhook = try(item.value.ingress_webhook, null)
│
│ An argument named "ingress_webhook" is not expected here.
Currently it is not possible to set the system images for the controllers listed in the title of this issue.
Error log for expected images:
rke terraform provider system images schema: https://github.com/rancher/terraform-provider-rke/blob/master/rke/schema_rke_cluster_system_images.go
valid system images can be found here: https://github.com/rancher/kontainer-driver-metadata/blob/release-v2.6/rke/k8s_rke_system_images.go (must check an image version for 2.5 or higher to see the new system images)
The text was updated successfully, but these errors were encountered: