Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(search): fixing pages not loading after search #416

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const config = {
apiKey: "057a9f939df7215d92c8171d47352c54",
indexName: "vcluster",
placeholder: "Search...",
externalUrlRegex: 'vcluster\\.com\/docs\/v0\\.19',
algoliaOptions: {},
},
footer: {
Expand All @@ -229,4 +230,4 @@ const config = {
}),
};

export default config;
export default config;
12 changes: 6 additions & 6 deletions vcluster/deploy/upgrade/upgrade-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ sidebar_position: 2.1

import UpgradeVersion from '../../_partials/manage/upgrade-version.mdx'

At any time, you can upgrade the version of your vCluster. During the upgrade, you can also apply
configuration option changes.
At any time, you can upgrade the version of your vCluster. During the upgrade, you can also apply
configuration option changes.

<p></p>

:::tip
If you are moving from vCluster 0.19.x to 0.20+, see the [conversion guide](../reference/migrations/0-20-migration) for how to automatically convert your existing `values.yaml` configuration file to the new `vcluster.yaml` format.
If you are moving from vCluster 0.19.x to 0.20+, see the [conversion guide](/vcluster/reference/migrations/0-20-migration) for how to automatically convert your existing `values.yaml` configuration file to the new `vcluster.yaml` format.
:::

## (Optional) Update `vcluster.yaml`
## (Optional) Update `vcluster.yaml`
Piotr1215 marked this conversation as resolved.
Show resolved Hide resolved

Update your `vcluster.yaml` to change your configuration options during a vCluster version upgrade.

<p></p>
:::warning
Remember that you can't change distros or backing store once a vCluster is deployed.
:::warning
Remember that you can't change distros or backing store once a vCluster is deployed.
:::

## Upgrade vCluster Version
Piotr1215 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading