Skip to content

docs: align Kubernetes, Go, and Liqo versions with what we actually support #2454

Description

@aryasoni98

Problem

Documented runtime/tool versions are years behind CI and go.mod, and the Liqo tutorial cannot be followed on current Liqo.

Evidence

  1. Kubernetes: README.md / Chart.yaml claim >= 1.21; CI tests v1.32 / v1.33 / v1.34 only. K8s 1.21 cannot satisfy Gateway API v1.6 CRDs used by the project.
  2. Go: docs/local.md says Go 1.22.3; go.mod is go 1.26.5; CI uses go-version-file: ./go.mod.
  3. Liqo: docs/liqo.md pins v0.5.4 docs and liqoctl generate peer-command (removed in 1.x; replaced by liqoctl peer). Also pins curlimages/curl:7.82.0.

Proposed fix

  • Raise K8s floor in README + Chart.yaml to oldest version CI covers
  • Point local.md Go install at go.mod (no hardcoded minor)
  • Rewrite liqo.md for Liqo 1.x

Acceptance

Documented versions match CI / go.mod; Liqo tutorial steps work on current Liqo docs.


Suggested label: documentation
Part of the v0.20.0 documentation audit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions