From be4643f40f5687dfb8f948bc75d689d5b07bc687 Mon Sep 17 00:00:00 2001 From: DEiselt <55788675+DEiselt@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:53:18 +0200 Subject: [PATCH] Update getting_started.md Signed-off-by: DEiselt <55788675+DEiselt@users.noreply.github.com> --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 54f154cc..4d7ab01d 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -34,6 +34,6 @@ config: The apiVersion specifies the version of this configuration. Currently, there is only the version `csctl.clusterstack.x-k8s.io/v1alpha1`. -Furthermore, the Kubernetes version in the format 'v..' (e.g. 1.27.5) has to be specified as well as the name that should be given to the Cluster Stack. +Furthermore, the Kubernetes version in the format `v..` (e.g. 1.27.5) has to be specified as well as the name that should be given to the Cluster Stack. Depending on your plugin, there might be a provider-specific configuration.