diff --git a/src/current/_includes/v23.1/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v23.1/orchestration/kubernetes-stop-cluster.md index 2cbaaa6e9ed..e818e28ceb3 100644 --- a/src/current/_includes/v23.1/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v23.1/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v23.1/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v23.1/orchestration/start-cockroachdb-operator-secure.md index 1c5bf07a90a..eafd4b7999e 100644 --- a/src/current/_includes/v23.1/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v23.1/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v23.2/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v23.2/orchestration/kubernetes-stop-cluster.md index 58d79611e6d..734ef48885c 100644 --- a/src/current/_includes/v23.2/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v23.2/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v23.2/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v23.2/orchestration/start-cockroachdb-operator-secure.md index 1c5bf07a90a..eafd4b7999e 100644 --- a/src/current/_includes/v23.2/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v23.2/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v24.1/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v24.1/orchestration/kubernetes-stop-cluster.md index 58d79611e6d..734ef48885c 100644 --- a/src/current/_includes/v24.1/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v24.1/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v24.1/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v24.1/orchestration/start-cockroachdb-operator-secure.md index 5cbc1c49af9..fa5d08ca3a1 100644 --- a/src/current/_includes/v24.1/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v24.1/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v24.2/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v24.2/orchestration/kubernetes-stop-cluster.md index 58d79611e6d..734ef48885c 100644 --- a/src/current/_includes/v24.2/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v24.2/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v24.2/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v24.2/orchestration/start-cockroachdb-operator-secure.md index 5cbc1c49af9..fa5d08ca3a1 100644 --- a/src/current/_includes/v24.2/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v24.2/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v24.3/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v24.3/orchestration/kubernetes-stop-cluster.md index 58d79611e6d..734ef48885c 100644 --- a/src/current/_includes/v24.3/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v24.3/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v24.3/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v24.3/orchestration/start-cockroachdb-operator-secure.md index 5cbc1c49af9..fa5d08ca3a1 100644 --- a/src/current/_includes/v24.3/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v24.3/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v25.1/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v25.1/orchestration/kubernetes-stop-cluster.md index 58d79611e6d..734ef48885c 100644 --- a/src/current/_includes/v25.1/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v25.1/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v25.1/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v25.1/orchestration/start-cockroachdb-operator-secure.md index 5cbc1c49af9..fa5d08ca3a1 100644 --- a/src/current/_includes/v25.1/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v25.1/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v25.2/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v25.2/orchestration/kubernetes-stop-cluster.md index c1db8bca26a..56ad6451849 100644 --- a/src/current/_includes/v25.2/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v25.2/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v25.2/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v25.2/orchestration/start-cockroachdb-operator-secure.md index feb492fcd41..24371430ba5 100644 --- a/src/current/_includes/v25.2/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v25.2/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~ diff --git a/src/current/_includes/v25.3/orchestration/kubernetes-stop-cluster.md b/src/current/_includes/v25.3/orchestration/kubernetes-stop-cluster.md index c1db8bca26a..56ad6451849 100644 --- a/src/current/_includes/v25.3/orchestration/kubernetes-stop-cluster.md +++ b/src/current/_includes/v25.3/orchestration/kubernetes-stop-cluster.md @@ -79,7 +79,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l pod "cockroachdb-client-secure" deleted ~~~ -{% capture get_issuers_command %}{% include_cached copy-clipboard.html %} +{% capture get_issuers_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get issuer ~~~ @@ -88,7 +90,9 @@ Do **not** use the `--all` flag to `kubectl delete`, to avoid the risk of data l ~~~ {% endcapture %} -{% capture get_csrs_command %}{% include_cached copy-clipboard.html %} +{% capture get_csrs_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl get csr ~~~ diff --git a/src/current/_includes/v25.3/orchestration/start-cockroachdb-operator-secure.md b/src/current/_includes/v25.3/orchestration/start-cockroachdb-operator-secure.md index feb492fcd41..24371430ba5 100644 --- a/src/current/_includes/v25.3/orchestration/start-cockroachdb-operator-secure.md +++ b/src/current/_includes/v25.3/orchestration/start-cockroachdb-operator-secure.md @@ -1,7 +1,9 @@ ### Install the Operator {% capture latest_operator_version %}{% include_cached latest_operator_version.md %}{% endcapture %} -{% capture apply_default_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_default_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ @@ -17,12 +19,16 @@ deployment.apps/cockroach-operator created ~~~ {% endcapture %} -{% capture download_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture download_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell curl -O https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v{{ latest_operator_version }}/install/operator.yaml ~~~ {% endcapture %} -{% capture apply_local_operator_manifest_command %}{% include_cached copy-clipboard.html %} +{% capture apply_local_operator_manifest_command %} + + {% include_cached copy-clipboard.html %} ~~~ shell kubectl apply -f operator.yaml ~~~