mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 06:52:26 -04:00
fixup! versions: add Kubernetes image patches to components
This commit is contained in:
parent
34e15e3f93
commit
80808a4741
2 changed files with 18 additions and 9 deletions
|
@ -106,6 +106,8 @@ const (
|
|||
KubeadmPath = "/run/state/bin/kubeadm"
|
||||
// KubeletPath install path for kubelet.
|
||||
KubeletPath = "/run/state/bin/kubelet"
|
||||
// KubeadmPatchDir directory for kubeadm patches .
|
||||
KubeadmPatchDir = "/opt/kubernetes/patches"
|
||||
|
||||
//
|
||||
// Filenames for Constellation's micro services.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue