Cloudeka Default
Last updated

A bootstrap status checklist for your namespace, created once when your tenant is set up. Its presence and .status tell you whether baseline setup—your CloudekaTenant and default CloudekaVPC—completed successfully. You won't normally interact with this after onboarding.
kubectl get default -n <your-namespace>
kubectl get default -n <your-namespace> -o yamlstatus.isTenant
Your CloudekaTenant object exists
status.isVPC
Your default CloudekaVPC exists
status.isResourceQuota, status.isPrice, and status.isSuccess are reserved fields not currently populated—don't rely on them as a completeness signal. Check CloudekaResourceQuota and CloudekaPrice directly instead.
If your namespace seems only partially set up—for example, no default VPC or a missing CloudekaTenant—check this object first.
Tenant: false or VPC: false tells you what didn't finish, which is useful information to give platform support.
View-only; this is a one-time bootstrap signal, not something you create or edit.
Last updated