Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 802 Bytes

File metadata and controls

41 lines (28 loc) · 802 Bytes
sidebar_label sidebar_position
Kubernetes
12

Kubernetes

:::info

As of OSISM 7, it is possible to create a Kubernetes cluster on all nodes. At the moment, this is still optional. In the future, it will be necessary to deploy this Kubernetes cluster.

:::

  1. Deploy the K3s cluster.

    osism apply kubernetes
    
  2. Deploy the Kubernetes dashboard:

    osism apply kubernetes-dashboard
    

Cluster API

  1. Deploy the Cluster API management cluster on the K3s cluster:

    osism apply clusterapi
    
  2. Add the kubeconfig file to the configuration repository (required later by OpenStack Magnum Service):

    osism apply copy-kubeconfig