Skip to content

feat: allow reading cluster_id from configMap#640

Merged
samuelvl merged 1 commit intomainfrom
cluster-id-cm-key
Feb 19, 2026
Merged

feat: allow reading cluster_id from configMap#640
samuelvl merged 1 commit intomainfrom
cluster-id-cm-key

Conversation

@samuelvl
Copy link
Contributor

Phase1 onboarding creates the castai-agent-metadata configMap with the generated cluster id:

$ kubectl get cm -n castai-agent castai-agent-metadata -o yaml
apiVersion: v1
data:
  CLUSTER_ID: <my-cluster-id>
kind: ConfigMap
metadata:
  name: castai-agent-metadata
  namespace: castai-agent

We need to extend kvisor in order to use this same configMap to get cluster id.

@asankov asankov self-requested a review February 19, 2026 08:21
@samuelvl samuelvl merged commit 292cbe6 into main Feb 19, 2026
3 checks passed
@samuelvl samuelvl deleted the cluster-id-cm-key branch February 19, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments