Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

drain: support ignore daemonsets #45

Open
github-actions bot opened this issue May 24, 2022 · 0 comments
Open

drain: support ignore daemonsets #45

github-actions bot opened this issue May 24, 2022 · 0 comments

Comments

@github-actions
Copy link

support ignore daemonsets

// TODO support ignore daemonsets

type KubeadmUpgradeNodeCommandSpec struct {
	// for dry run mode
	DryRun bool `json:"dryRun,omitempty"`
}

// KubectlDrainCommandSpec provides...
type KubectlDrainCommandSpec struct {
	// +optional
	// Nodes is a list of nodes to uncordon
	Nodes []string `json:"nodes"`

	// TODO support dry-run
	// TODO support ignore daemonsets

	// INSERT ADDITIONAL SPEC FIELDS -
	// Important: Run "make" to regenerate code after modifying this file

05f0afbe6188e44ab823247b8b6d26d6ee95a59c

@github-actions github-actions bot added the todo label May 24, 2022
@pacoxu pacoxu changed the title support ignore daemonsets drain: support ignore daemonsets May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant