Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

These scripts are specifically designed for a fresh environment. Some tweaks may be required to run these in an environment where there are some existing installations

Pre-requisites

  • Kubernetes Cluster(V1.24.6)
  • GIT

Installation

All

...

components

...

can

...

be

...

installed using the command below,

Code Block

...

languagebash
>./install-all.sh

...



Individual

...

components

...

can

...

be

...

installed

...

using

...

the

...

commands

...

below,

```./install-base.sh```

...

-

...

Installs

...

the

...

tools

...

required

...

for

...

other

...

installer

...

scripts.

```./install-acm.sh```

...

-

...

Installs

...

the

...

ACM,

...

and

...

it's

...

related

...

components.

```./install-kserve.sh```

...

-

...

Installs

...

the

...

Kserve,

...

and

...

it's

...

related

...

components.

```./install-nonrtric.sh```

...

-

...

Installs

...

the

...

NONRTRIC

...

components.

Uninstallation


```./uninstall-all.sh``` - Uninstalls all the components

...