Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Add code completion to Kubectl installation #119

@SorraTheOrc

Description

@SorraTheOrc

To get tab completion:

source <(kubectl completion bash) ```

kubectl (shows "get", "logs", "describe", etc)
kubectl get pods (shows pods in the default namespace)
kubectl get pods --namespace kube-system (shows pods in kube-system namespace).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions