knative-extensions / kn-plugin-admin

Kn plugin for managing a Kubernetes based Knative installation.
Apache License 2.0
7 stars 18 forks source link

Command to create a ClusterDomainClaim object #100

Closed vyasgun closed 3 years ago

vyasgun commented 3 years ago

Feature request

A ClusterDomainClaim object linking the domain name with a namespace is a prerequisite for creating a domain mapping using that domain name. As per the docs: By default, in order to create a DomainMapping you, or a cluster administrator, must first delegate the domain name to the namespace you wish to create the DomainMapping in by creating a ClusterDomainClaim.

Currently, if a user wants to do it on their own, they will have to use kubectl.

Use case

The user will not have to change the tool to create the object.

UI Example

kn admin cdc create --domain abc.xyz --namespace ns1
vyasgun commented 3 years ago

/kind feature-request /kind proposal

dsimansk commented 3 years ago

/assign @vyasgun