Skip to content

Commit

Permalink
Fix tabpane display issue. (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Nov 5, 2024
1 parent 0ef9645 commit cf4c802
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The hosted mode deploying is till in experimental stage, consider to use it only
In hosted mode, the cluster where the klusterlet is running is called the hosting cluster. Running the following command
to the hosting cluster to register the managed cluster to the hub.

{{< tabpane header="clusteradm join" >}}
{{< tabpane text=true >}}
{{% tab header="kind" %}}
```shell
# NOTE for KinD clusters:
Expand Down Expand Up @@ -136,7 +136,7 @@ cluster.
**Note:** to run klusterlet in singleton mode, you must have a clusteradm version equal or higher than
`v0.12.0`

{{< tabpane header="clusteradm join" >}}
{{< tabpane text=true >}}
{{% tab header="kind" %}}
```shell
# NOTE: For KinD clusters use the parameter: --force-internal-endpoint-lookup
Expand Down

0 comments on commit cf4c802

Please sign in to comment.