Skip to content

kubepkg does not respect flags #1331

@justaugustus

Description

@justaugustus

What happened:

While working on #1330, I noticed that kubepkg doesn't actually respect user-supplied flags, instead running with the defaults specified in pkg/kubepkg/options.go (options.New()):

func New() *Options {
return &Options{
revision: defaultRevision,
packages: supportedPackages,
channels: supportedChannels,
architectures: supportedArchitectures,
releaseDownloadLinkBase: DefaultReleaseDownloadLinkBase,
templateDir: latestTemplateDir,
}
}

/assign @saschagrunert

Metadata

Metadata

Assignees

Labels

area/release-engIssues or PRs related to the Release Engineering subprojectkind/bugCategorizes issue or PR as related to a bug.needs-prioritysig/releaseCategorizes an issue or PR as relevant to SIG Release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions