File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,14 @@ type KubeletConfiguration struct {
99
99
// CPU list rather than the "dynamic" list by systemReserved and kubeReserved.
100
100
// This option does not support systemReservedCgroup or kubeReservedCgroup.
101
101
ReservedSystemCPUs string `json:"reservedSystemCPUs,omitempty"`
102
+
103
+ /* the following fields are introduced for compatibility with KubeWharf Kubernetes distro */
104
+
105
+ // NumericTopologyAlignResources is a list of resources which need to be aligned numa affinity
106
+ // in numeric topology policy.
107
+ // Default: [cpu, memory]
108
+ // +optional
109
+ NumericTopologyAlignResources []string `json:"numericTopologyAlignResources,omitempty"`
102
110
}
103
111
104
112
// GetAndUnmarshalForHttps gets data from the given url and unmarshal it into the given struct.
You can’t perform that action at this time.
0 commit comments