Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Mancioppi authored and mmanciop committed Oct 23, 2020
1 parent 8d51e61 commit 9703189
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project provides a Kubernetes [admission controller mutating webhook](https

## Requirements

- Kubernetes Cluster 1.16+ OR OpenShift 4.x
- Kubernetes 1.17+ OR OpenShift 4.5
- `kubectl` 1.16+
- Helm 3.2+ (in the setup instructions, we use the new `--create-namespace` flag for maximum comfort)

Expand Down Expand Up @@ -55,8 +55,11 @@ helm upgrade --namespace instana-autotrace-webhook instana-autotrace-webhook \

- The Instana Autotrace Webhook will take effect on _new_ Kubernetes resources.
That is, you may need to delete your Pods, ReplicaSets and Deployments and create them anew, for the Instana Autotrace Webhook to do its magic.
- Autoprofile and colelcting some runtime metrics will only work on Node.js version 12.
- Autoprofile and collecting some runtime metrics will only work on Node.js version 12.
A future version of the Helm chart will deliver native modules for other supported Node.js versions.
- Environment variables applicable only for Node.js and .NET Core will show up in processes running in other runtimes.
There is no known side-effect of this, don't get spooked :-)
- Only `amd64` Kubernetes nodes are currently supported.

## Configuration

Expand Down

0 comments on commit 9703189

Please sign in to comment.