k3s-io / docs

k3s Documentation
http://docs.k3s.io
16 stars 117 forks source link

Installation of CRD for system-upgrade-controller is missing #255

Closed harmathy closed 3 months ago

harmathy commented 3 months ago

Instructions for installation of CRD for system-upgrade-controller is missing.

Following the instructions will lead to a message like this when applying the plans:

resource mapping not found for name: "server-plan" namespace: "system-upgrade" from "system-upgrade-plan.yaml": no matches for kind "Plan" in version "upgrade.cattle.io/v1"
ensure CRDs are installed first
resource mapping not found for name: "agent-plan" namespace: "system-upgrade" from "system-upgrade-plan.yaml": no matches for kind "Plan" in version "upgrade.cattle.io/v1"
ensure CRDs are installed first

related: https://github.com/rancher/system-upgrade-controller/issues/298

harmathy commented 3 months ago

resolved by #256