A collection of yamls file to configure the deployer in a Red Hat Advanced Cluster Management instance.
git clone https://github.com/knawd/rhacm
cd rhacm
kubectl create -f ns.yaml -f wasm-placement-rule.yaml -f application.yaml
Type | Name | Notes |
---|---|---|
Namespace | knawd | The namespace to deploy the system into. If this namespace already exists then don't use this file |
PlacementRule | wasm-clusters | a label based placement rule - You may prefer to use an alternative in the PlacementRules Samples |
Channel | github-knawd-deployer-yaml | Configuration for the helm chart repo |
Application | knawd-deployer | The group of Kubernetes resources that make up the deployer application |
Subscription | kanwd-deployer-subscription | The cluster configuration that refers to the channel |