olga-mir / k8s-multi-cluster

Experiments with multi cluster patterns
Apache License 2.0
7 stars 0 forks source link

Automate pre-install components upgrade #19

Open olga-mir opened 1 year ago

olga-mir commented 1 year ago

platform.yaml seems to be manual file with some hardcoded values, e.g.

clusters/cluster-mgmt/cluster-01/platform.yaml:32:  path: ./k8s-platform/cni-caaph-resource/cilium/v1.12.3
clusters/tmp-mgmt/cluster-mgmt/platform.yaml:33:  path: ./k8s-platform/cni-caaph-resource/cilium/v1.12.3

Commits like this one https://github.com/olga-mir/k8s-multi-cluster/pull/20/commits/cf1b25783516ebd5d2c8745d14602ac0e9951d05 should not be manual

etc.. more places?