Skip to content

feat: extended customized columns for kubectl interaction - #25

Open
tuunit wants to merge 1 commit into
mainfrom
feat/customized-columns-for-kubectl-interaction
Open

tuunit wants to merge 1 commit into
mainfrom
feat/customized-columns-for-kubectl-interaction

Conversation

@tuunit

@tuunit tuunit commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

kubectl get stackitcluster
NAME   READY   REGION   ENDPOINT   BASTION IP    AGE
demo   true    eu01     x.x.x.x    x.x.x.x       42m


kubectl get stackitcluster -o wide
NAME   READY   REGION   ENDPOINT   BASTION IP    AGE   NETWORK ID   PROJECT ID
demo   true    eu01     x.x.x.x    x.x.x.x       42m   xxxxxxxxxx   xxxxxxxxxx


kubectl get stackitmachine
NAME                       CLUSTER   READY   STATE    MACHINE TYPE   IP           ZONE     AGE
demo-control-plane-zqc6q   demo      true    ACTIVE   c2i.4          10.0.1.203   eu01-m   39m
demo-md-0-fb9r6-bgq5p      demo      true    ACTIVE   c2i.4          10.0.1.69    eu01-m   39m
demo-md-0-fb9r6-tsc5j      demo      true    ACTIVE   c2i.4          10.0.1.86    eu01-m   39m


kubectl get stackitmachinetemplates.infrastructure.cluster.x-k8s.io
NAME                 MACHINE TYPE   IMAGE ID                               DISK GIB   ZONE   AGE
demo-control-plane   c2i.4          cc5ec888-ee66-4319-8b69-1afccceadeb9   50                42m
demo-md-0            c2i.4          cc5ec888-ee66-4319-8b69-1afccceadeb9   50                42m


kubectl get stackitmachinetemplates.infrastructure.cluster.x-k8s.io -o wide
NAME                 MACHINE TYPE   IMAGE ID                               DISK GIB   ZONE   AGE   NETWORK ID
demo-control-plane   c2i.4          cc5ec888-ee66-4319-8b69-1afccceadeb9   50                42m   xxxxxxxxxx
demo-md-0            c2i.4          cc5ec888-ee66-4319-8b69-1afccceadeb9   50                42m   xxxxxxxxxx

@tuunit
tuunit requested a review from a team September 21, 2026 10:31
Signed-off-by: Jan Larwig <jan.larwig@digits.schwarz>
@tuunit
tuunit force-pushed the feat/customized-columns-for-kubectl-interaction branch from 0783dd8 to 187eba9 Compare September 21, 2026 14:24
@Herbaert
Herbaert self-requested a review September 23, 2026 12:40

@Herbaert Herbaert left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as discussed lgtm

This branch has not been deployed

No deployments
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.

2 participants