Replace kubeProxyReplacement
in CiliumSpec
with a boolean
#3414
Labels
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
priority/high
sig/cluster-management
Denotes a PR or issue as being assigned to SIG Cluster Management.
Milestone
kubeProxyReplacement
used to be a string with two valid values:disabled
andstrict
. Cilium has changed this in v1.16 sokubeProxyReplacement
is a boolean (true
orfalse
).We should consider updating our API to match the Cilium API as part of v1beta3.
The text was updated successfully, but these errors were encountered: