From e6f6d258b73248787b92d1f3bf565373c7e35dc6 Mon Sep 17 00:00:00 2001 From: Chris Crane <03cranec@users.noreply.github.com> Date: Fri, 22 Jul 2016 17:22:46 -0700 Subject: [PATCH] addressed comments --- examples/sysdig-cloud/README.md | 2 +- examples/sysdig-cloud/sysdig-daemonset.yaml | 3 --- examples/sysdig-cloud/sysdig-rc.yaml | 5 +---- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/sysdig-cloud/README.md b/examples/sysdig-cloud/README.md index be7cf8ccb5d..e52cfa44acf 100644 --- a/examples/sysdig-cloud/README.md +++ b/examples/sysdig-cloud/README.md @@ -1,4 +1,4 @@ -[Sysdig Cloud](http://www.sysdig.com/) is the first and only monitoring, alerting, and troubleshooting solution designed from the ground up to provide unprecedented visibility into containerized infrastructures. +[Sysdig Cloud](http://www.sysdig.com/) is a monitoring, alerting, and troubleshooting platform designed to natively support containerized and service-oriented applications. Sysdig Cloud comes with built-in, first class support for Kubernetes. In order to instrument your Kubernetes environment with Sysdig Cloud, you simply need to install the Sysdig Cloud agent container on each underlying host in your Kubernetes cluster. Sysdig Cloud will automatically begin monitoring all of your hosts, apps, pods, and services, and will also automatically connect to the Kubernetes API to pull relevant metadata about your environment. diff --git a/examples/sysdig-cloud/sysdig-daemonset.yaml b/examples/sysdig-cloud/sysdig-daemonset.yaml index e1fc1534a75..82d3dc848e0 100644 --- a/examples/sysdig-cloud/sysdig-daemonset.yaml +++ b/examples/sysdig-cloud/sysdig-daemonset.yaml @@ -8,9 +8,6 @@ metadata: app: sysdig-agent spec: template: - metadata: - labels: - name: sysdig-agent spec: volumes: - name: docker-sock diff --git a/examples/sysdig-cloud/sysdig-rc.yaml b/examples/sysdig-cloud/sysdig-rc.yaml index d61f33492e2..d088cd5355b 100644 --- a/examples/sysdig-cloud/sysdig-rc.yaml +++ b/examples/sysdig-cloud/sysdig-rc.yaml @@ -9,9 +9,6 @@ metadata: spec: replicas: 100 #REQUIRED - replace with the maximum number of slave nodes in the cluster template: - metadata: - labels: - name: sysdig-agent spec: volumes: - name: docker-sock @@ -77,4 +74,4 @@ spec: readOnly: true - mountPath: /host/usr name: usr-vol - readOnly: true \ No newline at end of file + readOnly: true