LogoLogo
Public Knowledge Base
Public Knowledge Base
  • Self-hosted Immuta
    • Official Immuta Self-Managed Deployment Documentation
    • What's new in 2024.2?
    • Deployment Options
      • AWS Immuta Deployment
      • Azure Immuta Deployment
      • K3s Deployment
      • SUSE Rancher Kubernetes Engine (RKE2) Deployment
      • In-cluster PostgreSQL using Crunchydata
      • In-cluster Elasticsearch using Elastic Cloud on Kubernetes (ECK)
      • Production Linkerd with AWS Private CA issuer
      • Deploying Linkerd via Open Source Linkerd
      • Deploying Linkerd Service Mesh via Buoyant Enterprise for Linkerd
      • Uninstalling Linkerd
      • Upgrading to Immuta 2024.2 LTS
      • LTS Upgrade via Legacy Chart
      • Legacy Audit - no Elasticsearch
      • Temporal with RDS
      • Setting Up OpenSearch User Pemissions
    • Air gapped installations
      • Immuta Installation on k3s in Air Gapped environment
      • Air-gapped Installation Artifact Transfer
  • Excessive failed jobs in pgboss impacting system performance
  • Example Trino installation via Open Source Helm Chart
  • Immuta Installation on Self Managed Infrastructure Overview
  • Repeatable k3s stack deployment on AWS EC2
  • Trino OAuth2 and JWT via Okta
  • Copy of Okta Attribute Mapping
Powered by GitBook
On this page
  • Remove extensions
  • If uninstalling BEL
  • Uninject Immuta Pods
  • Remove Linkerd
  1. Self-hosted Immuta
  2. Deployment Options

Uninstalling Linkerd

This article follows the linkerd docs for removing Linkerd from an Immuta application by uninjecting the namespace and removing Linkerd from the Kubernetes cluster

Remove extensions

linkerd viz uninstall | kubectl delete -f -

If uninstalling BEL

export BUOYANT_LICENSE=<your license>
linkerd buoyant uninstall | kubectl delete -f -

Uninject Immuta Pods

export IMMUTA_NAMESPACE=immuta
kubectl -n ${IMMUTA_NAMESPACE} get deploy -o yaml | linkerd uninject - | kubectl apply -f -

Remove Linkerd

linkerd uninstall | kubectl delete -f -
kubectl delete ns linkerd
PreviousDeploying Linkerd Service Mesh via Buoyant Enterprise for LinkerdNextUpgrading to Immuta 2024.2 LTS