Adding option to enable/disable NETINFO variable in Kibana installation steps #165700
Labels
Monitoring-Cloudnative
Team:Observability
Team label for Observability Team (for things that are handled across all of observability)
Describe the feature:
Kibana offers the following page to install kubernetes manifests in managed mode
In the background this is the ts file that Kibana uses to render for the managed and standalone manifests:
https://github.com/elastic/kibana/blob/65d3d5c7e7baabbcd3d9e99fa507792cba5db1aa/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts
For example the VESRSION text is rendered with the actual version of ES stack:
image: docker.elastic.co/beats/elastic-agent:VERSION
in line 51
We propose a new variable inside kubernetes that will render NETINNFO:false that is intrdused in following PR: elastic/elastic-agent#3354
Related stories:
The text was updated successfully, but these errors were encountered: