From 53e7b2903e14e68d530a5ceb7fcac434bb93a149 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 15:28:58 -0500 Subject: [PATCH] [stable/msoms] deprecating chart (#24361) Signed-off-by: Matt Farina --- stable/msoms/Chart.yaml | 10 +++------- stable/msoms/README.md | 4 ++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/msoms/Chart.yaml b/stable/msoms/Chart.yaml index 53d74fe7f3..e4605d16ac 100644 --- a/stable/msoms/Chart.yaml +++ b/stable/msoms/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: msoms -version: 0.2.1 +version: 0.2.2 appVersion: 1.0.0-30 -description: A chart for deploying omsagent as a daemonset Kubernetes +description: DEPRECATED - A chart for deploying omsagent as a daemonset Kubernetes keywords: - monitoring - alerting @@ -15,8 +15,4 @@ sources: - https://github.com/Microsoft/OMS-docker - https://github.com/Microsoft/OMS-Agent-for-Linux - https://github.com/Microsoft/Docker-Provider -maintainers: - - name: samisms - email: samis@microsoft.com - - name: keikhara - email: keikhara@microsoft.com +deprecated: true diff --git a/stable/msoms/README.md b/stable/msoms/README.md index e5a7b34200..6ea63423cc 100644 --- a/stable/msoms/README.md +++ b/stable/msoms/README.md @@ -7,6 +7,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https Azure Log Analytics is a software-as-a-service offering from Microsoft that allows Enterprise IT to manage any hybrid cloud. It offers log analytics, automation, backup and recovery, and security and compliance. Sign up for a free subscription on [Azure](https://azure.microsoft.com/en-us/free/) or read more about [Azure Log Analytics ](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-overview) +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## Introduction This chart deploys an OMS daemonset on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. The OMS agent enables rich and real-time analytics for Docker containers. With this solution, you can see which containers are running on your container hosts and what images are running in the containers. You can view detailed audit information showing commands used with containers. And, you can troubleshoot containers by viewing and searching centralized logs without having to remotely view Docker or hosts. You can find containers that may be noisy and consuming excess resources on a host. And, you can view centralized CPU, memory, storage, and network usage and performance information for containers. For more information refer to the [documentation](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-containers).