That's added by the service account admission controller. It's controlled by a flag on the apiserver.
If you remove the service account admission controller from the flag, then it should disable that behavior. Brendan On Thu, May 19, 2016, 7:25 PM Yuvi Panda <[email protected]> wrote: > Hello! > > I'm spawning pods/jobs that run untrusted user code, and would like to > ensure that these will not get a serviceaccount setup for them. However, if > there's no service account explicitly set, they get a default one. Is there > a way to override this behavior? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Containers at Google" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
