Skip to content

Commit

Permalink
Merge pull request #4836 from k0sproject/backport-4833-to-release-1.27
Browse files Browse the repository at this point in the history
[Backport release-1.27] Use dynamic base IDs for NLLB envoy process
  • Loading branch information
jnummelin authored Aug 6, 2024
2 parents 7437d1d + f337ded commit 0d8c1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/component/worker/nllb/envoy.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func makePodManifest(params *envoyParams, podParams *envoyPodParams) corev1.Pod
Image: podParams.image.URI(),
ImagePullPolicy: podParams.pullPolicy,
Ports: ports,
Args: []string{"-c", "/etc/envoy/envoy.yaml", "--use-dynamic-base-id"},
SecurityContext: &corev1.SecurityContext{
ReadOnlyRootFilesystem: pointer.Bool(true),
Privileged: pointer.Bool(false),
Expand Down

0 comments on commit 0d8c1e2

Please sign in to comment.