Question 221 of 284
Single answerYou want to permanently delete a Pub/Sub topic managed by Config Connector in your Google Cloud project. What should you do?
AUse kubectl to create the label deleted-by-cnrm and to change its value to true for the topic resource.
✓BUse kubectl to delete the topic resource.
CUse gcloud CLI to delete the topic.
DUse gcloud CLI to update the topic label managed-by-cnrm to false.
✓
Correct Answer: B
Use kubectl to delete the topic resource.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.