Back to Meshery

Lifecycle Management

docs/layouts/partials/compatibility/lifecycle-management.html

1.0.181.6 KB
Original Source

{{ $name := .Params.name }} {{ $title := .Title }} {{ $component := .Params.component }} {{ $earliest_version := .Params.earliest_version }} {{ $github_link := .Params.github_link }} {{ $project_status := .Params.project_status }}

Lifecycle management

The {{ $name }} can install {{ $earliest_version }} of {{ $component }}. A number of sample applications can be installed using the {{ $name }}.

{{ if ne $project_status "stable" }}

The {{ $name }} is currently under construction ({{ $project_status }} state), which means that the adapter is not fully functional. Want to contribute? Check our progress.

{{ end }} {{ $adapterPath := strings.ToLower $component }} {{ $adapterPath = replace $adapterPath " " "-" }} {{ $adapterImagePath := printf "content/en/extensions/adapters/%s/images/%s-adapter.png" $adapterPath $adapterPath }} {{ $installImagePath := printf "content/en/extensions/adapters/%s/images/%s-install.png" $adapterPath $adapterPath }} {{ if and (os.FileExists $adapterImagePath) (os.FileExists $installImagePath) }}

Install {{ $component }}

In Meshery's UI, choose the Meshery Adapter for {{ $component }}.

Click on (+) and choose the {{ $earliest_version }} of the {{ $component }}.

{{ end }}