Skip to content

Commit

Permalink
palette-release-2.2.0-docs (#549)
Browse files Browse the repository at this point in the history
* palette-release-2.2.0-docs

* palette-release-2.2.0-docs-01

* palette-release-2.2.0-docs-03

* update-04

* update-05

* Updated wording

Co-authored-by: Gilbert Tsang <truegilb@users.noreply.github.com>
  • Loading branch information
resmaa and truegilb authored Dec 28, 2021
1 parent 1e963b2 commit 8686daa
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 118 deletions.
12 changes: 12 additions & 0 deletions packages/docs/content/00-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ import Tooltip from "@librarium/shared/src/components/ui/Tooltip";



# December 24, 2021 - Release 2.2.0

Palette 2.2.0 is released with our **Edge Clusters** beta version alongside upgraded and enhanced Cluster API support.

The 2.2.0 Palette enhancements are:
* Palette users can now provision and manage their Kubernetes clusters using edge appliances in addition to usual data centers or cloud environments.
* Palette 2.2.0 has stepped up to an upgraded Cluster API version for better automation, integration and efficiency.
* Pack Updates:
* We encourage our users to deploy Kubernetes version 1.19.x and above
* vSphere-CSI storage driver support bounded to version 2.3.x


# November 20, 2021 - Release 2.1.0

Palette 2.1.0 is released with the following key improvements:
Expand Down
45 changes: 0 additions & 45 deletions packages/docs/content/06-integrations/00-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,52 +31,7 @@ Versions supported in the latest [release](/release-notes/) are highlighted.
</InfoBox>

<Tabs>

<Tabs.TabPane tab="1.16.x" key="k8s_v1.16">

* **1.16.15**
* **1.16.14**
* **1.16.13**
* 1.16.8
* 1.16.7
* 1.16.4
* 1.16.3

</Tabs.TabPane>

<Tabs.TabPane tab="1.17.x" key="k8s_v1.17">

* **1.17.17**
* **1.17.16**
* **1.17.14**
* **1.17.13**
* 1.17.12
* 1.17.11
* 1.17.4
* 1.17.3
* 1.17.1
* 1.17.0

</Tabs.TabPane>

<Tabs.TabPane tab="1.18.x" key="k8s_v1.18">

* **1.18.19**
* **1.18.18**
* **1.18.17**
* **1.18.16**
* **1.18.15**
* **1.18.14**
* **1.18.13**
* **1.18.12**
* 1.18.10
* 1.18.8
* 1.18.5
* 1.18.1
* 1.18.0

</Tabs.TabPane>

<Tabs.TabPane tab="1.19.x" key="k8s_v1.19">

* **1.19.16**
Expand Down
141 changes: 73 additions & 68 deletions packages/docs/content/06-integrations/00-vsphere-csi.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,75 @@
---
title: 'vSphere-csi'
metaTitle: 'vSphere CSI Integration with Spectro Cloud'
metaDescription: 'vSphere CSI storage add on into Spectro Cloud'
hiddenFromNav: true
isIntegration: true
category: ['storage']
logoUrl: 'https://registry.dev.spectrocloud.com/v1/csi-vsphere-volume/blobs/sha256:2cd106b353cb492d4647a1562fe59db6a1aeb792333900fe4e15237f899298b5?type=image/png'
---

import Tabs from '@librarium/shared/src/components/ui/Tabs';
import WarningBox from '@librarium/shared/src/components/WarningBox';
import InfoBox from '@librarium/shared/src/components/InfoBox';


# vSphere CSI

The main goal of vSphere CSI is to expose vSphere storage and features to Kubernetes users. It offers an in-tree volume driver that has been actively used by various Kubernetes as a service providers including on-prem. Cloud Native Storage (CNS) is a result of evolution and productization of vSphere Storage for Kubernetes and is also enterprise ready.

## vSphere CSI Driver Components

The vSphere CSI driver includes the following components:

* vSphere CSI Controller
* vSphere CSI Node
* Syncer

* Metadata Syncer
* Full Sync



## Versions Supported

---
title: 'vSphere-csi'
metaTitle: 'vSphere CSI Integration with Spectro Cloud'
metaDescription: 'vSphere CSI storage add on into Spectro Cloud'
hiddenFromNav: true
isIntegration: true
category: ['storage']
logoUrl: 'https://registry.dev.spectrocloud.com/v1/csi-vsphere-volume/blobs/sha256:2cd106b353cb492d4647a1562fe59db6a1aeb792333900fe4e15237f899298b5?type=image/png'
---

import Tabs from '@librarium/shared/src/components/ui/Tabs';
import WarningBox from '@librarium/shared/src/components/WarningBox';
import InfoBox from '@librarium/shared/src/components/InfoBox';


# vSphere CSI

The main goal of vSphere CSI is to expose vSphere storage and features to Kubernetes users. It offers an in-tree volume driver that has been actively used by various Kubernetes as a service providers including on-prem. Cloud Native Storage (CNS) is a result of evolution and productization of vSphere Storage for Kubernetes and is also enterprise ready.

## vSphere CSI Driver Components

The vSphere CSI driver includes the following components:

* vSphere CSI Controller
* vSphere CSI Node
* Syncer

* Metadata Syncer
* Full Sync



## Versions Supported


<WarningBox>
We highly recommend our users deploy the 2.3.x version of vSphere CSI.
</WarningBox>

<Tabs>
<Tabs.TabPane tab="1.0.x" key="1.0.x">

* **1.0.0**
<Tabs.TabPane tab="2.3.x" key="2.3.x">

* **2.3.0**

</Tabs.TabPane>
</Tabs>

## Notable Parameters

| Name | Supported Values | Default Value | Description |
| --- | --- | --- | --- |
| diskformat | thin, zeroedthick and eagerzeroedthick | zeroedthick | The storage account type to use |
| datastore | Datastore Name | | If specified, the volume will be created on the datastore specified in the storage class |
| isDefaultClass | true, false | true | Flag to denote if this StorageClass will be the default |

**References:**

https://vsphere-csi-driver.sigs.k8s.io/

https://github.com/kubernetes-sigs/vsphere-csi-driver


# Further Info

More info about Storage classes can be found in the following links:

https://kubernetes.io/docs/concepts/storage/storage-classes/

# Troubleshooting

Storage classes created by Spectro will be with the name "spectro-storage-class" and can be fetched from kubectl using the following CLI command:

```bash
kubectl get storageclass
```
</Tabs.TabPane>
</Tabs>

## Notable Parameters

| Name | Supported Values | Default Value | Description |
| --- | --- | --- | --- |
| diskformat | thin, zeroedthick and eagerzeroedthick | zeroedthick | The storage account type to use |
| datastore | Datastore Name | | If specified, the volume will be created on the datastore specified in the storage class |
| isDefaultClass | true, false | true | Flag to denote if this StorageClass will be the default |

**References:**

https://vsphere-csi-driver.sigs.k8s.io/

https://github.com/kubernetes-sigs/vsphere-csi-driver


# Further Info

More info about Storage classes can be found in the following links:

https://kubernetes.io/docs/concepts/storage/storage-classes/

# Troubleshooting

Storage classes created by Spectro will be with the name "spectro-storage-class" and can be fetched from kubectl using the following CLI command:

```bash
kubectl get storageclass
```
4 changes: 2 additions & 2 deletions packages/docs/content/09-registries-and-packs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Spectro CLI is a Command Line Interface to interact with the Spectro Cloud Pack

Spectro CLI is currently available in two platforms - OSX & Linux:

OSX : https://spectro-cli.s3.amazonaws.com/v2.1.0/osx/spectro
OSX : https://spectro-cli.s3.amazonaws.com/v2.2.0/osx/spectro

Linux : https://spectro-cli.s3.amazonaws.com/v2.1.0/linux/spectro
Linux : https://spectro-cli.s3.amazonaws.com/v2.2.0/linux/spectro
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ REGISTRY_HOST_DNS - registry.com
* Pull the latest Spectro Cloud pack registry docker image using the docker CLI.

```bash
docker pull gcr.io/spectro-images-public/release/spectro-registry:2.1.0
docker pull gcr.io/spectro-images-public/release/spectro-registry:2.2.0
```

* Create the docker container using the docker `run` command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ The Spectro CLI tool is currently available for OSX and Linux.
<Tabs.TabPane tab="OSX" key="osx_cli">

```bash
wget https://spectro-cli.s3.amazonaws.com/v2.0.1/osx/spectro
wget https://spectro-cli.s3.amazonaws.com/v2.2.0/osx/spectro
```

</Tabs.TabPane>

<Tabs.TabPane tab="Linux" key="linux_cli">

```bash
wget https://spectro-cli.s3.amazonaws.com/v2.0.1/linux/spectro
wget https://spectro-cli.s3.amazonaws.com/v2.2.0/linux/spectro
```

</Tabs.TabPane>
Expand Down

0 comments on commit 8686daa

Please sign in to comment.