vmpath

package
v1.33.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// GuestAddonsDir is the default path of the addons configuration
	GuestAddonsDir = "/etc/kubernetes/addons"
	// GuestManifestsDir is where the kubelet should look for static Pod manifests
	GuestManifestsDir = "/etc/kubernetes/manifests"
	// GuestEphemeralDir is the path where ephemeral data should be stored within the VM
	GuestEphemeralDir = "/var/tmp/minikube"
	// GuestPersistentDir is the path where persistent data should be stored within the VM (not tmpfs)
	GuestPersistentDir = "/var/lib/minikube"
	// GuestBackupDir is the path where persistent backup data should be stored within the VM (not tmpfs)
	GuestBackupDir = GuestPersistentDir + "/backup"
	// GuestKubernetesCertsDir are where Kubernetes certificates are stored
	GuestKubernetesCertsDir = GuestPersistentDir + "/certs"
	// GuestCertAuthDir is where system CA certificates are installed to
	GuestCertAuthDir = "/usr/share/ca-certificates"
	// GuestCertStoreDir is where system SSL certificates are installed
	GuestCertStoreDir = "/etc/ssl/certs"
	// GuestGvisorDir is where gvisor bootstraps from
	GuestGvisorDir = "/tmp/gvisor"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL