Hello All,
I would like to patch k8s 1.7 API server with a patch like this:

spec:
  template:
    spec:
      containers:
      - command:
        - --runtime-config=batch/v2alpha1=true

using this command:
*kubectl patch ds kube-apiserver --patch "$(api-server-patch.yml)" -n 
kube-system*

Result is: Error from server: map: 
map[command:[--runtime-config=batch/v2alpha1=true]] does not contain 
declared merge key: name

Any hints?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to