Skip to content

Commit

Permalink
Backup and other fix (#2194)
Browse files Browse the repository at this point in the history
* chore: removed cox edge from Ubuntu

* docs: minor fixes from feedback
  • Loading branch information
karl-cardenas-coding authored Feb 8, 2024
1 parent 5780015 commit 623bc3a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide provides instructions for how to create a cluster backup using Palett
where you created the backup as the _source cluster_.

A backup operation can only back up specified namespaces, cluster-scoped resources, and Persistent Volumes (PVs) from
the source cluster. The backup operation includes the source cluster profile in Palette's final backup object.
the source cluster.

:::info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ backup. To learn more about the restore operation, refer to the Velero

:::warning

If the source cluster is unavailable in Palette, you cannot restore its backup.
If the source cluster is unavailable in Palette, you cannot restore its backup through the Palette user interface.
Reach out to our support team at [[email protected]](mailto:[email protected]) for additional guidance.

:::

Expand Down
16 changes: 0 additions & 16 deletions docs/docs-content/integrations/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,22 +725,6 @@ data "spectrocloud_pack_simple" "ubuntu" {
}
```

</TabItem>
<TabItem label="Cox Edge" value="cox-edge">

```hcl
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "ubuntu" {
name = "ubuntu-coxedge"
version = "22.04"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}
```

</TabItem>
<TabItem label="AWS" value="aws">

Expand Down
17 changes: 9 additions & 8 deletions docs/docs-content/registries-and-packs/registries/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ synchronization behavior of Helm registries.
Palette comes with a set of default registries that are available to all SaaS tenants, and non-airgap self-hosted
Palette environments. The default registries are listed below:

| **Name** | **Provider** | **Description** | **URL** | **Base Path** |
| -------------------------- | ------------ | --------------------------------------------------------------------------------- | ---------------------------------------------- | ------------- |
| Bitnami | Helm | A Helm Chart registry containing Helm Charts maintained and supported by Bitnami. | `https://charts.bitnami.com/bitnami` | - |
| Public Spectro Helm Repo | Helm | A Helm Chart registry containing Helm Charts maintained and supported by us. | `https://spectrocloud.github.io/helm-charts` | - |
| Public Repo | Legacy Packs | A packs registry containing packs maintained and supported by us. | `https://registry.spectrocloud.com` | - |
| Spectro Addon Repo | Legacy Packs | A packs registry containing add-on packs maintained and supported by us. | `https://registry-addon.spectrocloud.com` | - |
| Palette Registry | OCI | A packs registry containing packs maintained and supported by us. | `415789037893.dkr.ecr.us-east-1.amazonaws.com` | `production` |
| Palette Community Registry | OCI | A packs registry containing community packs. | `415789037893.dkr.ecr.us-east-1.amazonaws.com` | `community` |
| **Name** | **Provider** | **Description** | **URL** | **Base Path** |
| -------------------------- | ------------ | --------------------------------------------------------------------------------- | ---------------------------------------------- | ----------------- |
| Bitnami | Helm | A Helm Chart registry containing Helm Charts maintained and supported by Bitnami. | `https://charts.bitnami.com/bitnami` | - |
| Public Spectro Helm Repo | Helm | A Helm Chart registry containing Helm Charts maintained and supported by us. | `https://spectrocloud.github.io/helm-charts` | - |
| Public Repo | Legacy Packs | A packs registry containing packs maintained and supported by us. | `https://registry.spectrocloud.com` | - |
| Spectro Addon Repo | Legacy Packs | A packs registry containing add-on packs maintained and supported by us. | `https://registry-addon.spectrocloud.com` | - |
| Palette Registry | OCI | A packs registry containing packs maintained and supported by us. | `415789037893.dkr.ecr.us-east-1.amazonaws.com` | `production` |
| Palette Registry FIPS | OCI | A packs registry containing FIPS packs maintained and supported by us. | `415789037893.dkr.ecr.us-east-1.amazonaws.com` | `production-fips` |
| Palette Community Registry | OCI | A packs registry containing community packs. | `415789037893.dkr.ecr.us-east-1.amazonaws.com` | `community` |

:::info

Expand Down

0 comments on commit 623bc3a

Please sign in to comment.