mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-09-26 12:45:23 +00:00
17 lines
395 B
Go
17 lines
395 B
Go
![]() |
package constants
|
||
|
|
||
|
const (
|
||
|
ConfigurationPath = "/etc/rancher/rke2/config.d"
|
||
|
ContainerdEnvConfigPath = "/etc/default"
|
||
|
|
||
|
ServerSystemName = "rke2-server"
|
||
|
AgentSystemName = "rke2-agent"
|
||
|
K8SNoProxy = ".svc,.svc.cluster,.svc.cluster.local"
|
||
|
LocalImagesPath = "/opt/content/images"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
ClusterRootPath = "cluster_root_path"
|
||
|
RunSystemdSystemDir = "/run/systemd/system"
|
||
|
)
|