mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-09 01:35:16 -04:00
operator: reconcile kubernetesClusterVersion
This commit is contained in:
parent
8c5e41b865
commit
2700d5182b
19 changed files with 521 additions and 33 deletions
|
@ -83,6 +83,8 @@ const (
|
|||
KubectlPath = "/run/state/bin/kubectl"
|
||||
// UpgradeAgentSocketPath is the path to the UDS that is used for the gRPC connection to the upgrade agent.
|
||||
UpgradeAgentSocketPath = "/run/constellation-upgrade-agent.sock"
|
||||
// UpgradeAgentMountPath is the path inside the operator container where the UDS is mounted.
|
||||
UpgradeAgentMountPath = "/etc/constellation-upgrade-agent.sock"
|
||||
// CniPluginsDir path directory for CNI plugins.
|
||||
CniPluginsDir = "/opt/cni/bin"
|
||||
// BinDir install path for CNI config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue