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:
Click the "Install" button next to an addon of your choosing:
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:
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