-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCO-565: MCO-568: Create initial stub for Machine OS Builder binary, Initial Opt-in Mechanism #3652
Conversation
@dkhater-redhat: This pull request references MCO-563 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@dkhater-redhat: This pull request references MCO-565 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Co-authored-by: John Kyros <[email protected]>
…moved newEmpty variable
/test unit |
1 similar comment
/test unit |
hack/build-in-cluster.py
Outdated
@@ -0,0 +1,355 @@ | |||
#!/usr/bin/env python3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets drop this file from this PR, just to keep things well-scoped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks great! I think some of your other work may have been accidentally integrated into this PR, so lets try to carve that out and squash your commits as well.
pkg/daemon/daemon.go
Outdated
@@ -1617,7 +1617,7 @@ func (dn *Daemon) updateSSHKeyLocation(cfg *mcfgv1.MachineConfig) error { | |||
return fmt.Errorf("ignition failure when updating SSH key location: %w", err) | |||
} | |||
|
|||
if err := dn.updateSSHKeys(ignConfig.Passwd.Users); err != nil { | |||
if err := dn.updateSSHKeys(ignConfig.Passwd.Users, ignConfig.Passwd.Users); err != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this somehow leftover from your work around SSH? It seems out of place for this PR.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkhater-redhat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
68c7a1c
to
c3a76f9
Compare
Removed ssh bug, tidied up code, added labels, removed glog
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@dkhater-redhat: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
- What I did
added machine-os-builder binaries, manifests, and edited makefile to include machine-os builder. wrote simple "hello world" function for main.go
- How to verify it
- Description for the changelog