mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Remove unused --dockershim-checkpoint-dir
e2e.test flag
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
parent
2ccdd4573b
commit
3834761187
@ -82,8 +82,7 @@ type TestContextType struct {
|
|||||||
Host string
|
Host string
|
||||||
BearerToken string `datapolicy:"token"`
|
BearerToken string `datapolicy:"token"`
|
||||||
// TODO: Deprecating this over time... instead just use gobindata_util.go , see #23987.
|
// TODO: Deprecating this over time... instead just use gobindata_util.go , see #23987.
|
||||||
RepoRoot string
|
RepoRoot string
|
||||||
DockershimCheckpointDir string
|
|
||||||
// ListImages will list off all images that are used then quit
|
// ListImages will list off all images that are used then quit
|
||||||
ListImages bool
|
ListImages bool
|
||||||
|
|
||||||
@ -312,7 +311,6 @@ func RegisterCommonFlags(flags *flag.FlagSet) {
|
|||||||
flags.StringVar(&TestContext.SystemdServices, "systemd-services", "docker", "The comma separated list of systemd services the framework will dump logs for.")
|
flags.StringVar(&TestContext.SystemdServices, "systemd-services", "docker", "The comma separated list of systemd services the framework will dump logs for.")
|
||||||
flags.BoolVar(&TestContext.DumpSystemdJournal, "dump-systemd-journal", false, "Whether to dump the full systemd journal.")
|
flags.BoolVar(&TestContext.DumpSystemdJournal, "dump-systemd-journal", false, "Whether to dump the full systemd journal.")
|
||||||
flags.StringVar(&TestContext.ImageServiceEndpoint, "image-service-endpoint", "", "The image service endpoint of cluster VM instances.")
|
flags.StringVar(&TestContext.ImageServiceEndpoint, "image-service-endpoint", "", "The image service endpoint of cluster VM instances.")
|
||||||
flags.StringVar(&TestContext.DockershimCheckpointDir, "dockershim-checkpoint-dir", "/var/lib/dockershim/sandbox", "The directory for dockershim to store sandbox checkpoints.")
|
|
||||||
// TODO: remove the node-role.kubernetes.io/master taint in 1.25 or later.
|
// TODO: remove the node-role.kubernetes.io/master taint in 1.25 or later.
|
||||||
// The change will likely require an action for some users that do not
|
// The change will likely require an action for some users that do not
|
||||||
// use k8s originated tools like kubeadm or kOps for creating clusters
|
// use k8s originated tools like kubeadm or kOps for creating clusters
|
||||||
|
Loading…
Reference in New Issue
Block a user