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

drain: support dry-run #44

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

drain: support dry-run #44

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

Comments

@github-actions
Copy link

support dry-run

// KubeadmUpgradeNodeCommandSpec provides...
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

994b83a8ecc6f192383861bfc1d230e69f910487

@github-actions github-actions bot added the todo label May 24, 2022
@pacoxu pacoxu changed the title support dry-run drain: support dry-run 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