Revision c464e66620a45f56f207d923f7d8f843e59b813e authored by Marco Iorio on 11 June 2024, 08:48:55 UTC, committed by André Martins on 13 June 2024, 13:01:41 UTC
Let's additionally mount the kvstoremesh-specific certificate into
cilium agents, so that it can be used to authenticate against the
local etcd instance storing the cached data. The secret entry is
always configured (although marked as optional), regardless of
whether KVStoreMesh is actually enabled or not, so that it can be
automatically mounted in case it gets subsequently enabled, without
requiring a restart of the agents.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
1 parent 9ffeba1
Raw File
vagrant_box_defaults.rb
# -*- mode: ruby -*-
# vi: set ft=ruby
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-4-19"
$SERVER_VERSION= "73"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "165"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "40"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "73"
back to top