Skip to content

Comments

fix: remove create subcommands#90

Merged
gianarb merged 1 commit intomainfrom
fix/remove-create-subcommand
Jan 28, 2026
Merged

fix: remove create subcommands#90
gianarb merged 1 commit intomainfrom
fix/remove-create-subcommand

Conversation

@gianarb
Copy link
Collaborator

@gianarb gianarb commented Jan 28, 2026

We noticed that kubectl create registers subcommands to simplify
creation of some kubernetes resources such as service, pod and so on.

Datum does not need those subcommands because it does not supports them.

It means that creation works only with a file (-f) or from stdin
(-k).

We can add our own subcommands for the resources we want to simplify the
creation for because with those will add flags and things like that to
imperatively create those resources but we can do it in its own PR.

We noticed that `kubectl create` registers subcommands to simplify
creation of some kubernetes resources such as service, pod and so on.

Datum does not need those subcommands because it does not supports them.

It means that creation works only with a file (`-f`) or from stdin
(`-k`).

We can add our own subcommands for the resources we want to simplify the
creation for because with those will add flags and things like that to
imperatively create those resources but we can do it in its own PR.
@gianarb gianarb requested a review from scotwells January 28, 2026 17:49
@gianarb gianarb merged commit 2b21cf1 into main Jan 28, 2026
1 check passed
@gianarb gianarb deleted the fix/remove-create-subcommand branch January 28, 2026 23:17
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