Replies: 1 comment 4 replies
-
This "magic move" is part of cluster API. Here are the details: https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#move You can move other secrets the same way. In the Makefile you find an example "patch" command. Does this answers your question? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have a use case when I need to move some secrets from management cluster to workload clusters. I discovered a label
clusterctl.cluster.x-k8s.io/move
which you use to movehetzner
secret tokube-system
namespace onto workload cluster. I am not able to find code that does this. Could you please explain is it possible to move any secrets from management cluster to workload clusters using this label or it's being defined on provider level and I can move only secrets you defined in CAPH controller? ThanksBeta Was this translation helpful? Give feedback.
All reactions