Skip to content

Fixes the #32 and #34 by adjusting SSH arguments and pipeline#35

Open
mdwyer-edera wants to merge 1 commit into
mainfrom
mdwyer-is34
Open

Fixes the #32 and #34 by adjusting SSH arguments and pipeline#35
mdwyer-edera wants to merge 1 commit into
mainfrom
mdwyer-is34

Conversation

@mdwyer-edera

Copy link
Copy Markdown
Contributor

Add -t to the ssh call to allow the sudo password request
#32

Note that sudo requests a password, now.

Installing Edera on cub.timestreamtech.com (user: mdwyer)...
key.json                                                                                             100% 2343   384.2KB/s   00:00
edera-install.sh                                                                                     100% 1192   170.1KB/s   00:00
[sudo] password for mdwyer:
Using container client: /usr/bin/docker
Installing Edera v1.10.0...

Add "|| true" to the ssh calls to turn their exits to success
#34

Note that there's no error from Make and messages and next steps appear.

INFO: *** running part reboot_node ***
Rebooting node with telinit (/dev/initctl).

Broadcast message from root@cub (Tue 2026-07-14 19:37:44 UTC):

The system will reboot now!


Broadcast message from root@cub (Tue 2026-07-14 19:37:44 UTC):

The system will reboot now!

Install complete, sleeping forever...
Connection to cub.timestreamtech.com closed by remote host.
Connection to cub.timestreamtech.com closed.

Installation complete on cub.timestreamtech.com

Installation complete!

Next steps:
  make configure  # Apply RuntimeClass and label nodes
  make test       # Test the deployment

Add -t to the ssh call to allow the sudo password request
#32

Add "|| true" to the ssh calls to turn their exits to success
#34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant