constellation/upgrade-agent/internal/server
Markus Rudy a53017ecc4 upgrade-agent: set explicit k8s version
`kubeadm upgrade plan` takes an optional positional argument for the
target Kubernetes version [1], which is documented as

> To skip the internet check, pass in the optional [version] parameter

In light of RFC 015, we should not do an "internet check" for latest
versions, but stick to the version we're actually targeting with the
upgrade. Thus, we explicitly pass the version as an argument.

[1]: https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/#cmd-upgrade-plan
2023-12-11 20:11:26 +01:00
..
BUILD.bazel bazel: add build files for go (#1186) 2023-03-09 15:23:42 +01:00
server_test.go versions: consolidate various types of Components 2023-12-11 14:26:54 +01:00
server.go upgrade-agent: set explicit k8s version 2023-12-11 20:11:26 +01:00