[google/syzkaller] 6d91b1: syz-agent: fix k8s deployment with numeric env var...

0 views
Skip to first unread message

Aleksandr Nogikh

unread,
Apr 28, 2026, 6:37:35 AM (2 days ago) Apr 28
to syzk...@googlegroups.com
Branch: refs/heads/gh-readonly-queue/master/pr-7136-9ce6511c968d5852e25ee1ab14c7d916bd4bcf78
Home: https://github.com/google/syzkaller
Commit: 6d91b118a650c3631a0ae497f406ba3c822d35b5
https://github.com/google/syzkaller/commit/6d91b118a650c3631a0ae497f406ba3c822d35b5
Author: Aleksandr Nogikh <nog...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M syz-agent/Makefile

Log Message:
-----------
syz-agent: fix k8s deployment with numeric env variables

kubectl kustomize strips quotes from placeholders like ${VAR} in its
output. When sed replaces these with numeric values (e.g. 0 or 1), the
resulting YAML contains an integer instead of a string. This causes
Kubernetes to reject the manifest with a "cannot convert int64 to string"
error for environment variable values.

Explicitly add quotes in the Makefile's sed commands to ensure these
values are always rendered as strings in the generated YAML.



To unsubscribe from these emails, change your notification settings at https://github.com/google/syzkaller/settings/notifications

Aleksandr Nogikh

unread,
Apr 28, 2026, 6:49:41 AM (2 days ago) Apr 28
to syzk...@googlegroups.com
Branch: refs/heads/master
Reply all
Reply to author
Forward
0 new messages