Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/oc/cli/admin/release/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewNewOptions(streams genericclioptions.IOStreams) *NewOptions {
// TODO: only cluster-version-operator and maybe CLI should be in this list,
// the others should always be referenced by the cluster-bootstrap or
// another operator.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the signer server lives in the bootstrap node and dies with it I believe. How does this work it just makes sure the image is always available? The TODO seems to say other stuff shouldn't be here just trying to understand workflow.

AlwaysInclude: []string{"cluster-version-operator", "cli", "installer"},
AlwaysInclude: []string{"cluster-version-operator", "cli", "installer", "kube-etcd-signer-server"},
ToImageBaseTag: "cluster-version-operator",
// We strongly control the set of allowed component versions to prevent confusion
// about what component versions may be used for. Changing this list requires
Expand Down