Skip to content

Latest commit

 

History

History
107 lines (86 loc) · 2.31 KB

tabs-test.md

File metadata and controls

107 lines (86 loc) · 2.31 KB

1. Tabs

This is an apple. This is an orange. This is a banana.

2. Tabs with default

This is an apple. This is an orange. This is a banana.

3. Tabs with labels

This is an apple 🍎 This is an orange 🍊 This is a banana 🍌

4. Tabs with syncing

Use Ctrl + C to copy. Use Command + C to copy. Use Ctrl + V to paste. Use Command + V to paste.

5. Tabs nested in another element

  1. Some text.

  2. More text.

    1. Enter a Name for the volume claim.
    2. Select a volume claim Source:
      • If you select Use a Storage Class to provision a new persistent volume, select a storage class and enter a Capacity.
      • If you select Use an existing persistent volume, choose a Persistent Volume from the drop-down.
    3. From the Customize section, choose the read/write access for the volume.
    4. Click Define.
    5. Modify somevalue afterwards.

    :::note

    TAKE NOTE

    
    1. Enter a **Name** for the volume claim.
    1. Choose a **Persistent Volume Claim** from the dropdown.
    1. Add this YAML:
      ```yaml
      int: 123
        string: 'abc' 
      ```
    1. From the **Customize** section, choose the read/write access for the volume.
    1. Click **Define**.
    
    Then run the following command:
    
    ```shell
    kubectl do something
    
  3. Final text.