Update calico to version 3.27.0
This commit is contained in:
parent
7be2148dc5
commit
aa136636cc
9 changed files with 148 additions and 17 deletions
|
|
@ -785,6 +785,19 @@ spec:
|
|||
with identical order will be applied in alphanumerical order based
|
||||
on the Policy "Name".
|
||||
type: number
|
||||
performanceHints:
|
||||
description: "PerformanceHints contains a list of hints to Calico's
|
||||
policy engine to help process the policy more efficiently. Hints
|
||||
never change the enforcement behaviour of the policy. \n Currently,
|
||||
the only available hint is \"AssumeNeededOnEveryNode\". When that
|
||||
hint is set on a policy, Felix will act as if the policy matches
|
||||
a local endpoint even if it does not. This is useful for \"preloading\"
|
||||
any large static policies that are known to be used on every node.
|
||||
If the policy is _not_ used on a particular node then the work done
|
||||
to preload the policy (and to maintain it) is wasted."
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
selector:
|
||||
description: "The selector is an expression used to pick pick out
|
||||
the endpoints that the policy should be applied to. \n Selector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue