Skip to content

Installing addons

Via the Addon marketplace

Select the Cluster you wish to install addons into and click the "Open" button next to the "Addons" text:

Cluster buttons

Click the "Install" button next to an addon of your choosing:

Addon marketplace

It may take a few moments for the addon to completely install, though this will depend on what the addon is. Small addons such as configuration will be significantly faster than full applications.

Manually

Get a list of the addons available:

kubectl get clusteraddons -n my-namespace

Create a ClusterAddonBinding:

apiVersion: paas.dcas.dev/v1alpha1
kind: ClusterAddonBinding
metadata:
  name: my-cluster-my-addon 
  namespace: my-namespace
spec:
  clusterAddonRef:
    name: my-addon 
  clusterRef:
    name: my-cluster