- Operator Version: 0.7.11
- Atlas Cloud Plan: Paid
- Kubernetes: EKS (dev2-semgrep-app-cluster)
The Atlas Kubernetes Operator successfully applies migrations from approved plans but does not report apply logs to Atlas Cloud UI. The "Apply Logs" section shows "No matching result found" despite successful migrations.
- Pre-approval workflow (plan creation, approval, schema push)
- Operator connects to Atlas Cloud successfully
- Operator finds and applies approved plans
planLinkandplanURLare populated in AtlasSchema status- Database migrations are applied successfully
- Operator logs show: "found an approved schema plan, applying"
- Apply logs do not appear in Atlas Cloud UI under the Plans view
- No deployment run is logged in Atlas Cloud
apiVersion: db.atlasgo.io/v1alpha1
kind: AtlasSchema
metadata:
name: scanalytics
namespace: scanalytics
spec:
urlFrom:
secretKeyRef:
name: scanalytics-db-url
key: url
schema:
url: "atlas://sms-scanalytics?tag=dev2"
cloud:
repo: sms-scanalytics
tokenFrom:
secretKeyRef:
name: scanalytics-atlas-token
key: tokenenv:
- name: PREWARM_DEVDB
value: "true"
- name: ALLOW_CUSTOM_CONFIG
value: "true"2025-11-05T23:18:49Z INFO found an approved schema plan, applying
plan: atlas://sms-scanalytics/plans/pr-13-C6r_mXy-
2025-11-05T23:18:50Z INFO schema changes are applied
applied: 1
{
"planLink": "https://semgrep.atlasgo.cloud/schemas/141733920768/plans/210453397513",
"planURL": "atlas://sms-scanalytics/plans/pr-13-C6r_mXy-",
"conditions": [{
"type": "Ready",
"status": "True",
"reason": "Applied",
"message": "The schema has been applied successfully..."
}]
}- ✅ Plan shows as "approved" (green badge)
- ✅ Plan link is accessible
- ❌ "Apply Logs" section shows "No matching result found"
- ✅ CI runs (plan/push) appear in Runs tab
- ❌ Operator deployment does NOT appear in Runs tab
- Is
envNamerequired for deployment reporting? (Currently defaults to "kubernetes") - Are there additional permissions needed for the Atlas Cloud token?
- Is this a known issue in operator v0.7.11?
Apply logs should appear in Atlas Cloud UI showing:
- When the operator applied the migration
- What environment it was applied to
- Confirmation of successful application
- Any errors or warnings during application
- Create PR with schema change
- Atlas creates plan:
pr-13-C6r_mXy- - Merge PR
- CI approves plan and pushes schema with tag
- Operator reconciles and applies migration successfully
- Check Atlas Cloud UI → Apply Logs section is empty