This following section explains how to add a new Kubernetes-CoreOS Cluster and its Slave/Master nodes through the UI:

Adding Kubernetes Cluster via the UI editor

Follow the instructions below to add a Kubernetes-CoreOS Cluster:

  1. Navigate to the Kubernetes Clusters page.
    1. If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Kubernetes Clusters. The Kubernetes Clusters page will appear.
    2. If you are using the menu options to navigate, follow the steps below:
      1. Click on the list menu .
      2. Click the down arrow on the Configurations menu.
      3. Click Kubernetes Clusters. Next the Kubernetes Clusters page appears.
  2. Click Add New Kubernetes Cluster. The form to add a new Kubernetes Cluster will appear in the UI editor.
  3. Enter the required details. For property definitions, see Kubernetes Cluster Resource Definition.
  4. Define the required properties.
    1. To define properties of the Kubernetes-CoreOS Cluster.
      1. Click  Properties next to Kubernetes Definition.
      2. Select the properties that you wish to set at the Kubernetes-CoreOS Cluster level.
      3. Optionally, if you wish to add a customized property at the Kubernetes-CoreOS Cluster level, enter the property name and click +add to add it. 
    2. To define properties of the KubernetesMaster.
      1. Click Properties next to KubernetesMaster.
      2. Select the properties that you wish to set at the Kubernetes master level.
      3. Optionally, if you wish to add a customized property at the Kubernetes-CoreOS master level, enter the property name and click +add to add it.
    3. To define properties of items.
      1. Click Properties next to the respective Item you wish to define.
      2. Select the property fields that you wish to set at the property level.
      3. Optionally, if you wish to add a customized property at the property level, enter the property name and click +add to add it.
  5. Click Add Kubernetes Definition to add the Kubernetes-CoreOS Cluster definition. 

Adding Kubernetes Cluster via the JSON editor

Follow the instructions below to add a Kubernetes-CoreOS Cluster:

  1. Navigate to the Kubernetes Clusters page.
    1. If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Kubernetes Clusters. The Kubernetes Clusters page will appear.
    2. If you are using the menu options to navigate, follow the steps below:
      1. Click on the list menu .
      2. Click the down arrow on the Configurations menu.
      3. Click Kubernetes Clusters. Next the Kubernetes Clusters page appears.
  2. Click Add New Kubernetes Cluster. The form to add a new Kubernetes Cluster will appear in the UI editor.
  3. Click on the editor control to switch to the JSON editor. The JSON code format to add a Kubernetes Cluster will appear.
  4. Optionally, check the Auto correct with schema option to ensure that you do not accidentally delete any mandatory fields from the Kubernetes-CoreOS Cluster definition.
  5. Code the Kubernetes-CoreOS Cluster definition using JSON. For property definitions, see Kubernetes Cluster Resource Definition.
  6. Click Add Kubernetes Definition to add the Kubernetes-CoreOS Cluster definition.
  • No labels