The Gold storage policy has been assigned to the Web namespace, and the DevOps engineer wants to place a persistent volume for the Web application in the Gold storage class.
How should this goal be accomplished?
* VM storage policies are translated into Kubernetes storage classes.
* Developers can access all assigned VM storage policies in the form of storage classes. *
Developers cannot manage storage classes.
Which two items must be provided before a vSphere with Tanzu Supervisor Namespace can be created? (Choose two.)
Prerequisites
Configure a cluster with vSphere with Tanzu.
Create users or groups for all DevOps engineers who will access the namespace.
Create storage policiesfor persistent storage. Storage policies can define different types and classes of storage, for example, gold, silver, and bronze.
Create VM classes and content libraries for stand-alone VMs.
Required privileges:
Namespaces.Modify cluster-wide configuration
Namespaces.Modify namespace configuration
Which kubectl command is used to list the Kubernetes services in the current active namespace?
How can you remove unreferenced container images from a project in an embedded Registry Service?
Deleting Artifact:
When an artifact is not referenced by any OCI index, you can delete the artifact freely which will delete its manifest and all associated tags.
When an artifact is referenced by an OCI index, you cannot delete it. In order to delete this artifact, you must first delete all OCI indexes referencing this artifact first, remembering that an artifact can be referenced by multiple parents artifacts pushed onto Harbor by different users. So when deleting an OCI index holding 9 children artifacts not referenced by any other index and 1 child artifact referenced by another index, only 9 out of 10 children artifacts will be deleted.
To delete any artifact in the Harbor interface, click on the artifact and select 'Delete' and confirm.
Not Purge: As a vSphere administrator, you can purge the images for a project in the private image registry by request from DevOps engineers. Purging images from the private image registry deletes all references to the images made by pods, but it does not remove the images from the image registry.