Subscribe to Razee controlled resources
⚠️ DEPRECATION NOTICEThis project is deprecated and is no longer actively maintained. The razee.io components are no longer being developed or supported.
For IBM Cloud users:
For open source users:
If you need to build the container images yourself, follow these instructions:
- Docker or Podman installed
- Access to a container registry (Docker Hub, Quay.io, etc.)
-
Clone the repository:
git clone <repository-url> cd ClusterSubscription
-
Build the container image:
docker build -t <your-registry>/clustersubscription:<tag> .
-
Push the image to your registry:
docker push <your-registry>/clustersubscription:<tag>
-
Update your Kubernetes manifests to use your custom image.
- Logon to your RazeeDash server and go to the manage org page
- ie.
https://app.razee.io/stark-industries/org
- ie.
- Install ClusterSubscription in your cluster using the
Install Razee Agentcommand on the org page.- ie.
kubectl apply -f "https://app.razee.io/api/install/razeedeploy-job?orgKey=orgApiKey-..."
- ie.
- Verify that a
razee-identityConfigMap and Secret have been created on your cluster - Logon to your RazeeDash server and go to the
Deployablespage to create Cluster Groups, Channels and Subscriptions
| Name | Required | Description |
|---|---|---|
| RAZEE_API | yes | The url to your razeedash-api. ex: http://api-host:8081 Found in the razee-identidy ConfigMap |
| RAZEE_ORG_KEY | yes | The orgApiKey used to communicate with razeedash-api. ex: orgApiKey-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeer . Found in the razee-identity Secret |
| CLUSTER_ID | yes | The razee defined cluster id. Found in the razee-identity ConfigMap |
- If you are upgrading existing clusters to the 3.0+ release of ClusterSubscription then you will need to create
a
razee-identityConfigMap and Secret manually.- Logon to your RazeeDash server and go to the clusters page
- ie.
https://app.razee.io/stark-industries/clusters
- ie.
- Click a cluster name and go to the Details tab
- From there you will see the kubectl commands you can run to generate the
razee-identityConfigMap and Secret - Now you can add this cluster to a Cluster Group from the Deployables page
- Logon to your RazeeDash server and go to the clusters page