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

test (DO NOT MERGE) #318

Closed
wants to merge 1 commit into from
Closed
Changes from all 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
1 change: 1 addition & 0 deletions platform/install/quick-start-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import InstallCLI from "../../vcluster/_partials/deploy/install-cli.mdx";
import InstallNextSteps from "../_partials/install/install-next-steps.mdx";

Testing vclusters

Check failure on line 12 in platform/install/quick-start-guide.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Loft.no-plural-vclusters] 'vClusters' (plural) is not allowed. Use 'vCluster' instead. Raw Output: {"message": "[Loft.no-plural-vclusters] 'vClusters' (plural) is not allowed. Use 'vCluster' instead.", "location": {"path": "platform/install/quick-start-guide.mdx", "range": {"start": {"line": 12, "column": 9}}}, "severity": "ERROR"}
The **vCluster CLI** is the preferred method for deploying the platform to a Kubernetes cluster.
It streamlines the installation process and ensures compatibility with your Kubernetes environment.
If you later decide to manage your platform instance via GitOps, you can export the applied Kubernetes manifests or Helm chart configuration and store them in a Git repository.
Expand Down
Loading