mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Use protobufs for self-communication
This commit is contained in:
parent
59cec9c1a6
commit
96250a718b
@ -127,6 +127,12 @@ func Run(s *options.ServerRunOptions) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Use protobufs for self-communication.
|
||||||
|
// Since not every generic apiserver has to support protobufs, we
|
||||||
|
// cannot default to it in generic apiserver and need to explicitly
|
||||||
|
// set it in kube-apiserver.
|
||||||
|
genericConfig.LoopbackClientConfig.ContentConfig.ContentType = "application/vnd.kubernetes.protobuf"
|
||||||
|
|
||||||
capabilities.Initialize(capabilities.Capabilities{
|
capabilities.Initialize(capabilities.Capabilities{
|
||||||
AllowPrivileged: s.AllowPrivileged,
|
AllowPrivileged: s.AllowPrivileged,
|
||||||
// TODO(vmarmol): Implement support for HostNetworkSources.
|
// TODO(vmarmol): Implement support for HostNetworkSources.
|
||||||
|
Loading…
Reference in New Issue
Block a user