kf create-space

Name

kf create-space - Create a Space with the given name

Synopsis

kf create-space NAME [flags]

Examples

  kf create-space my-space --container-registry gcr.io/my-project --domain myspace.example.com --build-service-account myserviceaccount

Flags

--build-service-account=string
Service account that Builds will use.
--container-registry=string
Container registry built Apps and source code will be stored in.
--domain=stringArray
Sets the valid domains for the space. The first provided domain is the default.
-h, --help
help for create-space

Inherited flags

These flags are inherited from parent commands.

--config=string
Config file (default is $HOME/.kf)
--kubeconfig=string
Kubectl config file (default is $HOME/.kube/config)
--log-http
Log HTTP requests to stderr
--space=string
Space to run the command against. This overrides the currently targeted space