You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: implement container initialisation that chowns related paths and raises capabilities
* doc: add changelog fragment
* fix: update NOTICE.txt
* fix: typo in container_init_test.go
* feat: add more unit-tests to increase coverage
* feat: utilise unix.Exec to re-exec elastic-agent when file capabilities are updated
* fix: handle err from utils.HasRoot
* fix: refactor skip-file-capabilities flag
* fix: add cap_setpcap at elastic-agent binary
* feat: make npm install work with elastic-agent user
* fix: remove --skip-file-capabilities flag
* fix: allow CAP_CHOWN in Ambient set
* fix: remove redundant comment from Dockerfile.elastic-agent.tmpl
* fix: remove IDE auto-corrections from NOTICE.txt
* chore: go mod tidy after merge
* feat: refactor to eliminate disrupting effects
* fix: correct import order
* fix: move logWarning inside container_init_linux.go
* fix: update NOTICE.txt
* fix: call initContainer before tryContainerLoadPaths for elastic-agent container
* fix: revert npm installation changes in agent container image
* fix: chown also symlinks
* fix: introduce support for inside kubernetes tests
* fix: permission for configuration configmap mount to support rootless agent
* fix: code format
* feat: revisit the runAsUser and runAsGroup in k8s test
* fix: go mod tidy
* fix: wrap errors in fmt.Errorf
* fix: update NOTICE.txt
* feat: add comments in container_init_linux.go
* fix: adjust artifact_paths to extract all artifacts
* fix: permission for configuration configmap mount to support rootless agent at base k8s files
* fix: log stderr for k8s inner tests
* fix: disable CGO for k8s inner tests
* fix: merge conflicts
* fix: permission for configuration configmap mount to support rootless agent at base k8s files
* fix: improve logging the output of status command when elastic-agent doesn't report healthy
* fix: revert back to pre-1.22 golang for loop to make linter happy
* fix: don't set runAsGroup inside k8s tests for deployment with root and elastic-agent uid
* fix: add DAC_READ_SEARCH capability in k8s tests for deployment with random uid and gid
* fix: add comment to elaborate why call initContainer before tryContainerLoadPaths
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ spec:
66
66
valueFrom:
67
67
fieldRef:
68
68
fieldPath: metadata.name
69
-
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
69
+
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
70
70
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ spec:
66
66
valueFrom:
67
67
fieldRef:
68
68
fieldPath: metadata.name
69
-
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
69
+
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
70
70
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/extra/elastic-agent-standalone-statefulset.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ spec:
66
66
valueFrom:
67
67
fieldRef:
68
68
fieldPath: metadata.name
69
-
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
69
+
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
70
70
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -735,7 +735,7 @@ spec:
735
735
valueFrom:
736
736
fieldRef:
737
737
fieldPath: metadata.name
738
-
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
738
+
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
739
739
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-standalone/elastic-agent-standalone-daemonset.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ spec:
66
66
valueFrom:
67
67
fieldRef:
68
68
fieldPath: metadata.name
69
-
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
69
+
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
70
70
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
0 commit comments