Revision 08535f6e6db0278b1639f0f030ffe668d44fc73b authored by Paul Chaignon on 20 May 2022, 11:12:18 UTC, committed by Gilberto Bertin on 31 May 2022, 14:32:16 UTC
[ upstream commit 54d708e5d812a00451adab99dae01609447de2cf ]

The SPI value is expected to take 4 bits at most so it's maximum value
should be 15 not 16. Let's fix that in the key rotation documentation.

The agent also rejects value 0, so allowed values are [1;15].

Reported-by: Odin Ugedal via Slack
Signed-off-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: Gilberto Bertin <jibi@cilium.io>
1 parent a3d7371
History
File Mode Size
Jenkinsfile.nightly -rw-r--r-- 6.0 KB
docs.Jenkinsfile -rw-r--r-- 3.0 KB
flannel.Jenkinsfile -rw-r--r-- 4.8 KB
ginkgo-eks.Jenkinsfile -rw-r--r-- 5.9 KB
ginkgo-gke.Jenkinsfile -rw-r--r-- 9.4 KB
ginkgo-kernel.Jenkinsfile -rw-r--r-- 12.1 KB
ginkgo-kubernetes-all.Jenkinsfile -rw-r--r-- 24.6 KB
ginkgo-runtime-kernel.Jenkinsfile -rw-r--r-- 7.2 KB
ginkgo.Jenkinsfile -rw-r--r-- 14.5 KB
kubernetes-upstream.Jenkinsfile -rw-r--r-- 4.5 KB

back to top