Enabling optional features
Some features in Instana are disabled by default. To enable these features for self-hosted Instana deployment on Kubernetes or Red Hat Openshift, add the feature flags in the configuration file for the core.
Enabling a feature
To enable a feature, add the block with the feature flag in the core.yaml
file as follows:
featureFlags:
- name: feature.vsphere.enabled
enabled: true
Enabling multiple features
To enable multiple features, add the block with the feature flags in the core.yaml
file as follows:
featureFlags:
- name: feature.pcf.enabled
enabled: true
- name: feature.zhmc.enabled
enabled: true