Google
ASSOCIATE-CLOUD-ENGINEER · Question #279
You want to permanently delete a Pub/Sub topic managed by Config Connector in your Google Cloud project. What should you do?
The correct answer is B. Use kubectl to delete the topic resource.. If a resource is managed by the Config Connector, you can update/delete it through kubectl https://cloud.google.com/config-connector/docs/how-to/getting-started#before_you_begin
Submitted by klara.se· Mar 30, 2026Ensuring successful operation of a cloud solution
Question
You want to permanently delete a Pub/Sub topic managed by Config Connector in your Google Cloud project. What should you do?
Options
- AUse kubectl to create the label deleted-by-cnrm and to change its value to true for the topic
- 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.
How the community answered
(33 responses)- A18% (6)
- B73% (24)
- C6% (2)
- D3% (1)
Explanation
If a resource is managed by the Config Connector, you can update/delete it through kubectl https://cloud.google.com/config-connector/docs/how-to/getting-started#before_you_begin
Topics
#Config Connector#Pub/Sub#kubectl#Kubernetes resource management
Community Discussion
No community discussion yet for this question.