• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

문제 신고

Kubernetes 통합 제거

New Relic Kubernetes 통합은 플랫폼에서 쉽게 제거할 수 있습니다.

Helm 및 kubectl 를 실행 중인 시스템에서 적절한 컨텍스트에서 작업하고 있는지 확인하십시오. 다음 명령으로 사용 가능한 컨텍스트를 확인할 수 있습니다.

kubectl config get-contexts

다음을 사용하여 원하는 컨텍스트로 전환합니다.

kubectl config use-context CONTEXT_NAME

Helm을 사용하여 Kubernetes 제거

Helm을 사용하여 Kubernetes 통합을 설치한 경우 다음을 실행하십시오.

helm uninstall newrelic-bundle -n newrelic

중요

가이드 설치는 newrelic-bundle 을 기본 릴리스 이름으로 사용하고 newrelic 을 기본 네임스페이스로 사용합니다. 다른 릴리스 이름이나 네임스페이스로 번들을 설치하는 경우 위의 명령에서 인수를 대체해야 합니다: helm uninstall <RELEASE-NAME> -n <RELEASE-NAMESPACE> . helm list --all-namespaces 를 사용하고 nri-bundle 번들을 찾아 릴리스 이름과 릴리스 네임스페이스를 찾을 수 있습니다.

매니페스트를 사용하여 Kubernetes 제거

매니페스트를 사용하여 Kubernetes 통합을 설치한 경우 동일한 매니페스트를 사용하여 제거합니다.

kubectl delete -f newrelic.yaml
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.