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
Copy file name to clipboardExpand all lines: docs/cli/miactl/30_commands.md
+32-3Lines changed: 32 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ Available flags for the command:
56
56
-`--environment`, to set the environment scope for the command
57
57
58
58
:::warning
59
-
If you want to use `miactl` with a _Service Account_, **remember to specify** the `--auth-name` flag, otherwise _miactl_ will try to perform a _User Login_, opening the browser for authentication the user.
59
+
If you want to use `miactl` with a _Service Account_, **remember to specify** the `--auth-name` flag, otherwise
60
+
_miactl_ will try to perform a _User Login_, opening the browser for authentication the user.
60
61
:::
61
62
62
63
### use
@@ -607,6 +608,32 @@ Available flags for the command:
607
608
-`--entity-id`, the entity id to change
608
609
-`--environment`, set the flag to the environment name for deleting the role for that environment
609
610
611
+
### import
612
+
613
+
The `project import` subcommand allows you to import kubernetes resource yaml definition in an empty Mia-Platform Console
614
+
project.
615
+
616
+
The import function is lossy and some advanced configuration can be lost. We recommend to check the generated file
617
+
before trying a deploy to check if anything is amiss.
618
+
619
+
Usage:
620
+
621
+
```sh
622
+
miactl project import [flags]
623
+
```
624
+
625
+
Available flags for the command:
626
+
627
+
-`--filename`, file or folder path containing the resource definitions to import
628
+
-`--project-id`, to set the ID of the desired Project
629
+
-`--revision`, to specify the revision of the commit to deploy
630
+
-`--auth-name`, the name of the miactl auth to use
631
+
-`--endpoint`, to set the Console endpoint
632
+
-`--certificate-authority`, to provide the path to a custom CA certificate
633
+
-`--insecure-skip-tls-verify`, to disallow the check the validity of the certificate of the remote endpoint
634
+
-`--context`, to specify a different context from the currently selected one
635
+
-`--company-id`, to set the ID of the desired Company
636
+
610
637
## deploy
611
638
612
639
The `deploy` command allows you to manage the deployment of your Projects.
Copy file name to clipboardExpand all lines: docs/release-notes/v13.6.0.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,14 @@ Please make sure to update the items you are utilizing to this new version to en
91
91
92
92
## Console
93
93
94
+
## Kubernetes Import via miactl
95
+
96
+
Seamlessly onboard pre-existing Kubernetes workloads into your Console Projects using the new `miactl project import` command!
97
+
98
+
This feature simplifies the integration of Kubernetes resources by allowing you to import YAML definitions directly into an empty Project. While some advanced configurations may require manual adjustments, this process accelerates migration and saves time by avoiding the need to recreate resources from scratch.
99
+
100
+
For more details, check the [miactl commands documentation](/cli/miactl/30_commands.md).
101
+
94
102
### Improvements
95
103
96
104
#### GitHub App as new authentication type
@@ -101,15 +109,10 @@ You will only need to configure the provider by selecting the respective credent
101
109
102
110
For more information, visit the [documentation page](/console/company-configuration/providers/configure-provider.mdx#supported-credential-types).
103
111
104
-
105
112
#### New Shapes and Notes features in Flow Manager Configurator
106
113
107
114
You can now add and customize shapes and notes on the canvas. Create, resize, name, and change the color of shapes, and add notes with customizable content and colors directly from the canvas.
108
115
109
-
#### Import from Kubernetes via miactl
110
-
111
-
You can now import a Kubernetes namespace into an existing Console project using miactl. This makes it seamless to onboard pre-existing workloads without needing to recreate them from scratch.
112
-
113
116
#### `mlp`
114
117
115
118
A new version of the Mia-Platform CLI, `mlp`, `v2.0.0` is available! It comes with the following new features:
@@ -259,4 +262,4 @@ We have released a new application, called _AI RAG Chat Template_: it is identic
259
262
260
263
## How to update your Console
261
264
262
-
For self-hosted installations, please head to the [self hosted upgrade guide](/infrastructure/self-hosted/installation-chart/100_how-to-upgrade.md) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_`v13.10.0-beta.0`.
265
+
For self-hosted installations, please head to the [self hosted upgrade guide](/infrastructure/self-hosted/installation-chart/100_how-to-upgrade.md) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_`v13.10.0-beta.1`.
0 commit comments