Skip to content

Commit

Permalink
updated the missing note
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
  • Loading branch information
dipankardas011 committed Aug 3, 2024
1 parent d9ec6f1 commit 43b8a95
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/develop/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ their are various method
{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux" %}}
```bash
```shell
curl -sfL https://get.ksctl.com/install/linux | python3 -
```
{{% /tab %}}
{{% tab header="MacOS" %}}
```bash
```shell
curl -sfL https://get.ksctl.com/install/macos | python3 -
```
{{% /tab %}}
Expand All @@ -45,12 +45,12 @@ iwr -useb https://get.ksctl.com/install/windows | iex
{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux" %}}
```bash
```shell
bash <(curl -s https://get.ksctl.com/uninstall/linux)
```
{{% /tab %}}
{{% tab header="MacOS" %}}
```bash
```shell
zsh <(curl -s https://get.ksctl.com/uninstall/macos)
```
{{% /tab %}}
Expand All @@ -70,7 +70,7 @@ iwr -useb https://get.ksctl.com/uninstall/windows | iex
{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux/MacOS" %}}
```bash
```shell
make install_linux

# macOS on M1
Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/develop/Ksctl Operators/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ It helps in deploying applications using crd to help manage with installaztion,

For defining a hetrogenous components we came up with a stack which contains `M` number of components which are different applications with their versions


{{% alert title="Info" color="info" %}}
this is current available on all clusters created by `ksctl@v1.2.0`
{{% /alert %}}
Expand All @@ -23,6 +24,10 @@ this is current available on all clusters created by `ksctl@v1.2.0`
It has a dependency on `ksctl agent`
{{% /alert %}}

{{% alert title="About Lifecycle of application stack" color="info" %}}
once you have `kubectl apply` the stack it will start deploying the applications in the stack, if you want to upgrade the applications in the stack you can edit the stack and change the version of the application and apply the stack again, it will uninstall the previous version and install the new version. Basically it performs reinstall of the stack which might cause downtime
{{% /alert %}}

### Supported Apps and CNI
| Name | Type | Category | Ksctl_Name |
|- | - | - | - |
Expand Down
10 changes: 5 additions & 5 deletions content/en/docs/stable/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ their are various method
{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux" %}}
```bash
```shell
curl -sfL https://get.ksctl.com/install/linux | python3 -
```
{{% /tab %}}
{{% tab header="MacOS" %}}
```bash
```shell
curl -sfL https://get.ksctl.com/install/macos | python3 -
```
{{% /tab %}}
Expand All @@ -45,12 +45,12 @@ iwr -useb https://get.ksctl.com/install/windows | iex
{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux" %}}
```bash
```shell
bash <(curl -s https://get.ksctl.com/uninstall/linux)
```
{{% /tab %}}
{{% tab header="MacOS" %}}
```bash
```shell
zsh <(curl -s https://get.ksctl.com/uninstall/macos)
```
{{% /tab %}}
Expand All @@ -70,7 +70,7 @@ iwr -useb https://get.ksctl.com/uninstall/windows | iex
{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux/MacOS" %}}
```bash
```shell
make install_linux

# macOS on M1
Expand Down
4 changes: 4 additions & 0 deletions content/en/docs/stable/Ksctl Operators/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ this is current available on all clusters created by `ksctl@v1.2.0`
It has a dependency on `ksctl agent`
{{% /alert %}}

{{% alert title="About Lifecycle of application stack" color="info" %}}
once you have `kubectl apply` the stack it will start deploying the applications in the stack, if you want to upgrade the applications in the stack you can edit the stack and change the version of the application and apply the stack again, it will uninstall the previous version and install the new version. Basically it performs reinstall of the stack which might cause downtime
{{% /alert %}}

### Supported Apps and CNI
| Name | Type | Category | Ksctl_Name |
|- | - | - | - |
Expand Down

0 comments on commit 43b8a95

Please sign in to comment.