Skip to content

Feature Request: flag to delete all rancher-agents #9

@patrick0057

Description

@patrick0057
  1. Create function / option to delete all rancher agents.
docker ps -a | grep rancher-agent | awk '{print $1}' | xargs docker stop; docker stop kubelet ; docker stop kube-proxy && sleep 1
docker ps -a | grep rancher-agent | awk '{print $1}' | xargs docker rm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions