Kubernetes: add metadata to manifest based on rules/labels

8/7/2018

Is there a way to add pod metadata or modify K8S manifest after submission, but before pod gets scheduled? Or is manifest completely immutable?

Situation: I have an application where I don't have any control over manifest sent to API server, but I would like to modify metadata before pod gets scheduled.

-- JiriS
kubernetes
manifest
rules

1 Answer

8/7/2018
-- Harshal Shah
Source: StackOverflow