You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Migrate your kubernetes deployments to Rig Capsules
104
+
105
+
Usage:
106
+
rig-ops migrate [flags]
107
+
108
+
Flags:
109
+
-A, --annotation key=value annotations to add to the Capsule of the format key=value. Can for example be used to target migration with a specific plugin (default [])
110
+
-a, --apply Apply the capsule to the rig platform
111
+
--deployment string The deployment to migrate. If not set, a list of deployments will be prompted for.
112
+
-e, --environment string The environment to migrate to
113
+
--export string Export the Capsule to the given file path
114
+
--helm-dir string Path to a Helm chart directory. If set, the Helm chart will be rendered, and the resulting k8s resources will form the base of the migration
115
+
-h, --help help for migrate
116
+
--keep-env-config-maps Keep envFrom to ConfigMaps after migration. By default, ConfigMaps are read and added to the Capsule. Changing this behavior is useful if an external tool is generating the ConfigMaps.
117
+
--name-origin service,deployment,input From where to inherit the name of the capsule. One of service,deployment,input. Default is service, if one exists, otherwise deployment.
118
+
-p, --project string The project to migrate to
119
+
--values-file strings Paths to additional values files to use for the helm chart.Each path is separated by a comma. The values are merged in the order they are provided
0 commit comments