Skip to content

Update deprecated "replication controllers" example in Namespaces documentation #53709

@kfess

Description

@kfess

Page

https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/#not-all-objects-are-in-a-namespace

Issue

The "Not all objects are in a namespace" section uses "replication controllers" as an example. Replication Controllers have been deprecated for many years and should be replaced with modern resources like Deployments.

Current:

Most Kubernetes resources (e.g. pods, services, replication controllers, and others)

Suggested:

Most Kubernetes resources (e.g. Pods, Services, Deployments, and others)

Also recommend capitalizing resource names (Nodes, PersistentVolumes) for consistency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions