-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[WIP] Rolling update improvements #1064
[WIP] Rolling update improvements #1064
Conversation
) | ||
|
||
var ( | ||
// Hermione requires a PUBLIC SSH key to drop off on the cluster for access.. |
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.
@chrislovecnm - this has got to go and get squashed unfortunately
var ( | ||
// Hermione requires a PUBLIC SSH key to drop off on the cluster for access.. | ||
// The private half of this key is carefully hidden in a place most users will never know about | ||
DefaultSSHPublicKeyBytes = []byte("ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnhkq2fUyDMImFAfiRItxuVNbcLc6CTj0Fipb/DWlNBhVSL34fJeUw4oFqPDuL0N2cUTsxH22drie/AOJCVzZ4f7OEECFAh6RD2I11GxqrlDppr4KjWBoV//XyGbPZa4NXg+Bpg0+UVefqjAQNiAIRmuJ8vBsl952Vkf46RIKNAznoNUI7vnYkfvU1eCCaFcWiysxfg8BALiKS4Trv00TmHO15PPuiHeYzeu4wAB+0Mtuc6uh4WmqIWOEe/jmIhdHXYniHm3AEtMjL1GVMly/QEKjANUFZCZsBFbm3S6T+o820reOXSSG1wW2XBfOSTNyGlBZJFnutQntBwvHpw6A9 [email protected]") |
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.
Get this key out of here please :)
return nil, fmt.Errorf("error in create cluster name %v", err) | ||
} | ||
|
||
// TODO: setup dynamically |
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.
RE: Dynamically generated.. it would be fabulous if our tests could read in a cluster spec YAML file...
update tests and starting working on e2e
70eeb4c
to
c1d5011
Compare
Jenkins Kubernetes AWS e2e failed for commit c1d5011. Full PR test history. The magic incantation to run this job again is |
) | ||
|
||
// Will execute a command given a raw command string | ||
func ExecOuput(c, args string, env []string) (string, error) { |
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 a typo? Should it be ExecOutput
?
Closing because I have done #1134 |
This change is