plugin runtime deregister

plugin runtime deregister

vault plugin runtime deregister 명령은 주어진 이름으로 카탈로그에 있는 기존 플러그인 runtime을 등록 해제합니다. 등록된 플러그인이 해당 이름의 플러그인 runtime을 참조하거나, 해당 이름의 runtime이 존재하지 않으면 오류를 반환합니다.

출처: 문서

본문

지원 유형 제한: runtime 유형 지원은 현재 container 로 제한됩니다.

예제 (Examples)

플러그인 runtime을 등록 해제합니다:

$ vault plugin runtime deregister -type=container my-plugin-runtime
Success! Deregistered plugin runtime: my-plugin-runtime

사용법 (Usage)

모든 명령에 포함되는 표준 플래그 세트 외에 다음 플래그를 사용할 수 있습니다.

  • -type (string: <required>) — 플러그인 runtime 유형입니다. Vault는 현재 container runtime 유형만 지원합니다.

더 알아보기 (Learn more)