Skip to content

Commit b737258

Browse files
Merge pull request #269 from sunilarjun/syncing-v0.18
[v0.18/Next] Updating Overview and Clusters Page
2 parents 62bb469 + 1bf8830 commit b737258

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/next/modules/en/pages/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are interested in contributing to {product_name}, this section will guide
4040

4141
=== Troubleshooting
4242

43-
This section covers basic troubleshooting approaches for issues related to Rancher Turtles, Cluster API (CAPI), and CAPI providers the xref:./troubleshooting/troubleshooting.adoc[troubleshooting]
43+
This section covers basic xref:./troubleshooting/troubleshooting.adoc[troubleshooting approaches] for issues related to Rancher Turtles, Cluster API (CAPI), and CAPI providers.
4444

4545
=== Security
4646

docs/next/modules/en/pages/user/clusters.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export RKE2_CNI=calico
348348
export KUBERNETES_VERSION={kubernetes-version} # needed for the CAPI Docker provider to use proper image
349349
350350
curl -s https://raw.githubusercontent.com/rancher/turtles/refs/heads/main/test/e2e/data/cluster-templates/docker-rke2.yaml -o docker-rke2.yaml
351-
envsubst '${NAMESPACE} ${CLUSTER_NAME} ${WORKER_MACHINE_COUNT} ${RKE2_VERSION} ${RKE2_CNI} ${CONTROL_PLANE_MACHINE_COUNT} ${KUBERNETES_VERSION}' < template-docker-rke2.yaml > cluster1.yaml
351+
envsubst '${NAMESPACE} $\{CLUSTER_NAME} $\{WORKER_MACHINE_COUNT} $\{RKE2_VERSION} $\{RKE2_CNI} $\{CONTROL_PLANE_MACHINE_COUNT} $\{KUBERNETES_VERSION}' < template-docker-rke2.yaml > cluster1.yaml
352352
----
353353
+
354354
. View **cluster1.yaml** to ensure there are no tokens. You can make any changes you want as well.
@@ -529,7 +529,7 @@ GCP GKE::
529529
+
530530
To generate the YAML for the cluster, do the following:
531531
+
532-
[source,bash]
532+
[source,bash,subs=attributes+]
533533
----
534534
export CLUSTER_NAME={cluster-name}
535535
export NAMESPACE={namespace}

docs/v0.18/modules/en/pages/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are interested in contributing to {product_name}, this section will guide
4040

4141
=== Troubleshooting
4242

43-
This section covers basic troubleshooting approaches for issues related to Rancher Turtles, Cluster API (CAPI), and CAPI providers the xref:./troubleshooting/troubleshooting.adoc[troubleshooting]
43+
This section covers basic xref:./troubleshooting/troubleshooting.adoc[troubleshooting approaches] for issues related to Rancher Turtles, Cluster API (CAPI), and CAPI providers.
4444

4545
=== Security
4646

docs/v0.18/modules/en/pages/user/clusters.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export RKE2_CNI=calico
348348
export KUBERNETES_VERSION={kubernetes-version} # needed for the CAPI Docker provider to use proper image
349349
350350
curl -s https://raw.githubusercontent.com/rancher/turtles/refs/heads/main/test/e2e/data/cluster-templates/docker-rke2.yaml -o docker-rke2.yaml
351-
envsubst '${NAMESPACE} ${CLUSTER_NAME} ${WORKER_MACHINE_COUNT} ${RKE2_VERSION} ${RKE2_CNI} ${CONTROL_PLANE_MACHINE_COUNT} ${KUBERNETES_VERSION}' < template-docker-rke2.yaml > cluster1.yaml
351+
envsubst '${NAMESPACE} $\{CLUSTER_NAME} $\{WORKER_MACHINE_COUNT} $\{RKE2_VERSION} $\{RKE2_CNI} $\{CONTROL_PLANE_MACHINE_COUNT} $\{KUBERNETES_VERSION}' < template-docker-rke2.yaml > cluster1.yaml
352352
----
353353
+
354354
. View **cluster1.yaml** to ensure there are no tokens. You can make any changes you want as well.
@@ -529,7 +529,7 @@ GCP GKE::
529529
+
530530
To generate the YAML for the cluster, do the following:
531531
+
532-
[source,bash]
532+
[source,bash,subs=attributes+]
533533
----
534534
export CLUSTER_NAME={cluster-name}
535535
export NAMESPACE={namespace}

0 commit comments

Comments
 (0)