New-WMNamespace
This cmdlet creates a new workload namespace on the specified cluster. The specified cluster must have workloads feature enabled. The cmdlet requires a connection to vCenter Server using the Connect-VIServer cmdlet.
Syntax
-Cluster
<Cluster>
-Name <String>
[-Description <String>]
[-RunAsync]
[-Server <VIServer[]>]
[CommonParameters]
-Name <String>
[-Description <String>]
[-RunAsync]
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
Cluster | named |
|
Specifies the cluster where the workloads in this namespace will run. | required |
|
String | named |
|
Specifies the name of the workload cluster. The value must be a valid kubernetes identifier. | optional |
|
String | named |
|
Specifies the description of the workload namespace. | optional |
|
SwitchParameter | named |
|
Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter, run "help About_RunAsync" in the VMware PowerCLI console. | optional |
|
VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet. |
Output
VMware.VimAutomation.WorkloadManagement.Types.V1.WMNamespace
Examples
Example 1
PS C:\> New-WMNamespace -Name "MyNamespace" -Cluster "MyWMCluster"
Creates a workload namespace called "MyNamespace" on the "MyWMCluster" cluster.
Related Commands
WMNamespace
This cmdlet retrieves the workload namespaces in the vCenter Server system.
This cmdlet modifies the configuration of a workload namespace.
This cmdlet deletes a workload namespace from the vCenter Server system.
This cmdlet creates a new workload namespace on the specified cluster.
WMNamespaceLimits
Retrieves information about the Kubernetes resource limits of a namespace.
Changes the Kubernetes resource limits of a namespace.
WMNamespaceNetworkSpec
Creates a specification for a namespace network. The specification is later used to create the actual namespace network.
WMNamespacePermission
Retrieves information about workload namespace access permissions.
Modifies an access permission to a workload namespace.
Removes an access permission to a workload namespace.
Grants an access permission to a workload namespace.
WMNamespaceStoragePolicy
This cmdlet retrieves the configuration of the storage claimed by a workload namespace.
This cmdlet modifies the configuration of a storage claim used by a workload namespace.
This cmdlet deletes the storage claim for a workload namespace associated with a specified storage policy.
This cmdlet creates a storage claim for a workload namespace using the specified configuration.