Categorygithub.com/crossplane-contrib/claim-migrator
modulepackage
0.1.0
Repository: https://github.com/crossplane-contrib/claim-migrator.git
Documentation: pkg.go.dev

# README

claim-migrator

This utility is EXPERIMENTAL. Use with Caution.

Migrate Crossplane Claims from one namespace to another.

Usage

Let's say we have a claim in the src-ns namespace:

$ kubectl get claim  -A
NAMESPACE   NAME                               SYNCED   READY   CONNECTION-SECRET   AGE
src-ns      tenant.k8s.example.com/dev-teams   True     True                        10s

To migrate this claim to dest-ns run:

./claim-migrator migrate -n src-ns --dest-namespace dest-ns tenant.k8s.example.com/dev-teams

Confirm the Claim has been migrated:

kubectl get claim -A
NAMESPACE   NAME                               SYNCED   READY   CONNECTION-SECRET   AGE
dest-ns     tenant.k8s.example.com/dev-teams   True     True                        36s

Building

go build

# Packages

No description provided by the author
No description provided by the author