You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ReplicationController "rctest" is invalid: spec.template.spec.containers: Required value
Before, the output not ideal, but it at least showed the required key's name:
Error from server: map: map[targetPort:441] does not contain declared merge key: port
The recent version of kubectl seemed to dropped this message.
k8s-ci-robot
added
sig/cli
Categorizes an issue or PR as relevant to SIG CLI.
and removed
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
labels
Jan 4, 2018
When running
kubectl patch --type=strategic ...
(--type=strategic is by default)or
The output is:
Before, the output not ideal, but it at least showed the required key's name:
Error from server: map: map[targetPort:441] does not contain declared merge key: port
The recent version of kubectl seemed to dropped this message.
Possibly related: #51321
The text was updated successfully, but these errors were encountered: